1830487 Members
2870 Online
110005 Solutions
New Discussion

System Lost a Drive

 
SOLVED
Go to solution
John_44
Advisor

System Lost a Drive

 
7 REPLIES 7
harry d brown jr
Honored Contributor

Re: System Lost a Drive

John,

What kind of system and OS release, plus what kind of disk?

live free or die
harry
Live Free or Die
John_44
Advisor

Re: System Lost a Drive

Hello, it is a K360 running 10.20. It is an internal drive, model:

SCSI describe of /dev/rdsk/c1t6d0:
vendor: SEAGATE
product id: ST34573WC
type: direct access
size: 4194157 Kbytes
bytes per sector: 512

Again, any help would be appreciated.

John B.

Sanjay_6
Honored Contributor
Solution

Re: System Lost a Drive

Hi John,

Try this link on how to replace the disk. This link covers most of the common situations.

http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000058036738

Hope this helps.

Regds

Helen French
Honored Contributor

Re: System Lost a Drive

There are only some simple steps to make your system back to original state. Check this document for a complete detailed steps (TKB #LVMKBRC00006116):

http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000060353699

Life is a promise, fulfill it!
S.K. Chan
Honored Contributor

Re: System Lost a Drive

This is what you need to do. Shutdown the system, replace the drive and boot up in LVM maintenance mode ..
ISL> hpux -lm
and run the following after you've install your new disk c1t6d0

# mkboot -l /dev/rdsk/c1t6d0
# mkboot -a "hpux -lq" /dev/rdsk/c1t6d0
# vgcfgrestore -n vg00 /dev/rdsk/c1t6d0
=> recovers LVM info to the new disk
# vgchange -a y vg00
=> enables new root disk
# vgsync vg00
=> configure LVs and copies data from primary disk
=> this will take awhile

After it's done reboot the machine. That's it.
harry d brown jr
Honored Contributor

Re: System Lost a Drive

John,

Looks like the bases are covered. Good luck! Hopefully you are having HP replace the disk?

live free or die
harry
Live Free or Die
John_44
Advisor

Re: System Lost a Drive

Hello and thank you all so very much for your responses. Yes, HP is coming out to do the disk replacement and hopefully get it configured in the system. But I wanted the information just in case and so I have a clue as to what is going on. Thank you so much again.

John B.