- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to add 9 alternative path for 3 disk which con...
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
08-04-2008 05:57 PM
08-04-2008 05:57 PM
I have to setup a vg using 3 disks which come from eva storage. each disk have 3 alternative path.
how to write the command?
Primary Path AlternativePath1 AlternativePath2 AlternativePath3
/dev/dsk/c12t0d6 /dev/dsk/c8t0d6 /dev/dsk/c10t0d6 /dev/dsk/c6t0d6
/dev/dsk/c8t2d2 /dev/dsk/c12t2d2 /dev/dsk/c6t2d2 /dev/dsk/c10t2d2
/dev/dsk/c6t2d3 /dev/dsk/c10t2d3 /dev/dsk/c8t2d3 /dev/dsk/c12t2d3
I don't know if the following will works.
I add the first disk when vgcreate, and assign the alternative path for the first disk.
then ,using the vgextend to load the other two disks and their's alternative path.
vgcreate -s 32 /dev/vg_arcsdata01 /dev/dsk/c12t0d6 /dev/dsk/c8t0d6 /dev/dsk/c10t0d6 /dev/dsk/c6t0d6 ; echo $?
vgextend /dev/vg_arcsdata01 /dev/dsk/c8t2d2 /dev/dsk/c12t2d2 /dev/dsk/c6t2d2 /dev/dsk/c10t2d2 ; echo $?
vgextend /dev/vg_arcsdata01 /dev/dsk/c6t2d3 /dev/dsk/c10t2d3 /dev/dsk/c8t2d3 /dev/dsk/c12t2d3 ; echo $?
or should be the following?
vgcreate -s 32 /dev/vg_arcsdata01 /dev/dsk/c12t0d6 /dev/dsk/c8t2d2 /dev/dsk/c6t2d3
vgextend /dev/vg_arcsdata01 /dev/dsk/c8t0d6 /dev/dsk/c10t0d6 /dev/dsk/c6t0d6
vgextend /dev/vg_arcsdata01 /dev/dsk/c12t2d2 /dev/dsk/c6t2d2 /dev/dsk/c10t2d2
vgextend /dev/vg_arcsdata01 /dev/dsk/c10t2d3 /dev/dsk/c8t2d3 /dev/dsk/c12t2d3
thanks for all.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 09:11 PM
08-04-2008 09:11 PM
SolutionCheck with
# vgdisplay -v vg_arcsdata01
to see the order of the alternative pathes.
Without knowing your hardware layout I can't advise much more ...
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
08-04-2008 09:34 PM
08-04-2008 09:34 PM
Re: how to add 9 alternative path for 3 disk which contains in a VG
when you create a vg with its primary path, after that you just need to extend its alternative paths
#vgextend /dev/vg_arcsdata01 /dev/dsk/c8t0d6 /dev/dsk/c10t0d6 /dev/dsk/c6t0d6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 10:01 PM
08-04-2008 10:01 PM
Re: how to add 9 alternative path for 3 disk which contains in a VG
Any one you can use it no difference
Regards
Sanjeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 11:38 PM
08-04-2008 11:38 PM
Re: how to add 9 alternative path for 3 disk which contains in a VG
By the way,one more things i want to confirm.
Since there is a software call securepath which used for the multiple path management for the EVA, so is there a must to installed this software at the hpux 11.23 ?
LVM can also manage the alternative path, what's the difference between them?
thanks very much.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-04-2008 11:45 PM
08-04-2008 11:45 PM
Re: how to add 9 alternative path for 3 disk which contains in a VG
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
08-04-2008 11:59 PM
08-04-2008 11:59 PM