- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Change vg of /home
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-06-2009 09:22 AM
10-06-2009 09:22 AM
New server build - rx2660 - HPUX 11.23, 4 internal drives.
Customer wants /home on VG01 <- 3rd internal drive (mirrored to 4th). VG00 on drive 1 and mirrored to drive 2.
I have always built servers using the standard layout of HPUX. Never have been asked to move /home to another VG. I would assume it's possible, but is it wise to do so?
They also have a number of database filesystems that are built from /home as the mount point.
Can someone enlighten me as to any risks or unwise policy for this customer request? Or am I concerned about nothing?
Thanks in advance,
Connie
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 09:36 AM
10-06-2009 09:36 AM
SolutionHaving /home elsewhere other than vg00 is not at all uncommon. Many administrators like to keep vg00 purely for the system and /home tends to be more data than system.
Actually moving it is a fairly simple matter. I would probably set it up (vgcreate (if necessary), lvcreate, newfs, etc.) and just restore the data into it. Then you just switch the mount point in /etc/mnttab and reboot.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 09:41 AM
10-06-2009 09:41 AM
Re: Change vg of /home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 09:46 AM
10-06-2009 09:46 AM
Re: Change vg of /home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 09:48 AM
10-06-2009 09:48 AM
Re: Change vg of /home
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2009 10:05 AM
10-06-2009 10:05 AM
Re: Change vg of /home
/home will not be mounted until vg01, (* the other vg *) is activated. Say you have and MCSG cluster, then the alternate node will not have access to /home. For administrators, this is a pain. Many administrators keep their own scripts within their own /home/dir and will be forced into having a group /root admin account, or using /tmp, or in making an entirly new dir under vg00 for storing their swcripts. So its at worst and organizational problem.