<?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: Script for collection system information in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746762#M101503</link>
    <description>Hi Venkat:&lt;BR /&gt;&lt;BR /&gt;Why not query?&lt;BR /&gt;&lt;BR /&gt;1.  uptime&lt;BR /&gt;2.  who -b&lt;BR /&gt;3.  /etc/shutdownlog&lt;BR /&gt;&lt;BR /&gt;The three give you the basic information of ups-and-downs.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
    <pubDate>Wed, 08 Mar 2006 07:53:02 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2006-03-08T07:53:02Z</dc:date>
    <item>
      <title>Script for collection system information</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746758#M101499</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I need script for getting system informaiotn like&lt;BR /&gt;&lt;BR /&gt;1.Uptime&lt;BR /&gt;2.Last fail date and time:&lt;BR /&gt;&lt;BR /&gt;and also i am implementing cacti for monitor i want to monitor all the unix server without using SNMP so please if you have any idea or script get datas thr' ssh please share to me</description>
      <pubDate>Wed, 08 Mar 2006 07:38:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746758#M101499</guid>
      <dc:creator>Venkat_33</dc:creator>
      <dc:date>2006-03-08T07:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Script for collection system information</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746759#M101500</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Interesting idea but why not.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.shelldorado.com/" target="_blank"&gt;http://www.shelldorado.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Is the place to look for scripts&lt;BR /&gt;&lt;BR /&gt;           Steve Steel</description>
      <pubDate>Wed, 08 Mar 2006 07:47:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746759#M101500</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2006-03-08T07:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: Script for collection system information</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746760#M101501</link>
      <description>Hello, &lt;BR /&gt;&lt;BR /&gt;You can use commands like, &lt;BR /&gt;&lt;BR /&gt;# /opt/ignite/bin/print_manifest&lt;BR /&gt;and tools like &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sysinfo-3.3.1/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, Do a search with ITRC, you will get lot of threads, like this one. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=22937" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=22937&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-Arun &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 07:50:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746760#M101501</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-08T07:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Script for collection system information</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746761#M101502</link>
      <description>As to last fail date and time it could be tricky since there are different kinds of failures in HPUX. Like,for example,one may see "panic" string in /etc/shutdownlog on certain event but may not see it as well since its not allways get there :) &lt;BR /&gt;&lt;BR /&gt;To be simplistic - forget about last fail date and time, go for uptime. Anyway,clean reboots,halts and hang/panic events would be often seen in /etc/shutdownlog.&lt;BR /&gt;&lt;BR /&gt;Now,what do you mean by "monitor the unix server"? What kind of monitoring? &lt;BR /&gt;&lt;BR /&gt;Hardware events can be monitored by some methods,like Online Diagnostics for example (EMS) which capable to send e-mails on critical events.Or Webes tool.&lt;BR /&gt;&lt;BR /&gt;Software events...well sky is the limit here.&lt;BR /&gt;&lt;BR /&gt;So prepare a list of what you'd like to monitor first.</description>
      <pubDate>Wed, 08 Mar 2006 07:51:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746761#M101502</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2006-03-08T07:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Script for collection system information</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746762#M101503</link>
      <description>Hi Venkat:&lt;BR /&gt;&lt;BR /&gt;Why not query?&lt;BR /&gt;&lt;BR /&gt;1.  uptime&lt;BR /&gt;2.  who -b&lt;BR /&gt;3.  /etc/shutdownlog&lt;BR /&gt;&lt;BR /&gt;The three give you the basic information of ups-and-downs.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Wed, 08 Mar 2006 07:53:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746762#M101503</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-03-08T07:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Script for collection system information</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746763#M101504</link>
      <description>i want to get uptime and last reboot value from local server to remote server and remote server i have solaris ,aix and hpux&lt;BR /&gt;&lt;BR /&gt;please help me</description>
      <pubDate>Wed, 08 Mar 2006 08:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746763#M101504</guid>
      <dc:creator>Venkat_33</dc:creator>
      <dc:date>2006-03-08T08:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Script for collection system information</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746764#M101505</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;You can use "remsh" to get these values. Just you use the commands given JRF. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Wed, 08 Mar 2006 10:39:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746764#M101505</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2006-03-08T10:39:45Z</dc:date>
    </item>
    <item>
      <title>Re: Script for collection system information</title>
      <link>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746765#M101506</link>
      <description>i am getting value thro ssh i setted ssh keys all unix servers.&lt;BR /&gt;&lt;BR /&gt;But i want to do run the php file i,e&lt;BR /&gt;&lt;BR /&gt; $system = x.x.x.x;&lt;BR /&gt; $data = shell_exec("ssh root@$system uptime");&lt;BR /&gt; print "&lt;STRONG&gt;Uptime:&lt;/STRONG&gt; $data&lt;BR /&gt;\n";&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;But its error is showing please help me how to define ssh on PHP file&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Mar 2006 11:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/script-for-collection-system-information/m-p/3746765#M101506</guid>
      <dc:creator>Venkat_33</dc:creator>
      <dc:date>2006-03-08T11:59:26Z</dc:date>
    </item>
  </channel>
</rss>

