Wednesday, May 21, 2008

Aix boot fails JFS/JFS2 log corrupt

If LED code 551,552,554,555,556,557
try access the rootvg file system before mounting it, and run #logform -V jfs /dev/hd8 and #logform -V jfs2 /dev/hdisk8 and run fsck afterwards
#fsck -y -V jfs /dev/hd1
#fsck -y -V jfs /dev/hd2
#fsck -y -V jfs /dev/hd3
#fsck -y -V jfs /dev/hd4
#fsck -y -V jfs /dev/hd9var
#fsck -y -V jfs /dev/hd10opt
and do the same for jfs2
then #exit

** previous transaction will be lost

No comments:

UNIX: How to print column nicely using printf

[user@hostfwnms1-oam tmp]# cat b.sh printf "%-26s %-19s %-8s %-8s %-s %-s\n" HOSTNAME IP PING SNMPWALK 0-ok 1-fail for i in `cat n...