- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Installation query
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
06-22-2007 03:25 AM
06-22-2007 03:25 AM
Installation query
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 03:31 AM
06-22-2007 03:31 AM
Re: Installation query
See "Managing Swap and Dump" doc - http://docs.hp.com/en/B2355-90950/ch06s03.html
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 03:34 AM
06-22-2007 03:34 AM
Re: Installation query
say u are running x number of processes on a system and the RAM is 99.99% full. Now you start a new process, the OS tries to load this process for execution into the RAM, as there is not enough space some pages of the older process are saved on a reserved area on the hardrive, this reserved area is called swap space.
In short swap is an extention to RAM.
for more information please google about about Virtual memory, paging, page faults, and related topics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 03:37 AM
06-22-2007 03:37 AM
Re: Installation query
Yes and no. That is my favorite answer. Yes you can resize lvols after installation. The kicker is that /, /stand, and swap need to be contiguous. So if you need to resize any of those file systems then you will run into issues. Best suggestion would be to take an ignite that is interactive and resize in that case. Other than that I would suggest buying onlinejfs unless you really want to reboot and go into lvm maintenance mode when trying to resize certain file systems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 03:39 AM
06-22-2007 03:39 AM
Re: Installation query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 03:42 AM
06-22-2007 03:42 AM
Re: Installation query
> it is usually recommended to have twice the physical memory. Y is that. Secondly, in new installations can we just do a default filesystem install and just increase the size later on, before the application is mounted.
You don't offer the size of your physical memory which would be most useful to answering this question.
That aside, the 2x recommendation is a "one-answer-fits-all" one that I dislike.
Your primary device swap, which is the case under discusssion, can be *one-half* or equal to your physical memory size when pseudoswap is enabled. Everything depends upon your specific environment. Afterwards, you can add secondary swap space as necessary to accomodate your application requirements. Since primary swap space must use contiguous physical disk extents, it is virtually impossible to enlarge it later anyway.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 03:48 AM
06-22-2007 03:48 AM
Re: Installation query
I have learned over time that the default filesystems sizes (espcially /, /tmp and /opt) tend to be too small for the real world. I make them larger at install time in order to avoid problems later on (espcially /) Yes, in an ideal world the sizes are adequate, but the real world has users in it..........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 03:54 AM
06-22-2007 03:54 AM
Re: Installation query
I nominate this for quote for quote of the day.