- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- login at console and rlogin fails-Possible cause: ...
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-07-2001 04:00 AM
09-07-2001 04:00 AM
login at console and rlogin fails-Possible cause: insufficient memory or swap space.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 04:21 AM
09-07-2001 04:21 AM
Re: login at console and rlogin fails-Possible cause: insufficient memory or swap space.
clearly shows that you have 1GB RAM and only 512 MB swap which is not suppose to be. now you need to increase the swap, since you don't have space in any VG's better to add another HDD extend the vg00 to that disk and increase the swap.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 04:33 AM
09-07-2001 04:33 AM
Re: login at console and rlogin fails-Possible cause: insufficient memory or swap space.
Thanks a lot for prompt reply.
This action is forseen as last resort, since customer doen not like to extend the hardware.
best regards,
./Rao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 04:34 AM
09-07-2001 04:34 AM
Re: login at console and rlogin fails-Possible cause: insufficient memory or swap space.
Regarding your questions:
1. Swap is being used as reserve. Every time a process starts up on HPUX, it reserves area in swap so that it will somewhere to go in case of paging. For this reason, it is recommended that you have as much swap area as you have physical memory. There is an excellent white paper on HPUX memory management that discusses this and question #2. The white paper is at:
http://www.docs.hp.com/dynaweb/hpux10/hpuxen0a/b76/@Generic__BookTextView;hf=0
3&4. Yes, adding more swap will help. And since swap does not really need to be mirrored, you can use the mirrored disk as additional swap area.
5. You will need to change MAXSWAPCHUNKS to at least 512. This will allow you to address up to 1GB of swap. Your current setting only address up to 512 MB of swap. I would recommend setting this parameter to 2048 or even 4096 so that you can add more swap in the future without having to rebuild the kernel and reboot.
Just changing this parameter alone will not fix the problem though. You would still need to increase swap (as mentioned above).
Hope this helps.
-Santosh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 04:46 AM
09-07-2001 04:46 AM
Re: login at console and rlogin fails-Possible cause: insufficient memory or swap space.
To answer your questions;
1. On HP-UX swap device always shows 0% USED, unless you actually have processes paged out to disk, then it shows some space used. BUT, swap is still being used to register space on disk just in case it does need to be swapped out. So using swapinfo to see if device swap is being used to register programs is not accurate. You need to use glance/perfview instead.
2. So, if you have 512MB of RAM, but only 256MB of swap you will only be able to load 256MB of programs into memory. This is not ideal! You should at a minum set swap=RAM. HP recommend setting swap to RAM*2.
3. It doesnt matter where your device swap is setup, any disk is fine. Priority doesnt really matter - only if it becomes used. Your swap areas should be mirrored though, else if your system disk dies and you use the mirror to boot/run off you will have the same problem you have now of not enough swapspace.
4. Yes, SWAP must = RAM at a minimum.
5. No, adjusting kernel parameters wont really help. Setting swapmem_on = 1 might help a little, but its no substitue for having enough device swap in the first place.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2001 04:51 AM
09-07-2001 04:51 AM
Re: login at console and rlogin fails-Possible cause: insufficient memory or swap space.
The most immediate problem I see is the DBC_MAX_PCT is *too high*. You are undoubtedly consuming too much precious memory in buffer cache. I would start by reducing this value to somewhere between 10-15%.
...JRF...