Unix restarts error in sar command


 
Thread Tools Search this Thread
Operating Systems Solaris Unix restarts error in sar command
# 1  
Old 12-22-2011
Unix restarts error in sar command

Hi Folks,

I am again here with a peculier problem.

Please see the code

Code:
[3:23pm] root@celdws01: # sar -u -f /var/adm/sa/sa21

SunOS celdws01 5.9 Generic_118558-34 sun4u    12/21/2011

10:10:09    %usr    %sys    %wio   %idle
10:10:09        unix restarts

Can anyone help me in understanding the problem?

Last edited by methyl; 12-22-2011 at 10:08 AM.. Reason: Removed vast amount of spurious screen codes.
# 2  
Old 12-22-2011
I suspect that you are not running the data collection programs in cron.
If you do not collect the data, it will not be there for "sar".
See "man sa1" on most systems.

It always helps to mention what Operating System and version you have.
# 3  
Old 12-22-2011
Thanks for the reply bro..but my system is SOLARIS 9.0 and i have the DC program in sys cron scheduled..still it doesn't work..I have also restarted the cron..
# 4  
Old 12-22-2011
Please post the data collection cron entries and a directory listing of the example "sa21" file which will show file permissions.

Is "sar" basically working (albeit without history):
Code:
sar -u 10 10

# 5  
Old 12-22-2011
Code:
  0 * * * 0-6 /usr/lib/sa/sa1
  0,20,40 * * * 0-6 /usr/lib/sa/sa1

This is the entry in sys cron for Data collection.
the sa21 file has permissions of 777.

Normal sar is working without any error
# 6  
Old 12-22-2011
Next check your cron log and see if these crons are running and not failing for some reason.

You don't seem to be running "sa2". Unless you run "sa2" (or have some other way of maintaining the "sa" files on a daily basis) there will be data from the same day number in previous months which you do not want. This could include a restart from months ago.

I'm not sure that your second "sa1" cron is correct. See "man sa1" for an example.
# 7  
Old 12-22-2011
Does this output anything:
Code:
grep sys /etc/cron.d/cron.deny
grep sys /etc/cron.d/cron.allow

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Read command restarts at beginning of file

I am reading in a file in a Korn shell script. The file has one header row followed by possibly millions of data rows. I want to do one thing to the header row and write it out to a new output file, then something different to the data rows. My code looks like this: read header < $infile ... (4 Replies)
Discussion started by: DJR
4 Replies

2. Red Hat

Need help on sar command.

Hi, how to find out actual utilization of memory using sar -r in Linux, I understand Linux keep entire memory in cache/buffers. I would like to know how to find out actual usage of memory (1 Reply)
Discussion started by: manoj.solaris
1 Replies

3. UNIX for Dummies Questions & Answers

sar command for Solaris/AIX

Hello, Can you please explain me how to parameter and use "sar" command on Solaris (AIX) ? When I use it on Solaris I got the following error : bash-3.00# sar sar: data file not in sar format Thanks, (2 Replies)
Discussion started by: adilyos
2 Replies

4. Shell Programming and Scripting

Setup of sar command for CPU measures

I receive on a daily basis CPU measures on a UNIX Server (AIX 5.3 version, korn shell). These CPU measures are provided by Omnivision tool. We could see that Omnivision daily stats are not always equal to NMON stats regarding CPU level. On my side (I work in an IT Production Support Team, not... (0 Replies)
Discussion started by: Scofield38
0 Replies

5. Shell Programming and Scripting

Any alternative of sar command

Hi all, I am using linux box ...i dont find the manual entry of sar command through man sar ...it is in unix not in linux although i have to check the cpu utilization and paging...any alternative of sar command.. Thanks Vijay Sahu (1 Reply)
Discussion started by: vijays3
1 Replies

6. Solaris

problem with sar command

hi all:- when i try to use sar command i get this error how can i fix it bash-3.00# sar -A sar: can't open /var/adm/sa/sa16 No such file or directory (5 Replies)
Discussion started by: sharkux
5 Replies

7. UNIX for Dummies Questions & Answers

Question about SAR command

Hi, # SAR -u 5 5 shows this 10:01:32 AM CPU %user %nice %system %iowait %idle 10:01:37 AM all 1.90 0.00 1.20 96.90 0.00 10:01:42 AM all 1.30 0.00 1.70 97.00 0.00 10:01:47 AM all 4.30 0.00 ... (1 Reply)
Discussion started by: egorig
1 Replies

8. Solaris

sar command not reporting

I am running Solaris 10 in a sparc environment. I have the sys crontab setup to use sar to gather data and report it. My sys crontab entry looks like this: 0,5,10,15,20,25,30,35,40,45,50,55 * * * 0-6 /usr/lib/sa/sa1 20,40 8-17 * * 1-5 /usr/lib/sa/sa1 5 18 * * 1-5 /usr/lib/sa/sa2 -s 8:00 -e... (2 Replies)
Discussion started by: RobSand
2 Replies

9. UNIX for Dummies Questions & Answers

Can't understand sar command

HI Experts, Can anyone pls help me to understand this.. >sar 20:05:00 1 2 1 96 20:10:00 2 2 10 87 20:15:00 1 2 19 78 20:20:00 1 2 14 83 20:25:00 1 2 16 81 20:30:00 1 ... (1 Reply)
Discussion started by: shaan_dmp
1 Replies
Login or Register to Ask a Question