Eyeglass Appliance Operational Procedures
Introduction
This page covers common maintenance procedures for the Eyeglass appliance VM itself: shutting it down, rebooting it, changing its IP address, moving it to a new host, and changing account passwords.
Shutting Down the Appliance
- Log in as
adminover SSH. sudo -s(enter the admin password).systemctl stop scashutdown
Rebooting the Appliance
note
This isn't a troubleshooting step and shouldn't be needed for normal operations. Only reboot the appliance to apply an operating system patch, or when directed by support.
- Log in as
admin. sudo -s(enter the admin password).systemctl stop scareboot
Changing the Appliance IP Address
- Log in as
admin. sudo -s(enter the admin password).- Run
yast. - Use the arrow keys to select Networking, then edit the interface IP settings, including DNS and default gateway.
Moving the Appliance to a New ESX Host
The Eyeglass appliance can be moved between ESX hosts with vMotion without shutting it down first.
Changing an Account Password
This applies to the admin account as well as other built-in product accounts (for example rwdefend, auditor).
- Log in as the account user over SSH.
- Run
passwd. - Enter and confirm the new password.