- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Changing the disk pathing for a mounted filesystem...
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
10-27-2006 05:40 PM
10-27-2006 05:40 PM
I have an hp 4000 RP7400 running 11.00 that is connected to a SAN via a A6795 HBA card. The SAN manager is reporting that the volume group vgd240aps2 is not on its perferred path. The disk array vendor has asked that I make the following change at the OS
1. Remove the primary path and move the alternate up with the following
command:
vgreduce /dev/vg01 /dev/dsk/c2t1d0
2. Verify the alternate is now the primary with the following command:
vgdisplay
3. Enter this command:
vgextend /dev/vg01 /dev/dsk/c2t1d0
4. Enter the following command to see if it shows c6t0d0 as the primary
and c2t1d0 as the alternative path.
vgdisplay
I don't have a problem doing this but the volume group that I need to change is a mounted filesystem. Is there a risk to making the change listed? The Volume group contains the /home directory which is always busy so it can't be unmounted.
Please advise...
Thanks in advance for your help
Gwenn
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 06:05 PM
10-27-2006 06:05 PM
Re: Changing the disk pathing for a mounted filesystem.
man pvchange for details and syntax.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 06:14 PM
10-27-2006 06:14 PM
Re: Changing the disk pathing for a mounted filesystem.
PV Name /dev/dsk/c24t0d1
PV Name /dev/dsk/c22t0d1 Alternate Link
PV Status available
Total PE 8446
Free PE 2
pvchange -s /dev/dsk/c24t0d1
Will this automatically change the alternate to be the primary? Do I still need to do the vgextend? Does it matter if it is mounted filesystem that is part of the volume group?
Thanks for the quick response
Gwenn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 06:17 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 06:22 PM
10-27-2006 06:22 PM
Re: Changing the disk pathing for a mounted filesystem.
Have a good evening.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2006 06:24 PM
10-27-2006 06:24 PM
Re: Changing the disk pathing for a mounted filesystem.
thanks again for the quick response.