- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Unable to view system mail.....error
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
11-05-2006 09:59 PM
11-05-2006 09:59 PM
Unable to view system mail.....error
If I navigate to the root file, i can more it to see the messages but this is no way to monitor the mail. The file is 20GB in size.
Any ideas ?
Using HPUX 11.11
#elm
Reading in /var/mail/root, message: 12461
Couldn't allocate enough memory! Message #12461.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2006 10:31 PM
11-05-2006 10:31 PM
Re: Unable to view system mail.....error
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 12:55 AM
11-06-2006 12:55 AM
Re: Unable to view system mail.....error
I split the file and it seems every 5-15 minutes i get a new mail saying the following.
From root@nllsp111.emea.leaseplancorp.net Mon Nov 6 13:30:01 GMT 2006
Received: (from root@localhost)
by nllsp111.emea.leaseplancorp.net (8.9.3 (PHNE_29774)/8.9.3) id NAA12862
for root; Mon, 6 Nov 2006 13:30:01 GMT
Date: Mon, 6 Nov 2006 13:30:01 GMT
From: root@nllsp111.emea.leaseplancorp.net
Message-Id: <200611061330.NAA12862@nllsp111.emea.leaseplancorp.net>
Subject: cron
sadc: Can't create/open data file: No such file or directory
*************************************************
Cron: The previous message is the standard output
and standard error of one of your crontab commands:
/usr/lbin/sa/sa1 300 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 12:59 AM
11-06-2006 12:59 AM
Re: Unable to view system mail.....error
You let the mail pile up too long.
> file
That empties it and you should check it more often.
Alternatively you could install qpopper and download the whole 20 GB to a pc somewhere.
A newer version of elm will bring capacity up to 30,000 or so but I don't think thats enough.
SEP
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
11-06-2006 01:03 AM
11-06-2006 01:03 AM
Re: Unable to view system mail.....error
I think, the cause of the mails is an incomplete setup of the collection of sar-data.
If you do not need sar data collection, drop the crontab entries. Check via
crontab -l
or
crontab -l userid-of-sar-collector
The userid needn't be root - it may be adm or sys as well.
If you want to collect that data, review the setup. Look at 'man sadc' for a description.
mfG Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2006 01:05 AM
11-06-2006 01:05 AM
Re: Unable to view system mail.....error
check your crontab files in /var/adm/spool/crontabs for something like :
/usr/lbin/sa/sa1 300 1
Check what the command is for (your cron should be commented) and correct the error.
See "man sadc"