<?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: unable to run sar in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182003#M460102</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for responding&lt;BR /&gt;&lt;BR /&gt;#sar 2 2&lt;BR /&gt;&lt;BR /&gt;HP-UX UAT B.11.31 U ia64    06/17/09&lt;BR /&gt;&lt;BR /&gt;13:12:52    %usr    %sys    %wio   %idle&lt;BR /&gt;13:12:54       0       0       0     100&lt;BR /&gt;13:12:56       0       0       0      99&lt;BR /&gt;&lt;BR /&gt;#whereis sar&lt;BR /&gt;sar: /usr/sbin/sar /usr/bin/sar /usr/share/man/man1m.Z/sar.1m&lt;BR /&gt;&lt;BR /&gt;The directory sa is not present in /var/adm&lt;BR /&gt;sh: /var/adm/sa:  not found.&lt;BR /&gt;&lt;BR /&gt;Please give me what steps do i need to take.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Phani Kumar&lt;BR /&gt;</description>
    <pubDate>Wed, 17 Jun 2009 06:57:55 GMT</pubDate>
    <dc:creator>Phani kumar V</dc:creator>
    <dc:date>2009-06-17T06:57:55Z</dc:date>
    <item>
      <title>unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5181998#M460097</link>
      <description>unable to use sar, on HP-ux 11i v3. &lt;BR /&gt;we are getting error below.&lt;BR /&gt;&lt;BR /&gt;#sar&lt;BR /&gt;sar: Can't open /var/adm/sa/sa17&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 06:17:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5181998#M460097</guid>
      <dc:creator>Phani kumar V</dc:creator>
      <dc:date>2009-06-17T06:17:04Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5181999#M460098</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Some files are missing or may be permission could be change.&lt;BR /&gt;&lt;BR /&gt;post output or "whereis sar"&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 17 Jun 2009 06:32:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5181999#M460098</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-06-17T06:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182000#M460099</link>
      <description>You need /var/adm/sa directory to store sar data. it's asking for sa17 as 17 is todays date.&lt;BR /&gt;&lt;BR /&gt;It could be a permissions issue on the directory if it is there.</description>
      <pubDate>Wed, 17 Jun 2009 06:34:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182000#M460099</guid>
      <dc:creator>George_Dodds</dc:creator>
      <dc:date>2009-06-17T06:34:01Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182001#M460100</link>
      <description>Hello Phani,&lt;BR /&gt;&lt;BR /&gt;Check files under  /var/adm/sa.&lt;BR /&gt;Above message expects file /var/adm/sa/sa17, which is not present.&lt;BR /&gt;&lt;BR /&gt;For an example , To get the current statistics:&lt;BR /&gt;You may run sar 2 2&lt;BR /&gt;&lt;BR /&gt;HP-UX nido B.11.00 U 9000/800    06/17/09&lt;BR /&gt;&lt;BR /&gt;02:41:26    %usr    %sys    %wio   %idle&lt;BR /&gt;02:41:28       2       3       5      90&lt;BR /&gt;02:41:30       1       3       1      95&lt;BR /&gt;&lt;BR /&gt;Average        2       3       3      92&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Check the man page of sar for details:&lt;BR /&gt;&lt;BR /&gt;Cheers!!</description>
      <pubDate>Wed, 17 Jun 2009 06:42:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182001#M460100</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-06-17T06:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182002#M460101</link>
      <description>Normally if you give ony #sar the result wil be like this only. Always give the interval and count.&lt;BR /&gt;&lt;BR /&gt;you may see the example below&lt;BR /&gt;&lt;BR /&gt;# sar&lt;BR /&gt;sar: Can't open /var/adm/sa/sa17&lt;BR /&gt;[rx260-15]/&lt;BR /&gt;# uname -r&lt;BR /&gt;B.11.23&lt;BR /&gt;[rx260-15]/&lt;BR /&gt;# sar&lt;BR /&gt;sar: Can't open /var/adm/sa/sa17&lt;BR /&gt;[rx260-15]/&lt;BR /&gt;# sar -d 1 1&lt;BR /&gt;&lt;BR /&gt;HP-UX rx260-15 B.11.23 U ia64    06/17/09&lt;BR /&gt;&lt;BR /&gt;03:48:23   device   %busy   avque   r+w/s  blks/s  avwait  avserv&lt;BR /&gt;03:48:24   c2t1d0    4.95    0.50       8     127    0.00   17.96&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 06:46:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182002#M460101</guid>
      <dc:creator>SoorajCleris</dc:creator>
      <dc:date>2009-06-17T06:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182003#M460102</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for responding&lt;BR /&gt;&lt;BR /&gt;#sar 2 2&lt;BR /&gt;&lt;BR /&gt;HP-UX UAT B.11.31 U ia64    06/17/09&lt;BR /&gt;&lt;BR /&gt;13:12:52    %usr    %sys    %wio   %idle&lt;BR /&gt;13:12:54       0       0       0     100&lt;BR /&gt;13:12:56       0       0       0      99&lt;BR /&gt;&lt;BR /&gt;#whereis sar&lt;BR /&gt;sar: /usr/sbin/sar /usr/bin/sar /usr/share/man/man1m.Z/sar.1m&lt;BR /&gt;&lt;BR /&gt;The directory sa is not present in /var/adm&lt;BR /&gt;sh: /var/adm/sa:  not found.&lt;BR /&gt;&lt;BR /&gt;Please give me what steps do i need to take.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Phani Kumar&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 06:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182003#M460102</guid>
      <dc:creator>Phani kumar V</dc:creator>
      <dc:date>2009-06-17T06:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182004#M460103</link>
      <description>Hi Phani,&lt;BR /&gt;&lt;BR /&gt;mkdir /var/adm/sa &lt;BR /&gt;&lt;BR /&gt;I'll encourage you to read man page for sar.&lt;BR /&gt;&lt;BR /&gt;Cheers!!</description>
      <pubDate>Wed, 17 Jun 2009 07:22:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182004#M460103</guid>
      <dc:creator>Nido</dc:creator>
      <dc:date>2009-06-17T07:22:23Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182005#M460104</link>
      <description>Hi Nido&lt;BR /&gt;&lt;BR /&gt;Thanks now i am able to run and sar.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Phani Kumar&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 17 Jun 2009 07:57:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182005#M460104</guid>
      <dc:creator>Phani kumar V</dc:creator>
      <dc:date>2009-06-17T07:57:52Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182006#M460105</link>
      <description>Hi,&lt;BR /&gt;&amp;gt;&amp;gt;Please give me what steps do i need to take.&lt;BR /&gt;&lt;BR /&gt;Check with other hp server create a new directiory under /var/adm&lt;BR /&gt;#mkdir sa&lt;BR /&gt;give proper owner and permission as other &lt;BR /&gt;server&lt;BR /&gt;&lt;BR /&gt;then check with "sar"&lt;BR /&gt;&lt;BR /&gt;Suraj</description>
      <pubDate>Wed, 17 Jun 2009 08:06:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182006#M460105</guid>
      <dc:creator>Suraj K Sankari</dc:creator>
      <dc:date>2009-06-17T08:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: unable to run sar</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182007#M460106</link>
      <description>Thanks to all</description>
      <pubDate>Wed, 17 Jun 2009 08:19:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/unable-to-run-sar/m-p/5182007#M460106</guid>
      <dc:creator>Phani kumar V</dc:creator>
      <dc:date>2009-06-17T08:19:09Z</dc:date>
    </item>
  </channel>
</rss>

