- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Cannot open ELM
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
01-16-2002 06:16 AM
01-16-2002 06:16 AM
"Reading in /var/mail/root, message: 11975
Couldn't allocate enough memory! Message #11975."
HP-UX 11.00 on L2000
Help me please!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 06:34 AM
01-16-2002 06:34 AM
Re: Cannot open ELM
Look like the program is unable to open the mail file because it is too big and you don't have enough memory/swap available. What is the size of the root file in the mail directory.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 06:43 AM
01-16-2002 06:43 AM
Re: Cannot open ELM
Increase the maxdize kernel param or increase swapspace. Try the kernel param first, then go to swap space.
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 06:45 AM
01-16-2002 06:45 AM
Re: Cannot open ELM
This is the
ll /var/mail/root:
-rw-rw---- 1 root mail 106424238 Jan 15 21:29 /var/mail/root
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 06:47 AM
01-16-2002 06:47 AM
Re: Cannot open ELM
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 06:48 AM
01-16-2002 06:48 AM
SolutionMove /var/mail/root to another directory.
# mv /var/mail/root /tmp/root.oldmails.txt
Subsequently recreate /var/mail/root.
# touch /var/mail/root
Your elm should not encounter any more problems with /var/mail/root cleared.
You can subsequently vi or tail the root file residing now in a separate directory to view your previous old messages.
# vi /tmp/root.oldmails.txt
OR
# tail -200 /tmp/root.oldmails.txt
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 06:48 AM
01-16-2002 06:48 AM
Re: Cannot open ELM
Incase if you don't required those e-mails you can delete it saftly.
cd /var/mail , here you will find the files with indivduals UID. Remove the one with name root.
Goodluck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 06:49 AM
01-16-2002 06:49 AM
Re: Cannot open ELM
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:21 AM
01-16-2002 07:21 AM
Re: Cannot open ELM
Kb Kb Kb PCT START/ Kb
TYPE AVAIL USED FREE USED LIMIT RESERVE PRI NAME
dev 1048576 0 1048576 0% 0 - 1 /dev/vg00/lvol2
dev 4096000 0 4096000 0% 0 - 1 /dev/vg00/lvol_swap
dev 5120000 0 5120000 0% 0 - 1 /dev/vg00/lv_swap
reserve - 2102044 -2102044
memory 3228656 1618508 1610148 50%
total 13493232 3720552 9772680 28% - 0 -
MAXDSIZE output:
maxdsiz 128974847 128974847 Static N/A Max Data Segment
Are they correct?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 07:40 AM
01-16-2002 07:40 AM
Re: Cannot open ELM
It could be due to ulimit then as your swap is looking fine as well the maxdsiz paramter.
Type in ulimit and look at the value. If you are using ksh, you should get the default value of 4194303 which is unlimited. If not, take out the entry from your profile that sets the ulimit value to low. Or ask your administrator if he/she is restricting ulimit for users.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2002 08:03 AM
01-16-2002 08:03 AM