Hi everybody,
I am having a problem with one of my P660's (running AIX 5.2 ML7).
Yesterday morning the machine was not availlable anymore, and when I checked it, it was showing a led code 0555 fsck error.
It is not possible to boot the machine, I suspect it is a corrupt filesystem or corrupt boot device/image. Sadly enough, it is the rootvg, which has only one disk....

I've tried to follow a procedure I found in a redbook ("Problem Solving and Troubleshooting AIX 5L", chapter LED 551,555 or 557 halt), but I am not sure what the actual problem is.
The steps I should do according to the redbook:
1) boot from bootable media
2) choose "start maintenance mode for system recovery"
3) choose "access a root volume group"
4) choose "access this volume group and start a shell before mounting the filesystems"
According to my console, it was trying to do an importvg of the rootvg, but after one hour the following messages where shown:
----------------------------------------
importing volume group
0516-062 lqueryvg: Unable to read or write logical volume manager record. PV may be permantly corrupted. Run diagnostics
rootvg
0516-062 lqueryvg: Unable to read or write logical volume manager record. PV may be permantly corrupted. Run diagnostics
checking / file system
/dev/rhd4: unable to read superblock (TERMINATED)
checking /usr file system
/dev/rhd2: unable to read superblock (TERMINATED)
exit from this shell to continue the process of accessing the root volume group
-----------------------------------
On the prompt I tried to manually fsck some of the filesystems, but naturally these commands went wrong also.
After all this, I decided to run a full diagnostics of the system, this returned well without any problems.
I am a bit confused, because the diagnostics shows no trouble at all. On the other hand, the lqueryvg messages let me think that there might be a corrupt pv.
I am not sure how to procede. Is it enough to re-install AIX (software problem) or should I replace the disk (hardware problem)?