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-01-2011 10:29 AM
09-01-2011 10:29 AM
LVM
I have a rp4440 HPUX 11.23. I am using a Smart Array 6400 controller. ciss4. We divided the ds2300 into 3 LD's. LD0, LD1 and LD2. these are RAID 0 mirrored to the identical LD's on another 6400 connected to the second channel on the ds2300 ciss6. LD0 reported a failed drive at channel 1 id 0 as FAILED. The lights on the hard drive looked ok. I brought down the system and replaced the suspect drive. It booted OK and SAUTIL reported the new drive as OK. However vgdisplay -v /dev/vg01 reports this warning "could'nt query physical volume /dev/dsk/c4t8d0" This is the id of the failed LD comprised of 2 36GB drives. Prior to this it was repoprted as UNAVAILABLE. ioscan reports c4t8d0 as claimed. Any ideas? Do I need to run some commands likie vgchange? thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2011 11:41 AM
09-01-2011 11:41 AM
Re: LVM
Are the single disks configured as RAID0?
If so, you need to mark them as repaired (sautil) - then they are "CLAIMED" again.
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-01-2011 02:38 PM
09-01-2011 02:38 PM
Re: LVM
yes. each LD is made up of 2 36GB hard drives which are then configured as a RAID0. This LD is then mirrored to 2 other 36GB disks which are also RAID0. diskinfo sees the new disk but pvdisplay -v /ev/rdsk/c4tod0 does not. Should I try vgcfrestore -n/dev/vg01/dev/rdsk/c4tod0.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2011 01:45 AM
09-02-2011 01:45 AM
Re: LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2011 10:40 AM
09-02-2011 10:40 AM
Re: LVM
can i do this with the system up and running? will this cause any problems with our data? just being carefull. thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2011 11:00 AM
09-02-2011 11:00 AM
Re: LVM
> can i do this with the system up and running?
Isn't that the whole point of having mirrored disks? Yes it should be safe. Take a look at the "When Good Disks Go Bad" guide for your exact steps:
http://bizsupport.austin.hp.com/bc/docs/support/SupportManual/c01911837/c01911837.pdf
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2011 10:12 PM
09-04-2011 10:12 PM
Re: LVM
Since this is RAID0, the data is gone after a drive replacement.
The controller prevents access after this replacement.
You need to do this (example):
# sautil /dev/ciss3 accept _media _xchg 3
to make the logical drive accessibly again (here logical drive 3).
Then you can use vgcfgrestore, etc ...
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-05-2011 12:08 PM
09-05-2011 12:08 PM
Re: LVM
OK. after the vgcfgrestore are therre any other commands to attach the disk to the mirror? thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2011 03:16 AM
09-06-2011 03:16 AM
Re: LVM
Sorry - I didn't catch the RAID 0. I don't even understand why someone would use RAID 0.
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2011 10:38 AM
09-06-2011 10:38 AM
Re: LVM
this a weird system. I inherited it. Eventually I would like to swap the entire disk subsystem with a va array. What they did was to use a smart array 6400 ciss4 to take 2 disks and RAID0 them together to create LD0 and then use LVM to mirror this LD0 to another pair of disks RAID0 as LD0 on another 6400 ciss6 on the same ds2300 box. They split the ds2300 box into 2 channels. Does this help? sautil now sees the new disk as OK. I did do sautil /dev/ciss4 accept_media _xchg. Now I need to get it synced to the other mirror. What should I do after vgcfgrestore? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2011 10:44 AM
09-06-2011 10:44 AM
Re: LVM
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-30-2011 11:11 AM
09-30-2011 11:11 AM
Re: LVM
it looks like vgchange, vgcfgrestore and vgsync did the trick. thanks for all your help.