IMS.OM.002949.DRM
Page 279 of 310
Version 1.4
Doremi Labs
total 56
drwxr-xr-x 11 root root 4096 Apr 23 07:13 assets
lrwxrwxrwx 1 root root 12 Oct 19 2012 dlms -> /doremi/dlms
drwxrwxr-x 3 ingest users 32 Oct 19 2012 incoming
lrwxrwxrwx 1 root root 12 Oct 19 2012 kdms -> /doremi/kdms
drwxr-xr-x 3 root root 32768 Apr 23 07:14 maps
drwxr-xr-x 2 root root 6 Oct 19 2012 playlists
drwxr-xr-x 4 root root 36 Oct 19 2012 repository
?????????? ? ? ? ? ? tmp
?????????? ? ? ? ? ? tmp
The following is a correct example of “ls -la /data” output for reference:
root@IMS1000:~# ls -la /data/
total 8
drwxr-xr-x 8 root root 110 Nov 15 06:25 .
drwxr-xr-x 23 root root 4096 Jan 15 2013 ..
drwxr-xr-x 4 root root 92 Nov 14 14:19 assets
lrwxrwxrwx 1 root root 12 Nov 14 14:09 dlms -> /doremi/dlms
drwxrwxr-x 3 ingest users 32 Nov 14 14:09 incoming
lrwxrwxrwx 1 root root 12 Nov 14 14:09 kdms -> /doremi/kdms
drwxr-xr-x 2 root root 4096 Nov 14 14:27 maps
drwxr-xr-x 2 root root 6 Nov 14 14:08 playlists
drwxr-xr-x 4 root root 36 Nov 14 14:08 repository
drwxrwxrwt 2 root root 44 Nov 14 14:27 tmp
17.7.3 Solution
Check that standby is properly configured and running on the system.
For a temporary
workaround, the symbolic links can be re-created or the RAID can be re-initialized:
Log onto the Terminal (Administration tab → Terminal) and enter the admin user login name
and password.
For a KDM link missing:
mount -o rw,remount /
rmdir /data/kdms
ln -s /doremi/kdms /data/kdms
mount -o ro,remount /
For a DLM link missing:
mount -o rw,remount /
rmdir /data/dlms
ln -s /doremi/dlms /data/dlms
mount -o ro,remount /
For other cases (re-init RAID):
SSH into IMS1000
Run “mount -o rw,remount /”
Run “sh /doremi/sbin/reinit_raid.sh”
Wait for HW RAID to complete building.