- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- SA1 and SA2 scripts
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
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
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
тАО07-30-2005 11:36 AM
тАО07-30-2005 11:36 AM
SA1 and SA2 scripts
I just heard that system will check sar activity periodically whose scripts are named as SA1 and SA2.I dont have access to the server to check these scripts.
can anyone helps me in getting these scripts..i want to know what it actually contains..!!
Thanks
Shankar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2005 01:59 AM
тАО08-02-2005 01:59 AM
Re: SA1 and SA2 scripts
You can check this certified document which discusses the sa1 and sa2 scripts:
UPERFKBRC00010252
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2005 02:06 AM
тАО08-02-2005 02:06 AM
Re: SA1 and SA2 scripts
Do a man on sa1.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2005 02:09 AM
тАО08-02-2005 02:09 AM
Re: SA1 and SA2 scripts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2005 02:49 AM
тАО08-02-2005 02:49 AM
Re: SA1 and SA2 scripts
# more /usr/lbin/sa/sa1
#! /usr/bin/sh
# sa1.sh
DATE=`date +%d`
ENDIR=/usr/lbin/sa
DFILE=/var/adm/sa/sa$DATE
cd $ENDIR
if [ $# = 0 ]
then
exec $ENDIR/sadc 1 1 $DFILE
else
exec $ENDIR/sadc $* $DFILE
fi
But, you need to setup sar from root's cron - something like:
# SAR
0 * * * 0,6 /usr/lib/sa/sa1
0 5-19 * * 1-5 /usr/lib/sa/sa1 1200 3
0 20-4 * * 1-5 /usr/lib/sa/sa1
5 19 * * 1-5 /usr/lib/sa/sa2 -s 5:00 -e 19:00 -i 3600 -A
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-02-2005 05:05 AM
тАО08-02-2005 05:05 AM
Re: SA1 and SA2 scripts
I am not getting the option to assign points.I am assigning 10 points..:)
Thanks
Shankar