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
10-28-2005 12:16 PM
10-28-2005 12:16 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 12:31 PM
10-28-2005 12:31 PM
SolutionIt matters not. The concept of "primary" and "secondary" derives *only* from the order of appearance of the physical links to the same device as recorded in the '/etc/lvmtab' file after a 'vgcreate' or 'vgextend' has occured using the physical links.
That is, the first device file becomes the primary link; the second (third, etc, up to the seventh) is a seondary link.
You can "promote" a secondary link to primary status (and "demote" the primary to secondary status merely by doing a 'vgreduce' of the primary (first) link followed by a 'vgextend' of what was the primary link. See the man pages for 'vgextend' and 'vgreduce'.
Remember, to view the contents of '/etc/lvmtab' use 'strings /etc/lvmtab'. It's a binary file.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2005 02:22 PM
10-28-2005 02:22 PM
Re: pvcreate
You can do that for any one and it really it same through both as physically it is the same LUN only. The real effect will be in the other commands. The path you want to use as primary shall be used in vgcreate after pvcreate.
#vgcreate /dev/vgname /dev/dsk/c3t0d5
And it should be extended to alternate path.
#vgextend /dev/vgname /dev/dsk/c11t0d5
In the output of "vgdisplay -v" it shall show the alternate link in the end.
If you want to make the alternate link active then reduce the VG using vgreduce from the primary path and reextend using vgextend to same path agin.
#vgreduce /dev/vgname /dev/dsk/c11t0d5
#vgextend /dev/vgname /dev/dsk/c11t0d5
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2005 06:19 PM
10-29-2005 06:19 PM
Re: pvcreate
vgcreate /dev/vgnew /dev/dsk/cAtBdC /dev/dsk/cXtYdZ
where cAtBdC is the primary and
cXtYdZ is the secondary
if u want the complete procedure , kindly assign points to all the people who have replied so far.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2005 08:01 AM
10-31-2005 08:01 AM