- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: About sar
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
10-27-2003 07:42 PM
10-27-2003 07:42 PM
About sar
-rw-r--r-- 1 root root 4152 Aug 15 16:56 sa15
-rw-r--r-- 1 root root 0 Aug 18 18:38 sa18
-rw-r--r-- 1 root root 493 Aug 19 14:05 sa19
-rw-r--r-- 1 root root 3837 Aug 21 13:42 sa21
-rw-r--r-- 1 root root 146 Aug 21 13:42 sar21
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 08:15 PM
10-27-2003 08:15 PM
Re: About sar
Try using a interval:
# sar -A 3
Kind regards,
Zigor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 08:19 PM
10-27-2003 08:19 PM
Re: About sar
sa27 is the binary file for date 27. Check your system date whether is proper.
It seems thats you dont have today's file in that directory. So check the system's date , it is 28. Then do this,
#cd /var/log/sa/
#sar 1 10 -o sa28
wait few secs and press control+c .
Now give.
#sar -A
Now the command should work. Give the command after 30 min and 1 hour to see the cummulative reports.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 12:23 AM
10-28-2003 12:23 AM
Re: About sar
You will need to fix some hp-ux related errors, but its not so bad.
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
10-28-2003 02:47 AM
10-28-2003 02:47 AM
Re: About sar
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=236211
SEP you are very consistent ... so is juno2 (just pulling your legs ...)
J-P
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 11:58 PM
10-27-2004 11:58 PM
Re: About sar
Your /etc/cron.d/sysstat should read this
*/1 * * * * root /usr/lib/sa/sa1 1 1
53 23 * * * root /usr/lib/sa/sa2 -A
If it does already, then I am sure you dont have /usr/lib/sa. Create sa in /usr/lib/ and wait for a few minutes. Sar will dance to your tunes.
--Neel Arurkar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 07:59 AM
10-28-2004 07:59 AM
Re: About sar
I tried it to and got the same error mesg with sar -A but using sar -A 4 gave me an output.