Appliance Lifecycle Operations
Introduction
This article covers standard operational procedures for the Eyeglass appliance virtual machine: shutting down, rebooting, moving the appliance between ESX hosts, and changing the password for the built-in admin user. For DNS and IP address changes, and for changing the root password, see Networking Operations.
Shutting Down the Appliance
-
Log in as
adminover SSH. -
Switch to root:
sudo -s -
Stop the Eyeglass service:
systemctl stop sca -
Shut down the appliance:
shutdown
Rebooting the Appliance
Rebooting the appliance is not a troubleshooting step and is not required for normal operational tasks. Only reboot the appliance if an operating system patch requires it. For all other cases, open a case with Support and do not reboot the appliance unless directed by Support.
-
Log in as
admin. -
Switch to root:
sudo -s -
Stop the Eyeglass service:
systemctl stop sca -
Reboot the appliance:
reboot
Moving the Appliance to a New ESX Host (vMotion)
The Eyeglass appliance can be moved between ESX hosts using vMotion without shutting it down.
Changing the Admin User Password
The admin user password (and the password for other built-in accounts used by other Superna products, such as rwdefend and auditor) can be changed directly, without switching to the root user:
-
Log in as the
adminuser over SSH. -
Run:
passwd -
Enter the new password, then re-type it to confirm.
This procedure changes the admin user's own password. To change the root password instead, see Eyeglass Root Password in Networking Operations.