- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to lock process in memory: Not enough s...
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
05-16-2002 05:26 AM
05-16-2002 05:26 AM
unable to lock process in memory: Not enough space
May 16 08:18:25 abmtln06 /usr/lbin/ups_mond[7462]: /usr/lbin/ups_mond: UPS Monitor daemon starting; using configuration file /etc/ups_conf
May 16 08:18:26 abmtln06 /usr/lbin/ups_mond[7462]: /usr/lbin/ups_mond: exiting; unable to lock process in memory: Not enough space
It refers to 'Not enough space', disk or memory? I have plenty of both. This box was rebooted yesterday and that is when it started.
I have disabled the UPS deamon via SAM.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 05:36 AM
05-16-2002 05:36 AM
Re: unable to lock process in memory: Not enough space
One thought:
Take a quick look in /etc/ups_conf to make a note of the tty ports being used, and then a comparison done against the tty ports set to respawn in /etc/inittab, should reveal that you have a getty respawning on the same port as the UPS connection is configured for.
In /etc/inittab either set the rogue getty entries to off or remove them completely. Then:
# init q
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 05:41 AM
05-16-2002 05:41 AM
Re: unable to lock process in memory: Not enough space
The 'ups_mond' error indicates that you do not have enough lockable
memory.
You can increase the amount of lockable memory by decreasing the
'unlockable_mem' kernel parameter, or by increasing your physical memory.
HP recommends that you increase the physical memory because decreasing
'unlockable_mem' could generate other problems.
The 'unlockable_mem' parameter defines the minimum amount of memory that
is always available for virtual memory management and system overhead.
Increasing the amount of unlockable memory decreases the amount of
lockable memory:
Total available system memory - unlockable_mem = lockable memory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 05:44 AM
05-16-2002 05:44 AM
Re: unable to lock process in memory: Not enough space
cat /etc/ups_conf
shutdown_delay_mins:4
shutdown_timeout_mins:9
upstty:/dev/tty0p1:SOLA
more /etc/inittab
init:4:initdefault:
ioin::sysinit:/sbin/ioinitrc >/dev/console 2>&1
tape::sysinit:/sbin/mtinit > /dev/console 2>&1
muxi::sysinit:/sbin/dasetup /dev/console 2>&1 # mux init
stty::sysinit:/sbin/stty 9600 clocal icanon echo opost onlcr ixon icrnl ignpar <
/dev/systty
brc1::bootwait:/sbin/bcheckrc /dev/console 2>&1 # fsck, etc.
link::wait:/sbin/sh -c "/sbin/rm -f /dev/syscon; /sbin/ln
/dev/systty /dev/syscon" >/dev/console 2>&1
cprt::bootwait:/sbin/cat /etc/copyright >/dev/syscon # legal req
sqnc::wait:/sbin/rc /dev/console 2>&1 # system init
powf::powerwait:/sbin/powerfail >/dev/console 2>&1 # powerfail
cons:123456:respawn:/usr/sbin/getty console console # system console
vue :4:respawn:/usr/vue/bin/vuerc # VUE invocation
#ttp1:234:respawn:/usr/sbin/getty -h tty0p1 9600
#ttp2:234:respawn:/usr/sbin/getty -h tty0p2 9600
#ttp3:234:respawn:/usr/sbin/getty -h tty0p3 9600
#ttp4:234:respawn:/usr/sbin/getty -h tty0p4 9600
#ttp5:234:respawn:/usr/sbin/getty -h tty0p5 9600
ShPr::respawn:/opt/sharedprint/bin/spserver
ups1::off:rtprio 0 /usr/lbin/ups_mond -f /etc/ups_conf
Notice that the getty stuff is commented out.
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:01 AM
05-16-2002 06:01 AM
Re: unable to lock process in memory: Not enough space
Check this document if it helps (TKB #S3100004783):
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=f52de4a80ef80c31db/screen=ckiDisplayDocument?docId=200000049809916
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:06 AM
05-16-2002 06:06 AM
Re: unable to lock process in memory: Not enough space
swapinfo
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1048576 13740 1034836 1% 0 - 1 /dev/vg00/lvol2
reserve - 268256 -268256
memory 395784 269100 126684 68%
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:24 AM
05-16-2002 06:24 AM
Re: unable to lock process in memory: Not enough space
This is maybe not logical but it will be correct.
1)If possible boot again. May suffice.
2)Post the syslog and /etc/rc.log
3)In /var/adm/syslog/syslog.log look at the
memory figures and check that you did not lose any.
You do not have that much swap free.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:31 AM
05-16-2002 06:31 AM
Re: unable to lock process in memory: Not enough space
You dont have enough free configuous memory available. This is proved by the USED column on your swapinfo command showing over 13MB used -ie. 13MB of processes have been actually paged out to disk (which means youve used your RAM Size + 13MB).
Reduce your memory pressure. Close down some processes if you can which are hogging lots of memory. Run this command to see the memory hoggers in order of who uses most first;
UNIX95= ps -e -o vsz=Kbytes -o ruser -o pid,args=Command-Line | sort -rnk1 | more
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 06:34 AM
05-16-2002 06:34 AM
Re: unable to lock process in memory: Not enough space
Just another thought - Check your kernel parameter - dbc_max_pct. If set to the default -50% - then reduce it to a lower value (15% ?).
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2002 07:02 AM
05-16-2002 07:02 AM