<?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: Firmware revisions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377788#M196909</link>
    <description>Hi, &lt;BR /&gt;there seems to be some problem with my STM. I get the follwoing output if run as suggested by Sridhar. Please see below and advise&lt;BR /&gt;# cat pdc6951 &lt;BR /&gt;Running Command File (/usr/sbin/stm/ui/config/.stmrc).&lt;BR /&gt;&lt;BR /&gt;-- Error --&lt;BR /&gt;This User Interface (UI) is not compatible with Unit Under Test (UUT)&lt;BR /&gt;crdushp5.crdus.na.jnj.com.  The UI version is A.42.00.  A UI with version of at&lt;BR /&gt;least x.44.00 is required.&lt;BR /&gt;&lt;BR /&gt;-- Information --&lt;BR /&gt;Support Tools Manager&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Version A.42.00&lt;BR /&gt;&lt;BR /&gt;Product Number B4708AA&lt;BR /&gt;&lt;BR /&gt;(C) Copyright Hewlett Packard Co. 1995-2002&lt;BR /&gt;All Rights Reserved&lt;BR /&gt;&lt;BR /&gt;Use of this program is subject to the licensing restrictions described&lt;BR /&gt;in "Help--&amp;gt;On Version".  HP shall not be liable for any damages resulting&lt;BR /&gt;from misuse or unauthorized use of this program.&lt;BR /&gt;&lt;BR /&gt;-- Information --&lt;BR /&gt;Aborting all open command files.&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;map &lt;BR /&gt;                 * * *  N O   C U R R E N T   S Y S T E M  * * *&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;selclass type processor &lt;BR /&gt;     ^-- (SelClass) is currently disabled. --&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;info &lt;BR /&gt;     ^-- (Information) is currently disabled. --&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;wait&lt;BR /&gt;cstm&amp;gt;infolog&lt;BR /&gt;     ^-- (InfoLog) is currently disabled. --&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;EOF &lt;BR /&gt;     ^-- Syntax error --&lt;BR /&gt;Unknown command: (EOF)&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and rgdz&lt;BR /&gt;Prashant</description>
    <pubDate>Mon, 13 Sep 2004 09:07:19 GMT</pubDate>
    <dc:creator>Prashant Zanwar_4</dc:creator>
    <dc:date>2004-09-13T09:07:19Z</dc:date>
    <item>
      <title>Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377783#M196904</link>
      <description>Hi, &lt;BR /&gt;I have 6 systems in my setup. I want to collect different firmware revisions they are running. How to do it? Different means whatever the firmware it may have? &lt;BR /&gt;And then I want to know which firmware revision I should upgrade the current one to? I really appreciate all the answers I get on this forum. Please advise about this too. &lt;BR /&gt;Thanks and regards&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 13 Sep 2004 08:12:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377783#M196904</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-13T08:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377784#M196905</link>
      <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;What kind of systems do you have. This question is specific to the type of hardware you have. On K-class servers, you can only update PDC (processor). On Servers like N-class, L-class etc., along with PDC, you may have to update the firmware of GSP etc., For cell-based servers, there are quite a few components involved. But PDC is common for all. You can get the firmware from the OS using the following small script.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/cstm &amp;lt;&amp;lt; EOF &amp;gt; /tmp/pdc$$&lt;BR /&gt;map&lt;BR /&gt;selclass type processor&lt;BR /&gt;info&lt;BR /&gt;wait&lt;BR /&gt;infolog&lt;BR /&gt;EOF&lt;BR /&gt;&lt;BR /&gt;for PDC in $(awk '/PDC Firmware Revision/ {print $4}' /tmp/pdc$$|sort|uniq)&lt;BR /&gt;do&lt;BR /&gt;echo $PDC&lt;BR /&gt;done&lt;BR /&gt;rm /tmp/pdc$$&lt;BR /&gt;&lt;BR /&gt;Rest, you will have to access the GSP/MP.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 13 Sep 2004 08:36:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377784#M196905</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-13T08:36:31Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377785#M196906</link>
      <description>Can some one please advise on the above. &lt;BR /&gt;Thanks and regard&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 13 Sep 2004 08:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377785#M196906</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-13T08:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377786#M196907</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you are talking about the GSP firmware, you can see it on the GSP HElp.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Eric Antunes</description>
      <pubDate>Mon, 13 Sep 2004 08:40:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377786#M196907</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-09-13T08:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377787#M196908</link>
      <description>Hi, &lt;BR /&gt;I have L-Class and N-Class system mainly. And one K-Class. &lt;BR /&gt;I know something like I have to upgrade Disk, disk array, PDC, Fibre channel, CPU etc firmware revisions from ITRC. &lt;BR /&gt;But how to know the current revisions and then which one shall it be upgraded to? That is what i want to know. Please advise&lt;BR /&gt;Thanks and rgds&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 13 Sep 2004 08:42:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377787#M196908</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-13T08:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377788#M196909</link>
      <description>Hi, &lt;BR /&gt;there seems to be some problem with my STM. I get the follwoing output if run as suggested by Sridhar. Please see below and advise&lt;BR /&gt;# cat pdc6951 &lt;BR /&gt;Running Command File (/usr/sbin/stm/ui/config/.stmrc).&lt;BR /&gt;&lt;BR /&gt;-- Error --&lt;BR /&gt;This User Interface (UI) is not compatible with Unit Under Test (UUT)&lt;BR /&gt;crdushp5.crdus.na.jnj.com.  The UI version is A.42.00.  A UI with version of at&lt;BR /&gt;least x.44.00 is required.&lt;BR /&gt;&lt;BR /&gt;-- Information --&lt;BR /&gt;Support Tools Manager&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Version A.42.00&lt;BR /&gt;&lt;BR /&gt;Product Number B4708AA&lt;BR /&gt;&lt;BR /&gt;(C) Copyright Hewlett Packard Co. 1995-2002&lt;BR /&gt;All Rights Reserved&lt;BR /&gt;&lt;BR /&gt;Use of this program is subject to the licensing restrictions described&lt;BR /&gt;in "Help--&amp;gt;On Version".  HP shall not be liable for any damages resulting&lt;BR /&gt;from misuse or unauthorized use of this program.&lt;BR /&gt;&lt;BR /&gt;-- Information --&lt;BR /&gt;Aborting all open command files.&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;map &lt;BR /&gt;                 * * *  N O   C U R R E N T   S Y S T E M  * * *&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;selclass type processor &lt;BR /&gt;     ^-- (SelClass) is currently disabled. --&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;info &lt;BR /&gt;     ^-- (Information) is currently disabled. --&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;wait&lt;BR /&gt;cstm&amp;gt;infolog&lt;BR /&gt;     ^-- (InfoLog) is currently disabled. --&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;EOF &lt;BR /&gt;     ^-- Syntax error --&lt;BR /&gt;Unknown command: (EOF)&lt;BR /&gt;&lt;BR /&gt;cstm&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Thanks and rgdz&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 13 Sep 2004 09:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377788#M196909</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-13T09:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377789#M196910</link>
      <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;On L-class and N-class servers, you can update the PDC using the patches. For GSP, you will have to use "XU" utility to update the firmware of GSP.&lt;BR /&gt;&lt;BR /&gt;For K-class, the you will need to make a bootable media (like tape/CD) with the firmware image.&lt;BR /&gt;&lt;BR /&gt;For fiber channel etc., I would install the latest software revision from the Application CDs.  &lt;BR /&gt;&lt;BR /&gt;For disks, arrays tools will be provided via OS to update their firmware. Look at the following for the latest firmware revisions and the corresponding documentation.&lt;BR /&gt;&lt;BR /&gt;itrc.hp.com -&amp;gt; patches -&amp;gt; firmware&lt;BR /&gt;&lt;BR /&gt;You can search there.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 13 Sep 2004 09:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377789#M196910</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-13T09:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377790#M196911</link>
      <description>Prashant,&lt;BR /&gt;&lt;BR /&gt;Installing OnlineDiag should be regularly done along with the patches. Update the version of OnlineDiag on your systems.&lt;BR /&gt;&lt;BR /&gt;-Sri</description>
      <pubDate>Mon, 13 Sep 2004 09:09:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377790#M196911</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-09-13T09:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377791#M196912</link>
      <description>Using the stm utility will provide you with the info you seek. Going into xstm and highlighting the device in question.&lt;BR /&gt;&lt;BR /&gt;On some of the devices (DLT tapes for example) you can use the xstm to update the firmware as well.</description>
      <pubDate>Mon, 13 Sep 2004 09:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377791#M196912</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2004-09-13T09:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377792#M196913</link>
      <description>Can I know set of GSP commands which I can use to know the GSP version. Because when I am trying fire any commands nothing is coming up? &lt;BR /&gt;Like help gives nothing. &lt;BR /&gt;Thanks and regards&lt;BR /&gt;Prashant</description>
      <pubDate>Mon, 13 Sep 2004 13:49:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377792#M196913</guid>
      <dc:creator>Prashant Zanwar_4</dc:creator>
      <dc:date>2004-09-13T13:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Firmware revisions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377793#M196914</link>
      <description>Hi Prashant,&lt;BR /&gt;&lt;BR /&gt;On the console do:&lt;BR /&gt;&lt;BR /&gt;Console Login:  Ctrl+B (to enter in GSP)&lt;BR /&gt;&lt;BR /&gt;GSP Host Name:  &lt;GSP_HOST_NAME&gt;&lt;BR /&gt;GSP&amp;gt; HE (this will enter in Help mode)&lt;BR /&gt;&lt;BR /&gt;After that you get something like this:&lt;BR /&gt;&lt;BR /&gt;GSP&amp;gt; HE&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HE&lt;BR /&gt;&lt;BR /&gt;==== GSP Help ============================================(Administrator)===&lt;BR /&gt;       Hardware Revision 8  Firmware Revision A.01.12 Oct 23 2002,13:53:42&lt;BR /&gt;&lt;BR /&gt;                        GSP Help System&lt;BR /&gt;&lt;BR /&gt;....&lt;/GSP_HOST_NAME&gt;</description>
      <pubDate>Tue, 14 Sep 2004 02:50:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/firmware-revisions/m-p/3377793#M196914</guid>
      <dc:creator>Eric Antunes</dc:creator>
      <dc:date>2004-09-14T02:50:12Z</dc:date>
    </item>
  </channel>
</rss>

