- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pvcreate problem
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
12-14-2000 08:46 AM
12-14-2000 08:46 AM
When I do pvcreate i get the message
host:/# pvcreate /dev/rdsk/c0t9d0
pvcreate: The physical volume already belongs to a volume group
When I try pvdisplay I get the message
host:/# pvdisplay /dev/dsk/c0t9d0
pvdisplay: Couldn't find the volume group to which
physical volume "/dev/dsk/c0t9d0" belongs.
pvdisplay: Cannot display physical volume "/dev/dsk/c0t9d0".
I need to create a new volume group on the disk. What should I do.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 08:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 09:01 AM
12-14-2000 09:01 AM
Re: pvcreate problem
This message will appear if the disk was previously used. May be it was a part of some volume group. If you are sure that you don't have any data (important) on the disk, you can do a "pvcreate -f" which will basically wipe out everything on the disk without prompting you.
Use this command (as "root"):
#pvcreate -f /dev/rdsk/c0t9d0
Good Luck.
Dipak
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 09:06 AM
12-14-2000 09:06 AM
Re: pvcreate problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-14-2000 09:15 AM
12-14-2000 09:15 AM
Re: pvcreate problem
The "/etc/lvmtab" entry will not be there as "pvdisplay" does not show anything in this case.
Dipak