This checklist should be used to configure standard settings, restore Guru settings, and handle customization and prepare for recovery for the Cassini EPC. For a detailed overview, please reference Exchange Overview for System Controller EPC TIM.
A) Standard OS Settings
- Connect Displays with HDMI and/or Thunderbolt ports. Connect USB RIFL Master to any available USB-A port. RI recommends a USB hub for accessories and Keyboard/Mouse.
- Use Network > Edit Connections taskbar icon to setup network configuration (Default = DHCP), See hardware (MAC) address from Connection Information.
Change Hostname
How to rename Tester (STDF Node Name)
Configuring networks - Ubuntu Server documentation - Set Time Zone and NTP settings TZ? ___________
sudo timedatectl set-timezone America/New_YorkClock Synchronization Settings.
- If not configured from the factory, activate Guru ID and restore config
sudo mount -t vfat -o loop ~/Downloads/<ID>GuruKeys.vfd /media/floppy -o gid=disk
sudo unzip -o /media/floppy/GURUKEYS/<GuruID> -d /media/floppy/
~/RiApps/guruServer/guruServerStop.sh
~/RiApps/guruServer/startApp.cmd -RiBackupGuru <ServerIP> -RiUpdateGuru <ServerIP> - From Guru choose Logon and System > Restore to get all owned objects, including the Guru Address book entries.
- Mount shared network drives (SMB/CIFS) mounted from the Apps > System > Gigolo application (see https://docs.xubuntu.org/current/user/C/internet-networks.html#network-connections )
- From a Windows admin desktop, open a cmd prompt and type the following (replace <IP ADDRESS> with the Linux EPC IP Address or host name)
ssh cassini@<IP ADDRESS> -L 5900:localhost:5900 "x11vnc -no6 -localhost -usepw -auth /var/run/lightdm/root/:0 -display :0 - Open your preferred VNC client and connect with localhost:5900.
- Close the cmd window to terminate the temporary remote admin session.
- Use 3rd party corporate image tools to make a disaster recovery image.
M2 NVMe cloner
Introduction to backups - Ubuntu Server documentation