<?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: How to check Operating Environment in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356427#M345455</link>
    <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;One simple way is using swlist&lt;BR /&gt;&lt;BR /&gt;#swlist |grep -i env&lt;BR /&gt;&lt;BR /&gt;HPUX11i-OE-Ent                        B.11.23.0712   HP-UX Enterprise Operating Environment Component&lt;BR /&gt;&lt;BR /&gt;It will show the Environment of installed OS</description>
    <pubDate>Wed, 11 Feb 2009 12:05:03 GMT</pubDate>
    <dc:creator>Sani</dc:creator>
    <dc:date>2009-02-11T12:05:03Z</dc:date>
    <item>
      <title>How to check Operating Environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356425#M345453</link>
      <description>How can I check what Operation Environment is installed.&lt;BR /&gt;&lt;BR /&gt;For example for HPUX 11i there are the following - Foundation Operating Environment, Enterprise, Mission Critical, etc..&lt;BR /&gt;&lt;BR /&gt;Were there different editions for HPUX version 11 if so how do I check what environment is in place??</description>
      <pubDate>Wed, 11 Feb 2009 11:54:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356425#M345453</guid>
      <dc:creator>H_16</dc:creator>
      <dc:date>2009-02-11T11:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Operating Environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356426#M345454</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Use the below commands.&lt;BR /&gt;&lt;BR /&gt;# swlist -l bundle |grep -i HPUX&lt;BR /&gt;  HPUX11i-OE-MC         B.11.11.0212   HP-UX Mission Critical Operating Environment Component&lt;BR /&gt;  HPUXBase64            B.11.11        HP-UX 64-bit Base OS&lt;BR /&gt;  HPUXBaseAux           B.11.11.0212   HP-UX Base OS Auxiliary&lt;BR /&gt;  OnlineDiag            B.11.11.19.01  HPUX 11.11 Support Tools Bundle, June 2007&lt;BR /&gt;&lt;BR /&gt;or just,&lt;BR /&gt;&lt;BR /&gt;# swlist -l bundle</description>
      <pubDate>Wed, 11 Feb 2009 12:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356426#M345454</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-11T12:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Operating Environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356427#M345455</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;One simple way is using swlist&lt;BR /&gt;&lt;BR /&gt;#swlist |grep -i env&lt;BR /&gt;&lt;BR /&gt;HPUX11i-OE-Ent                        B.11.23.0712   HP-UX Enterprise Operating Environment Component&lt;BR /&gt;&lt;BR /&gt;It will show the Environment of installed OS</description>
      <pubDate>Wed, 11 Feb 2009 12:05:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356427#M345455</guid>
      <dc:creator>Sani</dc:creator>
      <dc:date>2009-02-11T12:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Operating Environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356428#M345456</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to know more about different environments then go here.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/en/oshpux11iv3.html#HP-UX%2011i%20v3%20Operating%20Environments" target="_blank"&gt;http://docs.hp.com/en/oshpux11iv3.html#HP-UX%2011i%20v3%20Operating%20Environments&lt;/A&gt;</description>
      <pubDate>Wed, 11 Feb 2009 12:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356428#M345456</guid>
      <dc:creator>Ganesan R</dc:creator>
      <dc:date>2009-02-11T12:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to check Operating Environment</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356429#M345457</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;the command to kow what Operating Environment the Installed OS on the system belongs,&lt;BR /&gt;&lt;BR /&gt;you can also use&lt;BR /&gt;&lt;BR /&gt;#swlist | grep -i oe&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;as tun on my system this shows as:&lt;BR /&gt;&lt;BR /&gt;# swlist | grep -i oe&lt;BR /&gt;  HPUX11i-OE                            B.11.23.0505   HP-UX Foundation Operating Environment Component&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;OE - Foundation Operationg Enviromment&lt;BR /&gt;EOE - Enterprise Operating Environment&lt;BR /&gt;TCOE - Technical Computing Operating Environment&lt;BR /&gt;MCOE- Mission Critical Operating Environment&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in 11.31&lt;BR /&gt;you can also find&lt;BR /&gt;&lt;BR /&gt;DCOE - Data Center OE&lt;BR /&gt;VSEOE - Virtual Server OE.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;the OS is Customized as far as the softwares are concerned for the Various OEs.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;for more on 11iv3OEs you can also refer to &lt;BR /&gt;for knowing the OEs in details.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20338.www2.hp.com/hpux11i/cache/585225-0-0-0-121.html?jumpid=go/tov3oes" target="_blank"&gt;http://h20338.www2.hp.com/hpux11i/cache/585225-0-0-0-121.html?jumpid=go/tov3oes&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Feb 2009 12:44:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-check-operating-environment/m-p/4356429#M345457</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2009-02-11T12:44:37Z</dc:date>
    </item>
  </channel>
</rss>

