- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: pvcreate -f /dev/dsk/cXtYdZ of an existing li...
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
09-13-2005 07:29 AM
09-13-2005 07:29 AM
To my great surprise no problem has occurred. No error messages. No messages in dmesg or syslog.log. No user complaints. if you cd /directory and ll -R all files are visible. pvdisplay -v /dev/dsk/c187t0d0 looks completely good.
I ran the pvcreate -f in a script and didn't see the output. I only noticed that my new PV didn't get added to the VG (because I had pvcreated the WRONG VG.).
I immediately called my colleague over. He speculated that "pvcreate -f" will NOT write on a PV that is already recorded in the /etc/lvmtab. The man page doesn't say that.
What do you think? Are we okay or will some error occur in two weeks?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 07:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2005 07:53 AM
09-13-2005 07:53 AM
Re: pvcreate -f /dev/dsk/cXtYdZ of an existing live PV !
Also I'd be curious if really something changed, but one can hardly tell without knowing the old PV ID (gathered from disk with `oc`)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:09 AM
09-14-2005 02:09 AM
Re: pvcreate -f /dev/dsk/cXtYdZ of an existing live PV !
Use vgcfgrestore to restore the proper header to the PV.
-tjh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2005 02:21 AM
09-14-2005 02:21 AM
Re: pvcreate -f /dev/dsk/cXtYdZ of an existing live PV !
I did an "xd" to get the VGID and it looks good.
I also have had trouble crop up months later when you do something different, such as vgexport/vgimport; so I'm going to be a little nervous for some months yet...