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-21-2002 09:38 AM
05-21-2002 09:38 AM
I'm trying to do a "sar -u" and it give me this error:
sar: Can't open /var/adm/sa/sa21
What is that file?? Cause it doesn't exist on my machine!!
Any idea???
Regards
Jonathan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:44 AM
05-21-2002 09:44 AM
Re: sar
This will give you the answer:
# man sar
This has two forms of operation. If no intervals specified, then it checks the directory /var/adm/sa/saDD (DD is the date) for previous outputs.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:45 AM
05-21-2002 09:45 AM
Re: sar
activity daily data file /var/adm/sa/sadd for the current day dd." Since the directory /var/adm/sa probably doesn't exist, it can't create the file. Make the directory and then try it.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:46 AM
05-21-2002 09:46 AM
Re: sar
sar with a time interval goes against current, realtime system. sar without a time interval goes against the collection files in /var/adm/sa. To create those files run:
/usr/lbin/sa/sa1
man sar and sa1 for more info. It will provide example crontab entries for collecting sar data.
Also, use the ITRC search (upper left sidebar). You'll get many hits on "+sar +adm". One is:
http://forums.itrc.hp.com/cm/QuestionAnswer/0,,0xd09d8cc5e03fd6118fff0090279cd0f9,00.html
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 09:59 AM
05-21-2002 09:59 AM
Re: sar
I forgot to put some arguments like sar -u 2 10... then it worked fine... and I created the file with the command /usr/lbin/sa/sa1 and now everything work fine...
Thanks for the help!! :)
ciao!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2002 10:45 AM
05-21-2002 10:45 AM
Re: sar
see at http://www.sarcheck.com/schp.htm
Can help you.
Lima.