- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11i disk 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
09-04-2002 08:12 AM
09-04-2002 08:12 AM
HP-UX 11i disk space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 08:24 AM
09-04-2002 08:24 AM
Re: HP-UX 11i disk space
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x9d7b42308663d611abdb0090277a778c,00.html
You don't have to allocate as much disk space as you think.
My 2 cents...
-- Rod Hills
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 08:24 AM
09-04-2002 08:24 AM
Re: HP-UX 11i disk space
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 08:25 AM
09-04-2002 08:25 AM
Re: HP-UX 11i disk space
I would go for two 36 Gig disks.
Build the server on one and then mirror the 2nd in.
As well as swap allow room in /stand for additional copy of vmunix as well as vmunix.prev.
This might be helpful:-
To mirror an existing root volume:
1. pvcreate -B /dev/rdsk/device (-B creates BDRA area)
2. vgextend /dev/vg00 /dev/dsk/device
3. mkboot /dev/rdsk/device (put boot utilities into boot area)
4. mkboot -a "hpux boot arguements here" /dev/rdsk/device
5. lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/device
6. lvextend -m 1 /dev/vg00/swaplv /dev/dsk//device
7. repeat lvextend in sequence for all root logical volumes
8. lvlnboot -v ( to update the boot information with the new disk)
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 08:26 AM
09-04-2002 08:26 AM
Re: HP-UX 11i disk space
An 18GB or 36GB drive is fine for vg00. Only the standard operating system filesystems belong on vg00, in my opinion. I'd only place a primary swap and dump space on vg00. Additional (secondary) swap space should reside on another physical disk for best performance.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2002 08:36 AM
09-04-2002 08:36 AM
Re: HP-UX 11i disk space
a) 36GB hotplug ultra scsi (A6831A)
b) 73GB hotplug ultra scsi (A6725A)
The part numbers are quoted from what I have, they might be old already. Like what others have said you no longer need so much swap to match your memory. Keep primary swap to a minimum 1GB and added additional swap when needed. It's best to separate the additional swap on a different disk than the root disk. Having said all that, what's the harm of allocating 12GB of primary swap (at 1:1 ratio) space since the disk capacity nowadays is huge apart from wasting all the space .. that way you don't have to worry about separate dump space, etc, etc. Just my thought ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2002 12:16 PM
09-05-2002 12:16 PM
Re: HP-UX 11i disk space
A few of my other boxes have only 25% swap vs memory.
One of my boxes has 54GB of memory and only 26GB of swap.
I have been told that this is the new standard by my System intro team and HPCE onsite.