Operating System - HP-UX
1826169 Members
2879 Online
109691 Solutions
New Discussion

Re: HP-UX 10.20 on a D270

 
SOLVED
Go to solution
HDgio
Regular Advisor

HP-UX 10.20 on a D270

Hello
I have a 10.20 installed on D270 class.
Do you know how I can see if is 32 or 64 bit, or a 10.20 is only 32.
Thanks to all
6 REPLIES 6
Slawomir Gora
Honored Contributor

Re: HP-UX 10.20 on a D270

Hi,

try:
getconf KERNEL_BITS

but 10.20 is 32 bit
Ravi_8
Honored Contributor

Re: HP-UX 10.20 on a D270

Hi

10.20 is 32 bit only.

#getconf KERNEL_BITS

shows kernel width
never give up
HDgio
Regular Advisor

Re: HP-UX 10.20 on a D270

in a 10.20 the params KERNEL_BITS not exists
but if 10.20 is only 32 is ok
thanks
Ravi_8
Honored Contributor

Re: HP-UX 10.20 on a D270

Hi

kernel parameter KERNEL_BITS is not existing neither in 10.20 nor 11i.

refer man pages of getconf
never give up
Olivier Decorse
Respected Contributor
Solution

Re: HP-UX 10.20 on a D270

You D270 can be installed with :
- 10.20 - 32 bits
- 11.00 - 32 or 64 bits.
- 11i - 32 or 64 bits.

because only 10.20 works with 32 bits.

Take a look at my attachment to see any possibilities, of any server.

Olivier.
They say "install windows 2k, xp or better", so i install unix !
HDgio
Regular Advisor

Re: HP-UX 10.20 on a D270

Hi Ravi
getconf KERNEL_BITS work in 11i, I have just tried it