Problem description
The Linux TurboTier is showing as disconnected in the Phoenix Console
When connecting to the Linux TurboTier Server the Login screen shows the message below:
OSError: [Errno 30] Read-only fle system: '/var/lib/cloud/data'
Cause
This problem may occur when there are inconsistencies in the file system.
Resolution
Check and Repair Filesystem running the fsck command.
Run the command below to list the different partitions on the TurboTier:
mountFind out what partition is in Read-Only mode.
For Example:/dev/mapper/ubuntu--vg/ubuntu--lvStop the Phoenix Agent service:
/etc/init.d/PhoenixCacheServer stopunmount the partition:
sudo umount /dev/mapper/ubuntu--vg/ubuntu--lvRun the fsck command below to repair the File System:
sudo fsck -f /dev/mapper/ubuntu--vg/ubuntu--lvMount the partition:
sudo mount /dev/mapper/ubuntu--vg/ubuntu--lvSart the Phoenix Agent service:
/etc/init.d/PhoenixCacheServer startReboot your Linux TurboTier.
After the reboot check the Login screen and verify that the message OSError: [Errno 30] Read-only file system: '/var/lib/cloud/data' is no longer present.
Check the status of the Linux TurboTier in the Phoenix console and confirm that it is showing as 'connected'
