- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgcreate problems
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
05-10-2001 04:21 AM
05-10-2001 04:21 AM
vgcreate problems
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2001 04:50 AM
05-10-2001 04:50 AM
Re: vgcreate problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2001 05:03 AM
05-10-2001 05:03 AM
Re: vgcreate problems
Vincenzo is right, since your disks have been used once , it still has info on them so you will have to force by using pvcreate -f, or remove the disk files:
rmsf -a -D /dev/dks c4t4d0 c4t4d1...
and recreate them with ioscan and insf -e...
I would use pvcreate -f for a start (solves most cases...)
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2001 05:38 AM
05-10-2001 05:38 AM
Re: vgcreate problems
Do a pvdisplay /dev/dsk/cxtydz for that disk , in case to verify that this disk is part of other vg's or not . If not then
pvcreate -f /dev/dsk/cxtydz to create the disk.
And then you can created the VG group. If still the same is in some voulme group then I think we start from one more before , check in /etc/lvmtab using strings and still if the disk is that file then first remove it from there by doing a vgremove / vgreduce .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-14-2001 02:53 PM
05-14-2001 02:53 PM
Re: vgcreate problems
Thanks,
Peggy