<?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: Identifying server type in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882291#M400757</link>
    <description>So something along the lines of&lt;BR /&gt;&lt;BR /&gt;model | awk 'FS="/" { print $3 }' | cut -c1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Would indicate whether it was a V class or not?&lt;BR /&gt;&lt;BR /&gt;Ignite uses a different install kernel (VINSTALL) for V class servers, determining the bit-size of the kernel lets you know whether to use INSTALL or WINSTALL, but I needed to exclude V classes from the mix.</description>
    <pubDate>Wed, 26 Jan 2005 11:49:59 GMT</pubDate>
    <dc:creator>Stephen Keane</dc:creator>
    <dc:date>2005-01-26T11:49:59Z</dc:date>
    <item>
      <title>Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882283#M400749</link>
      <description>What's a quick way of determinging if a server is a V class.&lt;BR /&gt;&lt;BR /&gt;I don't have a V class server, but I'm guessing the answer would be along the lines of either uname or model.&lt;BR /&gt;&lt;BR /&gt;Can anyone with a V class server post the results of 'uname -a' and/or 'model'?&lt;BR /&gt;&lt;BR /&gt;What's so different about V class servers, even Ignite treats them differently?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 11:26:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882283#M400749</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T11:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882284#M400750</link>
      <description>Use the model command</description>
      <pubDate>Wed, 26 Jan 2005 11:32:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882284#M400750</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2005-01-26T11:32:40Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882285#M400751</link>
      <description>If I do model on a J series I get&lt;BR /&gt;&lt;BR /&gt;9000/785/J5000&lt;BR /&gt;&lt;BR /&gt;On a B1000, I get&lt;BR /&gt;&lt;BR /&gt;9000/785/B1000&lt;BR /&gt;&lt;BR /&gt;I can't just reply on the first character after the second '/' being V presumably?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 26 Jan 2005 11:35:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882285#M400751</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T11:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882286#M400752</link>
      <description>The V-boxes are very different because they were actually manufactured by Convex Computer Corp which was later acquired by HP.</description>
      <pubDate>Wed, 26 Jan 2005 11:38:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882286#M400752</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2005-01-26T11:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882287#M400753</link>
      <description>I'm almost certain it will be a V.  I used to work with a V class, however, I no longer do and cannot confirm.</description>
      <pubDate>Wed, 26 Jan 2005 11:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882287#M400753</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2005-01-26T11:38:48Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882288#M400754</link>
      <description>It should be something like the following:&lt;BR /&gt;&lt;BR /&gt;9000/800/V2200&lt;BR /&gt;9000/800/V2000&lt;BR /&gt;9000/800/V2250&lt;BR /&gt;9000/800/V2500&lt;BR /&gt;9000/800/V2600&lt;BR /&gt;9000/800/V2650&lt;BR /&gt;9000/800/V2700&lt;BR /&gt;&lt;BR /&gt;Note: I got these value from the /etc/.supported_bits file on one of my 11.0 systems.  This should match the output of the model command.</description>
      <pubDate>Wed, 26 Jan 2005 11:40:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882288#M400754</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-01-26T11:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882289#M400755</link>
      <description>model command should be do it.&lt;BR /&gt;&lt;BR /&gt;Every line has its unique design issues. What about Ignite is different?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 26 Jan 2005 11:41:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882289#M400755</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-01-26T11:41:14Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882290#M400756</link>
      <description>This is what I get for my V2250&lt;BR /&gt;&lt;BR /&gt;9000/800/V2250&lt;BR /&gt;&lt;BR /&gt;V class is an "odd ball" HP server, I would say :-). It has something called Open Boot Prompt (similar to the Sun SPARC architecture).&lt;BR /&gt;&lt;BR /&gt;Even though V class is a 64 bit architecture, an ignite tape created on a V class cannot be restored to an another 64 bit system, since the boot kernel is different.VINSTALL is the kernel name used for booting V-class server by the ignite.&lt;BR /&gt;&lt;BR /&gt;You will have a A-Class server used for administration purpose(similar to SMS used for superdome).&lt;BR /&gt;&lt;BR /&gt;It has some similarites to superdome. I believe it uses the same chipset as some of the old superdome servers (PA8700).</description>
      <pubDate>Wed, 26 Jan 2005 11:44:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882290#M400756</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2005-01-26T11:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882291#M400757</link>
      <description>So something along the lines of&lt;BR /&gt;&lt;BR /&gt;model | awk 'FS="/" { print $3 }' | cut -c1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Would indicate whether it was a V class or not?&lt;BR /&gt;&lt;BR /&gt;Ignite uses a different install kernel (VINSTALL) for V class servers, determining the bit-size of the kernel lets you know whether to use INSTALL or WINSTALL, but I needed to exclude V classes from the mix.</description>
      <pubDate>Wed, 26 Jan 2005 11:49:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882291#M400757</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882292#M400758</link>
      <description>Yes your awk will tell you if it is a V-class server.&lt;BR /&gt;&lt;BR /&gt;Ignite uses VINSTALL for v-class servers.&lt;BR /&gt;I believe INSTALL is for 64-bit servers and WINSTALL is for systems that support both 32 and 64 bit HP-UX.&lt;BR /&gt;&lt;BR /&gt;# getconf HW_CPU_SUPP_BITS&lt;BR /&gt;&lt;BR /&gt;Will tell you the OS word widths your CPU is capable of supporting.</description>
      <pubDate>Wed, 26 Jan 2005 12:00:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882292#M400758</guid>
      <dc:creator>Sundar_7</dc:creator>
      <dc:date>2005-01-26T12:00:04Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882293#M400759</link>
      <description>machinetype=`model`;echo ${machinetype##*/}&lt;BR /&gt;will filter out everything up to and including the last '/' character</description>
      <pubDate>Wed, 26 Jan 2005 12:03:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882293#M400759</guid>
      <dc:creator>Gordon  Morrison_1</dc:creator>
      <dc:date>2005-01-26T12:03:28Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882294#M400760</link>
      <description>getconf HW_CPU_SUPP_BITS&lt;BR /&gt;&lt;BR /&gt;on my J class and B class servers returns 64&lt;BR /&gt;(with hpux 11.11 installed) and Ignite uses WINSTALL. Does this mean that if getconf HW_CPU_SUPP_BITS returns 32, then Ignite will use INSTALL?</description>
      <pubDate>Wed, 26 Jan 2005 12:20:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882294#M400760</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T12:20:24Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882295#M400761</link>
      <description>Stephen, &lt;BR /&gt;&lt;BR /&gt;Yes, that's correct.&lt;BR /&gt;&lt;BR /&gt;With Ignite, IIRC, INSTALL is for 32-bit kernels, WINSTALL is for 64-bit and VINSTALL is for V-series machine ONLY.</description>
      <pubDate>Wed, 26 Jan 2005 12:26:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882295#M400761</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2005-01-26T12:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying server type</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882296#M400762</link>
      <description>I think I've got all the information I needed, thanks.</description>
      <pubDate>Wed, 26 Jan 2005 12:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/identifying-server-type/m-p/4882296#M400762</guid>
      <dc:creator>Stephen Keane</dc:creator>
      <dc:date>2005-01-26T12:29:16Z</dc:date>
    </item>
  </channel>
</rss>

