How to shut down the PAM Crypto Appliance
- 1 minute to read
- Print
- DarkLight
- PDF
How to shut down the PAM Crypto Appliance
- 1 minute to read
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
This article provides instructions on how to shut down the PAM Crypto Appliance using two different methods:
- Via the iDRAC interface.
- Via SSH client.
How to shut down the PAM Crypto Appliance via iDRAC
Caution
Using the shutdown command for the PAM Appliance through the iDRAC interface will result in a physical shutdown of the device. To power on the device again, you must use the same iDRAC interface.
- Open your web browser.
- Enter the iDRAC IP in the browser's address bar.
- Log in using the username and password for the iDRAC web interface.
- Start the virtual console.
- Log in to the host machine using the username provided by senhasegura. If you don't have this information, contact the support team.
- Execute the command
sudo xl list to list
to list the virtual machines running on the server. - Execute the command
sudo xl console <hostname>
, where<hostname>
is the virtual machine responsible for the application. - Log in to senhasegura using the administrator user
mt4adm
. - Shut down the senhasegura instance using the command
sudo orbit shutdown
. - To shut down the Appliance, execute the command sudo
shutdown -h now
or, in the iDRAC web interface, click the Power On/Off button.
How to shut down the PAM Crypto Appliance via SSH client
To shut down the PAM Crypto Appliance through the SSH client management interface, follow these steps:
- Start the SSH client.
- Connect via SSH using the host's management IP address.
- Log in to the host machine using the username provided by senhasegura. If you don't have this information, contact the support team.
- Execute the command
sudo xl list
to list the virtual machines running on the server. - Execute the command
sudo xl console <hostname>
, where<hostname>
is the virtual machine responsible for the application. - Log in to senhasegura using the administrator user
mt4adm
. - Shut down the senhasegura instance using the command
sudo orbit shutdown
. - To shut down the Appliance, execute the command
sudo shutdown -h now
.
Do you still have questions? Reach out to the senhasegura Community.
Was this article helpful?