- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- L2000 root disk errors
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
09-25-2009 03:15 AM
09-25-2009 03:15 AM
L2000 root disk errors
I have ignite tapes available and also a nice new disk but what would be the procedure to use if I were to copy the failing disk to the new disk. I'd like to avoid a tape recovery if possible.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 03:22 AM
09-25-2009 03:22 AM
Re: L2000 root disk errors
Have a look at this thread.
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=118108&admit=109447626+1253877670218+28353475
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 03:22 AM
09-25-2009 03:22 AM
Re: L2000 root disk errors
The recovery from tape will likely take less than an hour, so I would do this.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 03:31 AM
09-25-2009 03:31 AM
Re: L2000 root disk errors
whick would copy from the failing disk to the replacement disk, shutdown and swap its location to that of the failing disk, and if no errors, boot and Ive recovered?
If I went the preferred route of using ignite, would I need to recover any other volume groups or would they stay intact. (its just occured to me that Ive only recovered whole systems in DR trials and not just root disk)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 03:47 AM
09-25-2009 03:47 AM
Re: L2000 root disk errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 03:52 AM
09-25-2009 03:52 AM
Re: L2000 root disk errors
Shutdown all your apps/databases before you start the dd
# dd if=/dev/rdsk/c0t2d0 of=/dev/rdsk/c1t4d0 bs=1024k
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 09:56 AM
09-25-2009 09:56 AM
Re: L2000 root disk errors
http://docs.hp.com/en/5991-1236/When_Good_Disks_Go_Bad_WP.pdf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 10:23 AM
09-25-2009 10:23 AM
Re: L2000 root disk errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2009 06:38 PM
09-25-2009 06:38 PM
Re: L2000 root disk errors
Copying the disk to another disk will fail at the first error so you don't have a choice. There is a bad spot on the disk and the data cannot be read. That is why a single disk is always a bad idea for important systems.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 08:33 AM
09-26-2009 08:33 AM
Re: L2000 root disk errors
If so, consider using DRD (Dynamic RootDisk) to clone your suspect disk to th enew one.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 09:06 AM
09-26-2009 09:06 AM
Re: L2000 root disk errors
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2009 11:49 AM
09-26-2009 11:49 AM
Re: L2000 root disk errors
What would I do if I had this problem?
a) I would install the new disk and mirror the primary onto it. If this fails,
b) I would plug in the newest ignite tape, interupt the automatic restore sequence and install manually onto the new disk.
Now, when you go into this process, you will be given the option of which disk to choose. Just choose the new one, ignore the current one, and duplicate everything from there.
Some preparation, get the basic stuff like vgdisplay -v
cat /etc/fstab
bdf
strings /etc/lvmtab
etc.
Once installed, you should be at run level three and you can verify everything. And if doesn't look right, well you still have the current disk to boot off of and roll back to.
If you really want to be carefull, halt the server, swap the new with the current and put the current on your desk for roll back. And just perform an auto restore without fooling around with two disks in the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-29-2009 01:12 AM
09-29-2009 01:12 AM
Re: L2000 root disk errors
System back up and running.
that's the 2nd root disk to fail on this system in less than 3 years.
Thanks for the advice