<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SA1 and SA2 scripts in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593113#M231685</link>
    <description>Shankar --&lt;BR /&gt;&lt;BR /&gt;You can check this certified document which discusses the sa1 and sa2 scripts:&lt;BR /&gt;&lt;BR /&gt;UPERFKBRC00010252&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Aug 2005 08:59:03 GMT</pubDate>
    <dc:creator>Kent Ostby</dc:creator>
    <dc:date>2005-08-02T08:59:03Z</dc:date>
    <item>
      <title>SA1 and SA2 scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593112#M231684</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;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.&lt;BR /&gt;&lt;BR /&gt;can anyone helps me in getting these scripts..i want to know what it actually contains..!!&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Shankar&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jul 2005 18:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593112#M231684</guid>
      <dc:creator>Shankar_6</dc:creator>
      <dc:date>2005-07-30T18:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: SA1 and SA2 scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593113#M231685</link>
      <description>Shankar --&lt;BR /&gt;&lt;BR /&gt;You can check this certified document which discusses the sa1 and sa2 scripts:&lt;BR /&gt;&lt;BR /&gt;UPERFKBRC00010252&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Aug 2005 08:59:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593113#M231685</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-08-02T08:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: SA1 and SA2 scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593114#M231686</link>
      <description>Shankar,&lt;BR /&gt;&lt;BR /&gt;Do a man on sa1.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 02 Aug 2005 09:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593114#M231686</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2005-08-02T09:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: SA1 and SA2 scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593115#M231687</link>
      <description>Thanks for your reply..!!!</description>
      <pubDate>Tue, 02 Aug 2005 09:09:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593115#M231687</guid>
      <dc:creator>Shankar_6</dc:creator>
      <dc:date>2005-08-02T09:09:40Z</dc:date>
    </item>
    <item>
      <title>Re: SA1 and SA2 scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593116#M231688</link>
      <description>Here's what is in sa1:&lt;BR /&gt;&lt;BR /&gt;# more /usr/lbin/sa/sa1&lt;BR /&gt;#! /usr/bin/sh&lt;BR /&gt;#       sa1.sh&lt;BR /&gt;&lt;BR /&gt;DATE=`date +%d`&lt;BR /&gt;ENDIR=/usr/lbin/sa&lt;BR /&gt;DFILE=/var/adm/sa/sa$DATE&lt;BR /&gt;cd $ENDIR&lt;BR /&gt;if [ $# = 0 ]&lt;BR /&gt;then&lt;BR /&gt;        exec $ENDIR/sadc 1 1 $DFILE&lt;BR /&gt;else&lt;BR /&gt;        exec $ENDIR/sadc $* $DFILE&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;But, you need to setup sar from root's cron - something like:&lt;BR /&gt;&lt;BR /&gt;# SAR&lt;BR /&gt;0 * * * 0,6  /usr/lib/sa/sa1&lt;BR /&gt;0 5-19 * * 1-5  /usr/lib/sa/sa1 1200 3&lt;BR /&gt;0 20-4 * * 1-5  /usr/lib/sa/sa1&lt;BR /&gt;5 19 * * 1-5  /usr/lib/sa/sa2 -s 5:00 -e 19:00 -i 3600 -A&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Aug 2005 09:49:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593116#M231688</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2005-08-02T09:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: SA1 and SA2 scripts</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593117#M231689</link>
      <description>Thanks a lot..!!! &lt;BR /&gt;&lt;BR /&gt;I am not getting the option to assign points.I am assigning 10 points..:)&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Shankar&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Aug 2005 12:05:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sa1-and-sa2-scripts/m-p/3593117#M231689</guid>
      <dc:creator>Shankar_6</dc:creator>
      <dc:date>2005-08-02T12:05:40Z</dc:date>
    </item>
  </channel>
</rss>

