- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgcreate device busy
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
06-20-2002 06:54 AM
06-20-2002 06:54 AM
vgcreate device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 06:59 AM
06-20-2002 06:59 AM
Re: vgcreate device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 07:03 AM
06-20-2002 07:03 AM
Re: vgcreate device busy
Use pvcreate -f ( forcefully does )
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 07:04 AM
06-20-2002 07:04 AM
Re: vgcreate device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 07:05 AM
06-20-2002 07:05 AM
Re: vgcreate device busy
However, if you want to keep the contents (from another system perhaps), perform a vgimport.
I always have to do the pvcreate -f on XP512 disks, it can be a pain!
Share and Enjoy! Ian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 07:12 AM
06-20-2002 07:12 AM
Re: vgcreate device busy
If you used the disks to do a vgcreate w/o the -p options and then you are trying to use the same disks for vgcreate with -p optuion it will not work . You hae to do a pvcrete -f first and then only do the vgcreate again.
I hope I am able to make my self clear.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 07:21 AM
06-20-2002 07:21 AM
Re: vgcreate device busy
# ioscan -fnC disk ( find out device file)
# pvcreate -f /dev/rdsk/cxtydz
# mkdir /dev/vgxx
# mknod /dev/vgxx/group c 64 0x??0000
# vgcreate /dev/vgxx /dev/dsk/cxtydz
You can also try doing this with SAM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 08:13 AM
06-20-2002 08:13 AM
Re: vgcreate device busy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2002 08:17 AM
06-20-2002 08:17 AM
Re: vgcreate device busy
try ioscan -funCdisk, make sure it is claimed & not got NO_HW
Tim