- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting up Mirroring on root disk : system hangs
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
05-19-2004 05:39 AM
05-19-2004 05:39 AM
Setting up Mirroring on root disk : system hangs
I am trying to setup mirroring on my server with 2 internal drives. The OS(11i) is installed on one.
pvcreate and vgextend went ok but "makeboot /dev/dsk/c2t1d0" hangs the entire system. Did anyone see this problem ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 05:45 AM
05-19-2004 05:45 AM
Re: Setting up Mirroring on root disk : system hangs
I think mkboot works with /dev/rdsk. isn't it ?.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 05:48 AM
05-19-2004 05:48 AM
Re: Setting up Mirroring on root disk : system hangs
This is what I tried:
mkboot -l /dev/rdsk/c2t1d0
and it hangs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 05:52 AM
05-19-2004 05:52 AM
Re: Setting up Mirroring on root disk : system hangs
mkboot -l /dev/rdsk/c3t6d0
I attached a procedure I ues.
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 06:02 AM
05-19-2004 06:02 AM
Re: Setting up Mirroring on root disk : system hangs
Try these two patches,
1.) PHCO_28378
2.) PHCO_27101
And here is the cookbook to create a root mirror,
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000073345589
The itrc doc id is LVMKBRC00005103.
Make sure you are using the correct device file.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-19-2004 06:28 PM
05-19-2004 06:28 PM
Re: Setting up Mirroring on root disk : system hangs
See file attached..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 07:32 AM
05-20-2004 07:32 AM
Re: Setting up Mirroring on root disk : system hangs
It looks like the disk is bad. We found out that even though 'ioscan' and 'diskinfo' showed good data, the "dd" command did the same thing to the system(the system hung)
$ dd if=/dev/rdsk/c2t1d0 of=/dev/null bs=1024k
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-20-2004 05:59 PM
05-20-2004 05:59 PM
Re: Setting up Mirroring on root disk : system hangs
Thanks for the 5 points !!!! It's my first....
kyris