- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- extend an existing VG with dual controller path
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
12-10-2003 09:14 PM
12-10-2003 09:14 PM
All my disk is in the same SAN with two controllers. I have allocated a new
lun for the extend and seen by server from the same set of controllers.
/dev/vg32
/dev/dsk/c4t6d2 --- primary path
/dev/dsk/c5t6d2 ---- alt link
New disk to be added in
/dev/dsk/c4t6d5
/dev/dsk/c5t6d5
Can some one advice the vgextend command and its option to extend vg32?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 09:24 PM
12-10-2003 09:24 PM
Re: extend an existing VG with dual controller path
vgextend /dev/vg32 /dev/dsk/c5t6d5 /dev/dsk/c4t6d5
Confirm with vgdisplay -v /dev/vg32
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 09:26 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 09:39 PM
12-10-2003 09:39 PM
Re: extend an existing VG with dual controller path
how to specify which is primary and which is alt link? does vgextend knows how to handle this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 09:40 PM
12-10-2003 09:40 PM
Re: extend an existing VG with dual controller path
the first listed in vgextend is the primairy
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2003 11:28 PM
12-10-2003 11:28 PM
Re: extend an existing VG with dual controller path
My advise would be to use PVG (physical volume groups). Simply create a /etc/lvmpvg file like :
VG /dev/vg32
PVG prilink
/dev/dsk/c4t6d2
/dev/dsk/c4t6d5
PVG altlink
/dev/dsk/c5t6d2
/dev/dsk/c5t6d5
Regards.