- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- multi disk vg, Eloquence space
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-17-2004 11:02 AM
10-17-2004 11:02 AM
Two questions - is it mandatory for Eloquence to use /var - can I put it on an lvol that does not require booting to single user to maintain size? If not, how? If so, can I, and should I, add the unused volume to vg00, and expand /var onto it? What is the accepted method for handling things like this, where space requirements are unpredictable?
TIA,
jp
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 11:48 AM
10-17-2004 11:48 AM
Re: multi disk vg, Eloquence space
1) add this disk to /dev/vg00 and use it there.
2) Create a new volume group and use it there.
Whether it is mandatory is up to the application, but most do not. If it is you could create a symbolic link from your application default directory. This is done quite a lot for OmniBack databases on HPUX.
If you create the directory on a different mount point and name, then yes it is easy to handle and it is not used during single-user mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 11:48 AM
10-17-2004 11:48 AM
SolutionUnix convention and the idea of the sysadmin that helps out when you're on vacation say put the log files in /var because thats what its for.
If you have unused disk space on vg00, you should be able to expand var onto it.
lvextend /dev/vg00/lvol# -L
replace the # with the actual value for /var off a bdf display and the disk you want to expand it onto.
There are actually some interesting schools of thought with regard to the /var filesystem.
Some have a big old massive /var and let everything log into it.
Bill Hassell suggested at a class at 2004 HP World that this was not a great idea. If the print spool that ususally defaults to /var fills up the whole system halts.
He suggests that you may want to create mountpoints under /var for various system logging functions. That way if something fills up the system doesn't halt.
This might help you. You can expand vg00 onto a new disk and create a filesystem called /var/eloquence. It looks like its on /var but its really not. Its its own filesystem non its own disk of any size you need.
You don't have to re-invent the wheel.
The downside to Bill's idea is you have to do more planning. If you put /var/spool on its own filesystem, you have to figure out how much space it needs and make sure it has enough. You will probably consume more disk space for /var and its subfilesystems under this scenario.
The result of considering this approach however is a system that is even more robust.
LVM concept. A disk can not be split into two logical volumes. The maximum number of logcial volumes a physical disk can be in is one.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 02:01 PM
10-17-2004 02:01 PM
Re: multi disk vg, Eloquence space
Thanks,
jp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2004 02:43 PM
10-17-2004 02:43 PM
Re: multi disk vg, Eloquence space
As far as having two disks, please order disk mirroring immediately. This is incredibly cheap insurance for loss of your operating system disk (and in your case, Eloquence's data too). You may want to look at offloading the Eloquence data files to an external set of disks (also mirrored) for best performance.
You'll find that increasing /opt, /usr, /tmp and /var are fairly common tasks for any system administrator, especially while the system is growing. These 4 directories require single user mode to increase since they are always busy. The Advanced JFS product allows you to increase the size without rebooting but get the disk mirroring software first.
As mentioned, you can ask Eloquence support where all the /var files are located and then create a separate lvol just for Eloquence files.
Bill Hassell, sysadmin