- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to create volume groups
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
07-16-2001 11:11 AM - last edited on 04-13-2014 10:06 PM by Maiko-I
07-16-2001 11:11 AM - last edited on 04-13-2014 10:06 PM by Maiko-I
unable to create volume groups
I have 2 FW SCSI drives (Seagates) that I'm loading into an external chassis to add to a server that will serve as a test box. Problem: both drives were used in the past, and have VG's on them. The drives show up as unused, but when I try to add a vg to them, I'm getting errors in that the physical extents from the old vg are still used. How can I clear these old segments off of these drives?
P.S. This thread has been moevd from Disk to HP-UX > LVM and VxVM. - Hp forum Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 12:24 PM
07-16-2001 12:24 PM
Re: unable to create volume groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 03:11 PM
07-16-2001 03:11 PM
Re: unable to create volume groups
Try the following to get you started.
The -f option forces clear any old vg
information that is on the disk and tells
the disk that it is goinf to be used for
LVM.
# pvcreate -f /dev/dsk/cXtXdX
# vgextend /dev/yourvg /dev/dsk/cXtXdX
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2001 11:11 PM
07-16-2001 11:11 PM
Re: unable to create volume groups
Hi
U find out ur disk's device files correctly by using HDD's ID. Then do the following
#ioscan -fnC disk
Make sure that ur HDDs are listed here.
#diskinfo /dev/rdsk/cxtxdx
Confirm ur HDD's type model size ...etc
#pvcreate -f /dev/dsk/cxtxdx
#vgextend /dev/vgxx /dev/dsk/cxtxdx
Verify ur addition
#strings /etc/lvmtab
I hope now U will be able to add the HDDs to VG
Best of luck
Shahul