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 address (MAC Address LAN) from Connection Information.
Open a Terminal window and type: sudo hostnamectl set-hostname 'new-hostname'
Configuring networks - Ubuntu Server documentation
How to rename Tester (STDF Node Name)
- 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 that matches the Tester's Serial Number and restore Config. Replace <ServerIP> with the host name or IP address of the Guru Server and open a Terminal window and type the following:
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. The action bar will close when transfer is complete.
- Restart the OS by choosing the Apps icon, logout icon then select Restart.
- 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 backup and drive image tools to create a disk recovery image to perform a field recovery with a compatible M2 replacement NVMe storage drive.
M2 NVMe cloner
Introduction to backups - Ubuntu Server documentation