- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot pvcreate a disk
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-23-2002 03:25 AM
01-23-2002 03:25 AM
The disk is no more used (I'm sure).
Any suggestion ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 03:38 AM
01-23-2002 03:38 AM
Re: Cannot pvcreate a disk
but you should be really sure!
You will also want to remoce it from your /etc/lvmtab if it is there..
vgreduce it out of the vg it appears in first.
strings /etc/lvmtab to see which vg it's in.
then vgdisplay -v vgname | grep cXtYdZ
to see if there are extents in use.
You can use pvmove -n src
to move data (lv structures) from the disk to free space on another pv in that vg.. should the pv be in use that is.
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:03 AM
01-23-2002 04:03 AM
Re: Cannot pvcreate a disk
But the vg01 is still present in lvmtab.
I can I remove the entry from the lvmtab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:26 AM
01-23-2002 04:26 AM
Re: Cannot pvcreate a disk
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 04:44 AM
01-23-2002 04:44 AM
Re: Cannot pvcreate a disk
It would appear that something wasn't done correctly. Try a 'vgexport' of the volume group to cleanup the /etc/lvmtab. After the export, verify that the volume group has been removed from /etc/lvmtab:
# strings /etc/lvmtab
If the /etc/lvmtab is now clean, do:
# pvcreate -f /dev/rdsk/cXtYdZ
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 05:39 AM
01-23-2002 05:39 AM
Re: Cannot pvcreate a disk
Your suggestion solved my problem!!!
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2002 05:43 AM