- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Not able to do pvcreate
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
08-02-2005 04:54 AM
08-02-2005 04:54 AM
Not able to do pvcreate
I am trying to do a pvcreate in a disk which was earlier the part of VXVM.It gives teh following error
pvcreate -f /dev/rdsk/c17t0d3
pvcreate: Could not perform LVM operation on VxVM disk "/dev/rdsk/c17t0d3".
Regards
S.Arunkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 04:59 AM
08-02-2005 04:59 AM
Re: Not able to do pvcreate
See this document:
TKB Doc ID: KBRC00010725
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064722624
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:00 AM
08-02-2005 05:00 AM
Re: Not able to do pvcreate
dd if=/stand/vmunix of=/dev/rdsk/c17t0d3
pvcreate /dev/rdsk/c17t0d3
hope this helps,
-denver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:00 AM
08-02-2005 05:00 AM
Re: Not able to do pvcreate
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=31111
Hope it helps.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:01 AM
08-02-2005 05:01 AM
Re: Not able to do pvcreate
You want the `vxdiskunsetup` command to remove the vxvm control from the disk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:02 AM
08-02-2005 05:02 AM
Re: Not able to do pvcreate
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:02 AM
08-02-2005 05:02 AM
Re: Not able to do pvcreate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2005 05:20 AM
08-02-2005 05:20 AM
Re: Not able to do pvcreate
I performed the following
# /etc/vx/bin/vxdiskunsetup
# pvcreate -f
it worked
Regards
S.Arunkumar