sar command for Solaris/AIX


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers sar command for Solaris/AIX
# 1  
Old 11-08-2012
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 :

Code:
bash-3.00# sar
sar: data file not in sar format

Thanks,
# 2  
Old 11-08-2012
Is sar data collection turned on for your system?

Run this command as the root user and please post the output:
(this assumes you are running Solaris 10)
Code:
crontab -l sys

# 3  
Old 11-08-2012
I presume you have read the manual pages, so:-
  • What else did you try?
  • Did you look for any files mentioned in the manual?
  • Do you have suitable authority?




Robin
Liverpool/Blackburn
UK
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. Solaris

Upgrade sar on Solaris 10

Hi, Do you know where I can find a newer version of SAR for Solaris 10? Currently, I have a version built in 2005. I'd like to collect all the system information available on the newer version of SAR. This is my current version: bash-3.00# pkginfo -x SUNWaccu SUNWaccu System Accounting,... (1 Reply)
Discussion started by: ji3000
1 Replies

7. AIX

sar or glace quivalent command in AIX?

I'm new to the AIX environment, and I need to check the system state at certain interval (10 minutes) to see when it's saturated to take an appropriate actions. Any help is appreciated. (1 Reply)
Discussion started by: pdtak
1 Replies

8. 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

9. UNIX for Advanced & Expert Users

How to run sar on Sun Solaris?

I want to get some information about system activity report on UNIX server. I want to use 'sar'. But it seems that report is binary code and can not be read. Please advise how to do it. Thanks. (2 Replies)
Discussion started by: duke0001
2 Replies
Login or Register to Ask a Question