HP StorageWorks Scalable File Share Release Notes - Version 2.3
Known issues and workarounds in HP SFS Version 2.3 1–11
Also the command evlview -t 1 would fail to access the event log.
To fix this issue, run the following commands on the admin server:
mount | grep hpls # Write down the admin LUN mounted on /var/hpls
cluadmin -- service disable admin # Stop the admin service
fsck DEVICE # Make sure the admin LUN is healthy
mount DEVICE /var/hpls # Manually remount the admin LUN
cd /var/hpls/evlog # Go to the even log directory
evlogmgr --fix --log eventlog # Fix the public log
evlogmgr --fix --log privatelog # Fix the private log
cd /tmp # Get out of the admin lun
umount /var/hpls # Unmount the admin LUN
cluadmin -- service enable admin NODE1 # Restart the admin service