HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Which kernel parm to change?
Operating System - HP-UX
1827276
Members
1984
Online
109717
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-13-2003 04:31 PM
06-13-2003 04:31 PM
Which kernel parm to change?
Hi,
I have a program that runs ok locally on the machine, but whenever I run it from a remote host using remsh it terminates prematurely with a "running out of memory error." Does anyone know which kernel parameter that I need to change/increase to allow remsh to "see" the same amount of memory/swap space available to programs run locally? I am running HP-UX 11.22 on a zx6000 with 8GB RAM.
Thanks.
I have a program that runs ok locally on the machine, but whenever I run it from a remote host using remsh it terminates prematurely with a "running out of memory error." Does anyone know which kernel parameter that I need to change/increase to allow remsh to "see" the same amount of memory/swap space available to programs run locally? I am running HP-UX 11.22 on a zx6000 with 8GB RAM.
Thanks.
You can't turn back the clock, but you can always rewind it again.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 04:38 PM
06-13-2003 04:38 PM
Re: Which kernel parm to change?
Is that the only error message?
You might want to look at shmmax and shmseg.
You also might want to know you don't get a full environment with remsh and you might just need proper environment variables in your startup script on the remote machine.
Unless you are really pounding that box or the kernel is straight out of install you should not be having this problem.
SEP
You might want to look at shmmax and shmseg.
You also might want to know you don't get a full environment with remsh and you might just need proper environment variables in your startup script on the remote machine.
Unless you are really pounding that box or the kernel is straight out of install you should not be having this problem.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
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
06-13-2003 04:56 PM
06-13-2003 04:56 PM
Re: Which kernel parm to change?
This is a very common problem because the default protective fences are quite low (maxdsiz is only 67megs). The program is unfortunately very ambiguous with the error message so you'll have to consult the programmer as to what system call generated the error message (local memory or shared memory). Generally, these errors are due to 32bit programs that try to grab huge amounts of RAM.
I would start with maxdsiz---it is set very low to prevent bad programs from grabbing massive amounts of RAM. Your local machine may have maxdsiz set to 500 megs while the remote system allows only 67megs. It won't matter whether you use remsh or just run the program directly on the remote machine--it will likely fail in both cases.
Bill Hassell, sysadmin
I would start with maxdsiz---it is set very low to prevent bad programs from grabbing massive amounts of RAM. Your local machine may have maxdsiz set to 500 megs while the remote system allows only 67megs. It won't matter whether you use remsh or just run the program directly on the remote machine--it will likely fail in both cases.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2003 10:40 PM
06-13-2003 10:40 PM
Re: Which kernel parm to change?
Hello!
Check your enviroment files on the machine
if you use the ulimit command or set some
variables that this program depend on
then you will need to do them with the remsh.
Caesar
Check your enviroment files on the machine
if you use the ulimit command or set some
variables that this program depend on
then you will need to do them with the remsh.
Caesar
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP