- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with Disks
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
01-31-2005 10:47 PM
01-31-2005 10:47 PM
# ioscan -fnC disk
disk 21 8/0.2.5 sdisk CLAIMED DEVICE EMC SYMMETRIX
/dev/dsk/c2t2d5 /dev/rdsk/c2t2d5
# pvdisplay -v /dev/dsk/c2t2d5
pvdisplay: Couldn't find the volume group to which
physical volume "/dev/dsk/c2t2d5" belongs.
pvdisplay: Cannot display physical volume "/dev/dsk/c2t2d5".
# pvcreate /dev/rdsk/c2t2d5
Physical volume "/dev/rdsk/c2t2d5" has been successfully created.
# pvdisplay -v /dev/dsk/c2t2d5
pvdisplay: Couldn't find the volume group to which
physical volume "/dev/dsk/c2t2d5" belongs.
pvdisplay: Cannot display physical volume "/dev/dsk/c2t2d5".
# vgextend /dev/vg13 /dev/dsk/c2t2d5
vgextend: Couldn't install the physical volume "/dev/dsk/c2t2d5".
Too many links
# strings lvmtab | grep c2t2d5
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 10:50 PM
01-31-2005 10:50 PM
Re: Problem with Disks
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 10:52 PM
01-31-2005 10:52 PM
Re: Problem with Disks
have a look at your VG, check MAXPV
(vgdisplay -v /dev/vg13)
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 11:19 PM
01-31-2005 11:19 PM
Re: Problem with Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 11:22 PM
01-31-2005 11:22 PM
Re: Problem with Disks
From vgextend man page
"When a pv_path refers to one of the physical volumes already in the volume group by a different pv_path name to indicate the use of a different controller, this new path becomes an alternate link to the physical volume."
Is this applicable in your scenario?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 11:24 PM
01-31-2005 11:24 PM
Re: Problem with Disks
the only way to set it is with vgcreate.
So maybe you'd better create a new VG for the new disk(s) instead of adding it to the current VG.
regards,
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2005 11:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 12:14 AM
02-01-2005 12:14 AM
Re: Problem with Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 12:42 AM
02-01-2005 12:42 AM
Re: Problem with Disks
vgdisplay -v /dev/vg13 | grep "PV Name"
give you?
also strings /etc/lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 03:13 AM
02-01-2005 03:13 AM
Re: Problem with Disks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 04:16 AM
02-01-2005 04:16 AM
Re: Problem with Disks
regards...
Da