HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- alternate link creation
Operating System - HP-UX
1834429
Members
2375
Online
110067
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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-17-2001 01:35 PM
10-17-2001 01:35 PM
i need to create a volume group with one disc using 2 PV
my pri link is c3t1d0
my alt link is c4t1d0
how do i do this?
my pri link is c3t1d0
my alt link is c4t1d0
how do i do this?
Why is abbreviation such a long word?
Solved! Go to Solution.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 01:47 PM
10-17-2001 01:47 PM
Solution
Hi:
Given that the device files represent the same physical disk, then the primary link is the first one specified when the volume group is created. A subsequent 'vgextend' adds the other pv-path as the alternate link.
in your example, either case below achieves your objective:
# vgcreate /dev/vgXX /dev/dsk/c3t1d0 /dev/dsk/c4t1d0
...or...
# vgcreate /dev/vgXX /dev/dsk/c3t1d0
# vgextend /dev/vgXX /dev/dsk/c4t1d0
Regards!
...JRF...
Given that the device files represent the same physical disk, then the primary link is the first one specified when the volume group is created. A subsequent 'vgextend' adds the other pv-path as the alternate link.
in your example, either case below achieves your objective:
# vgcreate /dev/vgXX /dev/dsk/c3t1d0 /dev/dsk/c4t1d0
...or...
# vgcreate /dev/vgXX /dev/dsk/c3t1d0
# vgextend /dev/vgXX /dev/dsk/c4t1d0
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2001 01:58 PM
10-17-2001 01:58 PM
Re: alternate link creation
Hi,
T0 create volume group you do this:
# mkdir /dev/vgxx
# mknod /dev/vgxx/group c 64 0x010000
# vgcreate /dev/vgxx /dev/dsk/c3t1d0
# vgextend /dev/vgxx /dev/dsk/c4t1d0
Substitute 0x010000 in the mknod with
next available number you have, so list
the group numbers already used first.
# ls -l /dev/*/group
HTH
-Michael
T0 create volume group you do this:
# mkdir /dev/vgxx
# mknod /dev/vgxx/group c 64 0x010000
# vgcreate /dev/vgxx /dev/dsk/c3t1d0
# vgextend /dev/vgxx /dev/dsk/c4t1d0
Substitute 0x010000 in the mknod with
next available number you have, so list
the group numbers already used first.
# ls -l /dev/*/group
HTH
-Michael
Anyone for a Mutiny ?
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP