PMA-45 and VPMA-45 quick start guide: Difference between revisions
(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 | 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. | 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 | 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 | |||
For example, if the application is nGeniusONE Server, this user would be Administrator. | |||
*User root can only access the appliance via CLI. | *User root can only access the appliance via CLI. SSH is disabled for that account | ||
*User comcert is reserved for COMCERT staff members | *User comcert is reserved for COMCERT staff members | ||
*The application specific user has | *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)
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
ALWAYS shutdown the appliance properly. Failure to do so may result in irreparable damage to the database and consequently in data loss. |
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.