- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Home : should it be part of vg00 ??
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
01-29-2003 07:28 PM
01-29-2003 07:28 PM
Home : should it be part of vg00 ??
If you have to create a home file system, where would you create ? inside vg00 or external storage ? given that "home" requirement is appx 4G, vg00 disks are 15k rpm, 36G drives. External storage is EMC/XP.
Pl give reason for and against...
TIA
Q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 07:35 PM
01-29-2003 07:35 PM
Re: Home : should it be part of vg00 ??
In any event, it should be a separate filesystem so that moving it is easy. vg00 should be kept clean and small so that OS upgrades are easy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 07:37 PM
01-29-2003 07:37 PM
Re: Home : should it be part of vg00 ??
When your home lv size is 4GB, then I prefer to put it on XP / EMC. It solves 2 main problems. Performance and Reliability. You'll get the performance with XP and Data protection from these HA's RAID config's.
But try keeping root's home dir in / filesystem itself.
You will require this when you boot into single user mode or lv maintenance mode.
Srini.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 08:01 PM
01-29-2003 08:01 PM
Re: Home : should it be part of vg00 ??
It depends on the situation and for all the practical purposes, I keep it on the external disk so that it can be easily imported during upgrades/failures of root disk.
If it is on the root disk and if you want to upgrade the OS (say from 11 to 11i), then you will need to restore /home from the backups which means extra time and effort.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 08:13 PM
01-29-2003 08:13 PM
Re: Home : should it be part of vg00 ??
The only systems that I have that /dev/vg00 contains /home are on production systems where there is little activity for users (utilsing /home), as most are captive anyway. For development servers, I would recommend /home being somewhere other than in /dev/vg00 and on external disks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 08:47 PM
01-29-2003 08:47 PM
Re: Home : should it be part of vg00 ??
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2003 10:01 PM
01-29-2003 10:01 PM
Re: Home : should it be part of vg00 ??
/home will be under vg00 by default, which is needed during boot time. I don't mind keeping in inetrnal drives or external storage make sure backup is available
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 08:46 PM
02-04-2003 08:46 PM
Re: Home : should it be part of vg00 ??
This what I have done ->
1. root's home /home/root in vg00
2. All users home directories on /users/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2003 09:07 PM
02-04-2003 09:07 PM
Re: Home : should it be part of vg00 ??
Cheers
Rajeev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 05:16 AM
02-05-2003 05:16 AM
Re: Home : should it be part of vg00 ??
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2003 06:28 AM
02-05-2003 06:28 AM
Re: Home : should it be part of vg00 ??
I would think it's absolutely up to you whether you prefer to have the /home filesystem on a separat disk or an vg00 disk.
In fact other OS like Solaris are a bit esoteric in that respect, which I had to realize when getting my hands on for the first time on a Solaris box.
Despite that "useradd -D" per default had set /home I wasn't even able to create an account with the -m switch nor could I even create a single directory thereon.
It took me a while until I realized that the Solaris phylosophy was to use /export/home for users' directories and data, and that a separat disk should be nfs-mounted on that mount point (which of course is not mandatory)