- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Alternate disk in vgcreate
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-14-2003 11:42 PM
08-14-2003 11:42 PM
When I m trying to extend a volume group, the disk which I add , goes always as a ALTERNATE link is there a way I can avoid that.
I have two LUNS of 83GB each, I want to get 166GB on my volume grp but it comes up only as 83GB. I tried difft ways but not succesful any ideas?
I DONT WANT THE 2ND DISK TO BE ALTERNATE LINK
Thnks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 03:22 AM
08-15-2003 03:22 AM
SolutionYou need to double check the device file that you are specifying.
LVM will only make something an alternate link if that is what it really is.
In other words, you need to be sure that the device file you are specifying is for a second unique disk drive.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 03:52 AM
08-15-2003 03:52 AM
Re: Alternate disk in vgcreate
If both device files points to the same disk then LVM will take the second device file as alternate path only.
If it is so then u cannot add the second device as additional disk.
You can check up whether both links(device files) points to same disk or not thru lssf command.
ATB,
Sudhakar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2003 03:55 AM
08-15-2003 03:55 AM
Re: Alternate disk in vgcreate
this is because you have TWO scsi/fc connections to one array, which are using the same internal bus of your attached array. So the disk is detected two times from the system over two differant hw pathes. So you have ONE disk with TWO device files for that disk. The LVM detect this special configuration and use the "second device" for the alternate link. What means if the first scsi/fc connection is brocken the LVM switches two the second path and your disk is further available.
Do you know how many physical disk you system has?
do an "ioscan -fnCdisk" and count the disks (CDROM will also count as disk). Are there more than you expected !!!???
HTH
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 11:20 AM
08-19-2003 11:20 AM
Re: Alternate disk in vgcreate
A way to tell for sure is to use the inq or syminq if you have that installed for EMC. If you are using EMC if not then HP or compaq should have similar commands to see if it is an alternate disk path and not really a second disk.
If you are using EMC run the inq -sortsymm command and capture it in a file.
Look at the disk devices that you are referencing here... If they have the same Serial number then teh are in fact the same disk....You merely have dual pathing to the SAME DISK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 08:03 PM
08-19-2003 08:03 PM
Re: Alternate disk in vgcreate
can you post the o/p of ioscan -funC disk ?
i think you have only one lun with two Path that's why you are able to add only one Lun and other is coming as alternate path.
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 08:31 PM
08-19-2003 08:31 PM
Re: Alternate disk in vgcreate
Consider the analogy of a door. You have one door, but two ways of getting to the door - from the inside and the outside. A pretty crap analogy I must admit.
So in your case you only have 83Gb of disk space and NOT 166Gb.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2003 11:58 PM
08-19-2003 11:58 PM
Re: Alternate disk in vgcreate
The issue is resolved as pointed out by others the two LUNS point to the same physical disk. So as in this case, whenever you add the 2nd LUN it takes it as a alternate path.
Pl close this thread
Thnks
SK