Operating System - HP-UX
1833777 Members
2161 Online
110063 Solutions
New Discussion

Help me, please!! Power interruption caused LIF crash

 
SOLVED
Go to solution
Jewin
Occasional Advisor

Help me, please!! Power interruption caused LIF crash

Hello professionals,

My workstation is C3700, HP-UX B.11.11
After sudden power interruption, I could not reboot the system. The error message:
IPL error:
bad LIF magic: not a valid LIF volume.

I tried to use core recovery CD to rebuild LIF area of my boot disk, but I just got some messages on display:
mkboot -a hpux -lm /stand/vmunix /dev/rdsk/c3t6d0
Not an HFS file system on /dev/dsk/c3t6d0
I have no idea now.
What should I do to recover the system?
Please help me!

Jewin

14 REPLIES 14
Robert-Jan Goossens
Honored Contributor

Re: Help me, please!! Power interruption caused LIF crash

Hi Jewin,

You should use the Install CD not the Core OS media.

HTH,
Robert-Jan
Jairo Campana
Trusted Contributor
Solution

Re: Help me, please!! Power interruption caused LIF crash

Camel_1
Valued Contributor

Re: Help me, please!! Power interruption caused LIF crash

Jewin, do you have any ignite backup (network/tape)? If yes try to recovery from ignite.

Simon
Jewin
Occasional Advisor

Re: Help me, please!! Power interruption caused LIF crash

Thanks for your response!

I used
hp-ux 11i
technical computing operating environment

"core oe install and recovery"
version B.11.11
September 2001 B6821-10008

Is this the correct one or not?

Jewin
Ashwani Kashyap
Honored Contributor

Re: Help me, please!! Power interruption caused LIF crash

Bharat Katkar
Honored Contributor

Re: Help me, please!! Power interruption caused LIF crash

Just an attempt before going on destructively.
Try doing disk dump of /dev/rdsk/c3t6d0 to some other disk if you have any
dd if=/dev/rdsk/c3t6d0 of=/dev/rdsk/cxtxdx

Use cxtxdx instead to boot with.
Less changes to work but if it works nothing like it!!!!
You need to know a lot to actually know how little you know
Jewin
Occasional Advisor

Re: Help me, please!! Power interruption caused LIF crash

I already read the article:
How do I fix the boot message IPL error bad LIF magic at 11.X?

I already followed almost the same procedures, but I still got error message:

"Not an HFS file system on /dev/dsk/c3t6d0"

That's the problem I suffered.
Steven E. Protter
Exalted Contributor

Re: Help me, please!! Power interruption caused LIF crash

Do you have a current make_tape_recovery backup? It might be easier to boot off tape and recovery vg00.

Attaching an example of this type of recovery script.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jewin
Occasional Advisor

Re: Help me, please!! Power interruption caused LIF crash

Steven, thanks!

But I didn't make any ignite backup tape.
So, I really got a big trouble now.
Ashwani Kashyap
Honored Contributor

Re: Help me, please!! Power interruption caused LIF crash

jewin ,
In the bootlif path verification menu , try giving the hardware path of the disk instead of the disk device file .
Jewin
Occasional Advisor

Re: Help me, please!! Power interruption caused LIF crash

Hello professionals,

If LIF area crash is not easy to recover in this case, is there any possibility to extract data files from the disk?

We have two c3700 workstations here.
I can use the boot disk of another system, if it will be helpful.

Appreciate your help!
Dani Seely
Valued Contributor

Re: Help me, please!! Power interruption caused LIF crash

Hey Jewin,
May be problem with boot disk. By chance, have you mirroed the boot disk? If yes, then boot from it.

I didn't see a response to a previous suggestion ... do you have an Ignite backup?Have you tried to restore from Ignite? Whether you have one or not, Ignite is your friend ... become familiar with it and use it regularly. You can skip the header and extract individual files or restore your entire system ... easily!

Also, check if you are booting through the right boot disk. If you are, then it sounds like the boot area is corrupt on the disk (basically the LIF is corrupted). You should try to boot from the recovery CD and repair the LIF. If this fails and you have an Ignite backup, you should restore from the backup.

Best of luck!
Together We Stand!
Jewin
Occasional Advisor

Re: Help me, please!! Power interruption caused LIF crash

Hello dani,

I didn't make an ignite backup tape.
So, maybe it's already too late!

I already tried to rebuild LIF on boot disk;
but I got error message:
Not an HFS file system on /dev/dsk/c3t6d0

I use the hardware path 10/0/15/1.6.0
while I use CORE install media to rebuild LIF

So far, I could not solve the problem.
Ashwani Kashyap
Honored Contributor

Re: Help me, please!! Power interruption caused LIF crash

Hello jewin ,

If you have exhausted all options , then I think a fresh install of the OS is the only way left .

If your data was on other disks and the failed disks only had OS on it , then there might be a change of recovering them .

If thats the case then go ahead and reinstall the os . Run ioscan to see all your disks .
Then run sam , go to disks and filesystems and then volume groups . Click on the action tab and then click on import .
THis will open up a new window , and what sam does here is scans each disk for VG Headers and presents bunch of disks with common VG headers , meaning all those disks were in one VG . Go ahead and import all those disks in one VG . SAM will automatically scan and recreated all the LV from the VGRA area . Repeat all the same for all the VG's .

After that all you ned to remember is where to mount those LV . YOu need to remeber the mount points . Hope fully you might have a hard copy somewhere , other wise trial and error .

Hope you are able to recover it without going through this .

BTW . Did you call HP support for this . May be they have a better solution .