- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pvcreate alternate path dev files?
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
05-10-2002 10:23 AM
05-10-2002 10:23 AM
Once the physical device has been tagged by the first pvcreate -f command, do I have to pvcreate -f the alt path device as well????
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:25 AM
05-10-2002 10:25 AM
Re: pvcreate alternate path dev files?
See this post:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xdbe86c96588ad4118fef0090279cd0f9,00.html
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:25 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:27 AM
05-10-2002 10:27 AM
Re: pvcreate alternate path dev files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:27 AM
05-10-2002 10:27 AM
Re: pvcreate alternate path dev files?
If you are using a Disk Array, then you don;t have to do a pvcreate on the alternate path. If on the other hand you are using two seperate physical disks and are using mirroring, you should do pvcreate on both the disks.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:28 AM
05-10-2002 10:28 AM
Re: pvcreate alternate path dev files?
No you don't have to...but if you do there's no harm done. That is of course unless you're into the vgcreate/lvcreate/newfs stages.
You define the alt paths with the vgcreate command.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:29 AM
05-10-2002 10:29 AM
Re: pvcreate alternate path dev files?
pvcreate -f < primary > is enough as the physical device is same . However just to make sure I do the same to both the paths .
Ofcourse
vgcreate /dev/vgXX primary secondary
and then vgextend primary seconday etc etc.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2002 10:38 AM
05-10-2002 10:38 AM
Re: pvcreate alternate path dev files?
As suggested, you should not do the pvcreate again on the same disks while adding the alternate paths. Just the vgextend will do the task. If you do pvcreate on any disk, it will erase all LVM information from that.
HTH,
Shiju