- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgextend on 11iV3
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
07-21-2008 06:14 AM
07-21-2008 06:14 AM
I have a hp bl870c model in stalled with OS 11iv3. the server is connected to DMX3-24 storage. there are 3 luns in the VG :
/dev/dsk/c2t3d0
/dev/dsk/c2t3d5
/dev/dsk/c2t3d6
when I issue the command vgextend /dev/vgdmx1 /dev/dsk/c4t3d0
I recieve the following error :
Verification of unique LVM disk id on each disk in the volume group
/dev/vgdmx1 failed.
Following are the sets of disks having identical LVM disk id
/dev/dsk/c2t3d5 /dev/dsk/c4t3d0
the 3 paths c4txdy are in CLAIM status and diskinfo gives the information correctly.
any idea ?
thanks,
Reuven
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 06:21 AM
07-21-2008 06:21 AM
SolutionTry
# ioscan -m dsf
first to see the new device files.
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
07-21-2008 07:01 AM
07-21-2008 07:01 AM
Re: vgextend on 11iV3
/dev/dsk/c2t3d5 is the same as /dev/dsk/c4t3d0, just another path.
How many fibre card / cables do you have running to the SAN? check with the SAN engineer or veify on the SAN that they areor are not alternate links.
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 07:09 AM
07-21-2008 07:09 AM
Re: vgextend on 11iV3
You should decide to use it or not to use it. Mixing could get confusing.
I am assuming that c2t3d0 and c4t3d0 are the same lun?
If the above assumption is correct then you do not need to add the other path. Use the /dev/diskxx/diskxx device name. HPUX will manage the paths.
scsimgr and ioscan -m dsf can help you view the relationship and properties.
In 11.31 you can use one or the other ( legacy or agile devices ) so in your case it is legit to do what you are doing, why you are getting an error for an alternate path is weird ( this is ASSUMING that this is an alternate path ).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 11:56 AM
07-21-2008 11:56 AM
Re: vgextend on 11iV3
thanks for your reply.
the array is active/active. I just wanted to know why there is a change if I use the good old legacy way like in privious versions 11.23,11.11.
thanks,
Reuven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 12:01 PM
07-21-2008 12:01 PM
Re: vgextend on 11iV3
Thanks for your reply.
we have 2 fiber cards on each hosts. these 2 pathes point to the same LUN or device as the server sees it. LUN id is the same. if I use the legacy way both paths should be seen for each device in vgdisplay -v /dev/vgXX
rgds,
Reuven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 12:06 PM
07-21-2008 12:06 PM
Re: vgextend on 11iV3
thanks for your reply.
what do you mean that I should decide whether to use it or not, or mixing ?
c2t3d0 and c4t3d0 are the same lun seen by 2 paths.
can you be more specific please how to use it ? is there anything I should define in scsimgr ?
thanks,
Reuven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 01:51 PM
07-21-2008 01:51 PM
Re: vgextend on 11iV3
I would think it would be very confusing to not use just one method ( there probably is no rule that says you cannot )
>>c2t3d0 and c4t3d0 are the same lun seen by 2 paths.
it is weird that you are getting the error message then
>>can you be more specific please how to use it ? is there anything I should define in scsimgr ?
man scsimgr
e.g.
scsimgr lun_map -D /dev/rdisk/disk3
or
scsimgr get_info -D /dev/rdisk/disk4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 09:31 PM
07-21-2008 09:31 PM
Re: vgextend on 11iV3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-21-2008 09:40 PM
07-21-2008 09:40 PM
Re: vgextend on 11iV3
You can convert your config with a special tool (sorry, can't remember the name at the moment, but it must be in /usr/contrib/bin).
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
07-21-2008 09:45 PM
07-21-2008 09:45 PM
Re: vgextend on 11iV3
See also
http://docs.hp.com/en/LVMmigration1/LVM_Migration_to_Agile.pdf
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
07-22-2008 01:56 AM
07-22-2008 01:56 AM
Re: vgextend on 11iV3
rgds,
Reuven
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2008 01:58 AM
07-22-2008 01:58 AM
Re: vgextend on 11iV3
Reuven