- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problems with /dev/vg00
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-01-2001 07:17 AM
10-01-2001 07:17 AM
I'm having problems with my boot disk (c0t6d0) in /dev/vg00. This disk is mirrored to another physical disk in /dev/vg00 and I've just created a make_recovery_tape, so I feel fairly safe at this point.
My question pertains to removing this disk properly while trying to keep the system up and running. This is a production machine and the disk is still functioning, however every two hours or so I get a CRITICAL error message from EMS stating there are problems with this physical disk and the SCSI bus resets. What are the proper steps to take when a situation like this occurs? Typically with other disks, I would break the mirror, replace the disk and recreate the mirror, with no downtime, however since this is the OS disk I assume this isn't possible.
My thoughts are this:
1. Let the errors continue until after normal business hours as the system still seems somewhat stable (no errors from the Sybase logs).
2. Get a replacement disk for (c0t6d0, problem disk).
3. Break the mirror between the bad disk (c0t6d0) and the good mirrored copy (c0t5d0).
4. Bring the system down
5. Replace the bad drive with the good one.
6. Bring the system back up and this time boot from the alt path of the good disk (c0t5d0)
7. Recreate the mirrors.
8. Reboot and ensure the system is functioning properly.
If all else fails I have a good make_recovery_tape that I just created today and another one that I created on Friday. Any thoughts on this one? Thanks.
-Mike
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2001 07:23 AM
10-01-2001 07:23 AM
Re: Problems with /dev/vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2001 07:30 AM
10-01-2001 07:30 AM
Re: Problems with /dev/vg00
Look at Jim's answer in the thread.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,11866,0xf890abe92dabd5118ff10090279cd0f9,00.html
-HTH
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2001 07:36 AM
10-01-2001 07:36 AM
Re: Problems with /dev/vg00
Just make sure you do a " vgcfgbackup /dev/vg00" otherwise vgcfgrestore wouldn't work.
I would go even further,
for i in $(ls -1d /dev/vg*)
do
vgcfgbackup $i
done
-Regards
Ramesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2001 07:46 AM
10-01-2001 07:46 AM
SolutionThere is a White Paper 'Storage: procedure for replacing an LVM disk in HP-UX 10.x and 11.x'. Document ID KBAN00000347. If you do a search for that Doc ID, you can print that document. It covers all the scanarios, boot disk (mirrored and non); non-boot (mirrored and non). It always serves as my cookbook.
When you are done make sure that you enable both boot disks to boot without quorum so that the box will boot automatically even with a failed boot disk.
Something like this on both boot disks:
mkboot -a "hpux -lq (;0)/stand/vmunix" /dev/rdsk/c0t6d0 using the appropriate raw device in each case.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2001 10:11 AM
10-01-2001 10:11 AM
Re: Problems with /dev/vg00
Thanks for your responses, they seem very helpful so far. I am currently working with HP to determine if the problem resides with this specific disk or rather the SCSI bus itself, it appears that this disk reports errors first and then the bus itself resets.
I also found out that while troubleshooting this problem, that there are EMC Symmetrix disks tagged off this same SCSI bus, which I know is bad practice, so I'd like to troubleshoot further to ensure that this isn't causing issues as well. It goes to show you that you shouldn't assume that the system was configured in the best manner, unless you did it yourself. Time to audit all our disk configuration and replace this disk if needed, thanks for your responses.
-Mike