<?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 System Administration in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784053#M77964</link>
    <description>How do i know the machine is working either in 32 bit or 64 bit mode.  &lt;BR /&gt;&lt;BR /&gt;How can i switch 32 bit 64 bit and vice versa.</description>
    <pubDate>Mon, 12 Aug 2002 13:04:28 GMT</pubDate>
    <dc:creator>P.V.Ramesh</dc:creator>
    <dc:date>2002-08-12T13:04:28Z</dc:date>
    <item>
      <title>System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784053#M77964</link>
      <description>How do i know the machine is working either in 32 bit or 64 bit mode.  &lt;BR /&gt;&lt;BR /&gt;How can i switch 32 bit 64 bit and vice versa.</description>
      <pubDate>Mon, 12 Aug 2002 13:04:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784053#M77964</guid>
      <dc:creator>P.V.Ramesh</dc:creator>
      <dc:date>2002-08-12T13:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784054#M77965</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;The print_manifest command will show this at the top:&lt;BR /&gt;&lt;BR /&gt;# print_manifest |more&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;# getconf KERNEL_BITS&lt;BR /&gt;&lt;BR /&gt;Hope this helps&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 12 Aug 2002 13:07:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784054#M77965</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-08-12T13:07:04Z</dc:date>
    </item>
    <item>
      <title>Re: System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784055#M77966</link>
      <description>1) this will tell the system version:&lt;BR /&gt;# getconf KERNEL_BITS&lt;BR /&gt;2) You need to first make sure that the system supports 64bit OS. Then if required you can use the upgrade option or go for a fresh install.</description>
      <pubDate>Mon, 12 Aug 2002 13:07:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784055#M77966</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-12T13:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784056#M77967</link>
      <description>I am not sure you can "switch" between 32 and 64 bit persay, but depending on your OS, 10.20(32 bit only), 11.00(32 or 64 bit), or 11i(64 bit only), will determine this.&lt;BR /&gt;&lt;BR /&gt;Chris</description>
      <pubDate>Mon, 12 Aug 2002 13:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784056#M77967</guid>
      <dc:creator>Christopher McCray_1</dc:creator>
      <dc:date>2002-08-12T13:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784057#M77968</link>
      <description>I didnot find the command print_mainfest.  Is it addon pakage.  Please let me know</description>
      <pubDate>Mon, 12 Aug 2002 13:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784057#M77968</guid>
      <dc:creator>P.V.Ramesh</dc:creator>
      <dc:date>2002-08-12T13:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784058#M77969</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;1. 'getconf KERNEL_BITS' will return whether you are running 32- or 64-bit. &lt;BR /&gt;&lt;BR /&gt;2. 'getconf HW_32_64_CAPABLE' will show whether your processor is 64-bit capable or not. &lt;BR /&gt;&lt;BR /&gt;3. To find the processor speed (MHz): &lt;BR /&gt;&lt;BR /&gt;# echo itick_per_usec/D | adb -k stand/vmunix /dev/mem &lt;BR /&gt;&lt;BR /&gt;Paula</description>
      <pubDate>Mon, 12 Aug 2002 13:20:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784058#M77969</guid>
      <dc:creator>Paula J Frazer-Campbell</dc:creator>
      <dc:date>2002-08-12T13:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784059#M77970</link>
      <description>Ramesh:&lt;BR /&gt;&lt;BR /&gt;You will get print_manifest command only if you have Ignite_UX installed on the system. If installed, then check here:&lt;BR /&gt;# /opt/ignite/bin/print_manifest&lt;BR /&gt;&lt;BR /&gt;You will get the answer for your question from here:&lt;BR /&gt;# getconf KERNEL_BITS</description>
      <pubDate>Mon, 12 Aug 2002 13:20:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784059#M77970</guid>
      <dc:creator>Sajid_1</dc:creator>
      <dc:date>2002-08-12T13:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784060#M77971</link>
      <description>Hi,&lt;BR /&gt;You can install Ignite-UX from your HP Application CDs. It's free! After have Ignite-UX installed on your system, you can use "print_manifest" in /opt/ignite/bin/.&lt;BR /&gt;It's really a good tool!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;-Gerald-</description>
      <pubDate>Mon, 12 Aug 2002 13:39:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784060#M77971</guid>
      <dc:creator>Fragon</dc:creator>
      <dc:date>2002-08-12T13:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: System Administration</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784061#M77972</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;When you runIgnite's 'make_tape_recovery', the manifest will be generated automatically for you.  There there is no need to explicitly run 'print_manifest'.  The most current manifest will be: &lt;BR /&gt;&lt;BR /&gt;# /var/opt/ignite/recovery/latest/manifest &lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 13:50:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/system-administration/m-p/2784061#M77972</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2002-08-12T13:50:25Z</dc:date>
    </item>
  </channel>
</rss>

