PMA-45 and VPMA-45 quick start guide: Difference between revisions

From wiki.comcert.com
Jump to navigation Jump to search
(Created page with " == Introduction == PMA-45 or VPMA-45 is the notation used whenever a Performance Management Appliance is built respectively on top of customer provided hardware or as a virt...")
 
No edit summary
Line 2: Line 2:
== Introduction ==
== Introduction ==


PMA-45 or VPMA-45 is the notation used whenever a Performance Management Appliance is built respectively on top of customer provided hardware or as a virtual machine.
PMA-45 and VPMA-45 are Performance Management Appliances built respectively on top of customer provided hardware or virtual machine.
 
COMCERT is developing hardware based appliances too: the PMA-65 and PMA-85. The OS and other software structures are identical among all our appliances


Both PMA-45 and VPMA-45 are built on a hardened distribution of CentOS 7 64-bit Linux Operating System.
Both PMA-45 and VPMA-45 are built on a hardened distribution of CentOS 7 64-bit Linux Operating System.
Line 30: Line 28:
=== Access ===
=== Access ===


The appliance is accessible through SSH using a terminal emulator like MobaXterm or Putty. The appliance ships with three predefined user accounts, '''root''', '''comcert''', and a third one dat depnds on the application that is installed on the appliance.
The appliance is accessible through Secure Shell (SSH) using a terminal emulator of your choice. The appliance ships with three predefined user accounts.<span style="background-color:#FFFF00">Names and passwords are case sensitive</span>.
 
*root  
*comcert  
*third one depending on the applications


If that application is for example nGeniusONE Server, this user would be called '''Administrator'''.
For example, if the application is nGeniusONE Server, this user would be Administrator.


*User root can only access the appliance via CLI. &nbsp;SSH is disabled for that&nbsp;account  
*User root can only access the appliance via CLI. SSH is disabled for that&nbsp;account  
*User comcert is reserved&nbsp;for COMCERT staff members  
*User comcert is reserved&nbsp;for COMCERT staff members  
*The application specific user has administror rights and can assume root, so this is the user you should use  
*The application specific user has administator rights and can sudo to root, so this is the user you should use  
<pre># ssh -l Administrator <IPaddress(V)PMA-45></pre>
<pre># ssh -l Administrator <IPaddress(V)PMA-45></pre>



Revision as of 10:08, 7 July 2018

Introduction

PMA-45 and VPMA-45 are Performance Management Appliances built respectively on top of customer provided hardware or virtual machine.

Both PMA-45 and VPMA-45 are built on a hardened distribution of CentOS 7 64-bit Linux Operating System.

VPMA-45 has been tested on ESXi version 5.5 and above.

 

Solution

VPMA-45 Properties

Small (100GB data disk)

 

VPM45100GBProperties.png
VPM45100GBProperties.png

 

Medium (1TB data disk)

 

Access

The appliance is accessible through Secure Shell (SSH) using a terminal emulator of your choice. The appliance ships with three predefined user accounts.Names and passwords are case sensitive.

  • root
  • comcert
  • third one depending on the applications

For example, if the application is nGeniusONE Server, this user would be Administrator.

  • User root can only access the appliance via CLI. SSH is disabled for that account
  • User comcert is reserved for COMCERT staff members
  • The application specific user has administator rights and can sudo to root, so this is the user you should use
# ssh -l Administrator <IPaddress(V)PMA-45>

 

Reboot and halt

 

Rebooting or halting the appliance will also stop the processes running on the appliance, so there is no need to stop them separately.

To reboot:

$ sudo su -
# shutdown -r now

It will take several minutes before the application is available again.

To halt:

$ sudo su - 
# shutdown -h now

 

VMware tools

VMware tools are not installed on the VPMA-45.