- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HELP! Root Disk Failing!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 12:58 PM
10-28-2004 12:58 PM
HELP! Root Disk Failing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 01:08 PM
10-28-2004 01:08 PM
Re: HELP! Root Disk Failing!
Take your trusty make_tape_recovery backup tape. Put it in the tape drive.
boot your box.
at the console, interupt at the 10 second prompt.
sea
Find the sequential device.
Bo P3
If the device next to P3 is sequential(tape)
Don't have a tape made:
Do like you'd do with sun.
Put the core os cd in the cd drive and boot off that.
Same basic procedure as above, just pick the device that is the CD-rom, you may need to try a few times to get it right because the CD-ROM is just like disk, random access.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 01:48 PM
10-28-2004 01:48 PM
Re: HELP! Root Disk Failing!
Is it down now? If the problem is intermittent, then I suggest you create a make_tape_recovery tape, replace the disk and recover it.
If it is down and if you don't have make_tape_recovery tape, then the best you can do is to replace the disk and install the OS. If the other disk was also part of vg00 and if there are logical volumes shared between those two disks, then you will lose the data on those logical volumes. Once the install is done, try importing the other disk in the following way.
#mkdir /dev/vg01
#mknod /dev/vg01/group c 64 0x010000
#vgimport vg01 /dev/dsk/cxtydz
This may give errors like there should have been two disks. Activate the VG
#vgchange -a y vg01
If the above doesn't work then do
#vgchange -a y -q n vg01
You will find the LV devices under /dev/vg01 directory. Mount them and see if you have data. If so, take a backup of the data, add the disk back to vg00 or create a new VG, create lvols and filesystems and restore the data.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 10:59 PM
10-28-2004 10:59 PM
Re: HELP! Root Disk Failing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 11:54 PM
10-28-2004 11:54 PM
Re: HELP! Root Disk Failing!
No matter external cd drive.Check for the SCSI Termination and connectivity.Check for CD drive is functional or not.There shouldn't be any compactability issues.There could be some possible hardware failures,since your root disk is also crashed.Do a proper analysis
regards
SK
sunilhcl@rediffmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 11:54 PM
10-28-2004 11:54 PM
Re: HELP! Root Disk Failing!
Doesn't matter external cd drive.Check for the SCSI Termination and connectivity.Check for CD drive is functional or not.There shouldn't be any compactability issues.There could be some possible hardware failures,since your root disk is also crashed.Do a proper analysis
regards
SK
sunilhcl@rediffmail.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 01:32 AM
10-29-2004 01:32 AM
Re: HELP! Root Disk Failing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 01:33 AM
10-29-2004 01:33 AM
Re: HELP! Root Disk Failing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2004 01:48 AM
10-29-2004 01:48 AM
Re: HELP! Root Disk Failing!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2004 06:15 PM
10-31-2004 06:15 PM
Re: HELP! Root Disk Failing!
Yes, make_tape_recovery is part of HP Ignite-UX.
Regards,
Dean