<?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 to get CSTM version from multiple servers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898179#M403580</link>
    <description>remsh &lt;REMOTE host=""&gt; 'echo "exit" | /usr/sbin/cstm | grep "Version "'&lt;/REMOTE&gt;</description>
    <pubDate>Mon, 25 Apr 2005 12:52:11 GMT</pubDate>
    <dc:creator>Tom Danzig</dc:creator>
    <dc:date>2005-04-25T12:52:11Z</dc:date>
    <item>
      <title>Script to get CSTM version from multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898176#M403577</link>
      <description>Hello all,&lt;BR /&gt;&lt;BR /&gt;I need to run a script that will collect the STM version you see when you launch CSTM:&lt;BR /&gt;&lt;BR /&gt;-- Information --&lt;BR /&gt;Support Tools Manager&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Version A.24.05&lt;BR /&gt;&lt;BR /&gt;Reason for that is that we have close to 100 servers and running the command manually would take some time and also because I could not find another way to get it, SWLIST shows the bundle release only.&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Sebastien</description>
      <pubDate>Mon, 25 Apr 2005 10:16:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898176#M403577</guid>
      <dc:creator>sebastien_7</dc:creator>
      <dc:date>2005-04-25T10:16:37Z</dc:date>
    </item>
    <item>
      <title>Re: Script to get CSTM version from multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898177#M403578</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# echo "selclass qualifier cpu;infolog" | /usr/sbin/cstm | grep Version&lt;BR /&gt;&lt;BR /&gt;will display the installed version, but I'm not shure it is the best answer.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Mon, 25 Apr 2005 10:26:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898177#M403578</guid>
      <dc:creator>Robert-Jan Goossens_1</dc:creator>
      <dc:date>2005-04-25T10:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Script to get CSTM version from multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898178#M403579</link>
      <description>This script will pull the information which includes the version:&lt;BR /&gt;&lt;BR /&gt;If you are running diagnostics, you can find out via cstm.&lt;BR /&gt;&lt;BR /&gt;1) Check to ensure that diagnostics is loaded on your system:&lt;BR /&gt;&lt;BR /&gt;ll /usr/sbin/cstm&lt;BR /&gt;&lt;BR /&gt;If this file exists then you have diagnostics loaded and can continue&lt;BR /&gt;&lt;BR /&gt;2) Create a file and include the following text in that file:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/cstm &amp;lt;&lt;EOE&gt;  /tmp/cstm.out&lt;BR /&gt; selclass type "All" qualifier "All" hwpath ""&lt;BR /&gt; information; wait&lt;BR /&gt;infolog&lt;BR /&gt;done&lt;BR /&gt; exit&lt;BR /&gt;  ok&lt;BR /&gt;EOE&lt;BR /&gt;&lt;BR /&gt;3) Make the script runnable, chmod +x &amp;lt;scriptname&amp;gt;&lt;BR /&gt;&lt;BR /&gt;4) Run the script: ./&amp;lt;scriptname&amp;gt;&lt;BR /&gt;&lt;BR /&gt;The output file for the script will be in /tmp/cstm.out&lt;BR /&gt;&lt;BR /&gt;&lt;/EOE&gt;</description>
      <pubDate>Mon, 25 Apr 2005 10:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898178#M403579</guid>
      <dc:creator>Kent Ostby</dc:creator>
      <dc:date>2005-04-25T10:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Script to get CSTM version from multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898179#M403580</link>
      <description>remsh &lt;REMOTE host=""&gt; 'echo "exit" | /usr/sbin/cstm | grep "Version "'&lt;/REMOTE&gt;</description>
      <pubDate>Mon, 25 Apr 2005 12:52:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898179#M403580</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2005-04-25T12:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Script to get CSTM version from multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898180#M403581</link>
      <description>To be more precise...&lt;BR /&gt;&lt;BR /&gt;remsh &lt;REMOTE host=""&gt; 'echo "exit" | /usr/sbin/cstm | grep "Version " | grep -v "HP"'&lt;/REMOTE&gt;</description>
      <pubDate>Tue, 26 Apr 2005 00:40:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898180#M403581</guid>
      <dc:creator>Suraj Singh_1</dc:creator>
      <dc:date>2005-04-26T00:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script to get CSTM version from multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898181#M403582</link>
      <description>remsh remotesys '/usr/sbin/cstm &amp;lt; /dev/null' | grep "^Version"</description>
      <pubDate>Tue, 26 Apr 2005 03:57:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898181#M403582</guid>
      <dc:creator>Jdamian</dc:creator>
      <dc:date>2005-04-26T03:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script to get CSTM version from multiple servers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898182#M403583</link>
      <description>Thanks to all.</description>
      <pubDate>Tue, 26 Apr 2005 06:50:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-to-get-cstm-version-from-multiple-servers/m-p/4898182#M403583</guid>
      <dc:creator>sebastien_7</dc:creator>
      <dc:date>2005-04-26T06:50:09Z</dc:date>
    </item>
  </channel>
</rss>

