Operating System - HP-UX
1847203 Members
3252 Online
110263 Solutions
New Discussion

Re: System Administration

 
SOLVED
Go to solution
P.V.Ramesh
Advisor

System Administration

How do i know the machine is working either in 32 bit or 64 bit mode.

How can i switch 32 bit 64 bit and vice versa.
8 REPLIES 8
Christopher McCray_1
Honored Contributor
Solution

Re: System Administration

Hello,

The print_manifest command will show this at the top:

# print_manifest |more

or

# getconf KERNEL_BITS

Hope this helps

Chris
It wasn't me!!!!
Sajid_1
Honored Contributor

Re: System Administration

1) this will tell the system version:
# getconf KERNEL_BITS
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.
learn unix ..
Christopher McCray_1
Honored Contributor

Re: System Administration

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.

Chris
It wasn't me!!!!
P.V.Ramesh
Advisor

Re: System Administration

I didnot find the command print_mainfest. Is it addon pakage. Please let me know
Paula J Frazer-Campbell
Honored Contributor

Re: System Administration

Hi,

1. 'getconf KERNEL_BITS' will return whether you are running 32- or 64-bit.

2. 'getconf HW_32_64_CAPABLE' will show whether your processor is 64-bit capable or not.

3. To find the processor speed (MHz):

# echo itick_per_usec/D | adb -k stand/vmunix /dev/mem

Paula
If you can spell SysAdmin then you is one - anon
Sajid_1
Honored Contributor

Re: System Administration

Ramesh:

You will get print_manifest command only if you have Ignite_UX installed on the system. If installed, then check here:
# /opt/ignite/bin/print_manifest

You will get the answer for your question from here:
# getconf KERNEL_BITS
learn unix ..
Fragon
Trusted Contributor

Re: System Administration

Hi,
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/.
It's really a good tool!


-Gerald-
James R. Ferguson
Acclaimed Contributor

Re: System Administration

Hi:

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:

# /var/opt/ignite/recovery/latest/manifest

Regards!

...JRF...