- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 32 bit or 64 bit
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 07:39 AM
01-08-2003 07:39 AM
I have K-class running 10.20
How do I verify whether it support 64 bit 11i.
getconf HW_CPU_SUPP_BITS and getconf KERNEL_BITS are working for 11.x only.
In 10.20 what is the name of the variable? or
any alternate method?
Thanks in advance
T.Thayanidhi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 07:42 AM
01-08-2003 07:42 AM
Solutionsee what processor you have. You need a pa-8xxx
https://www.beepz.com/personal/merijn/#FAQ or http://www.cmve.net/~merijn/#FAQ
use model and the instructions on above two links to find out
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 07:43 AM
01-08-2003 07:43 AM
Re: 32 bit or 64 bit
Try this:
getconf HW_32_64_CAPABLE
Tom ;)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 07:43 AM
01-08-2003 07:43 AM
Re: 32 bit or 64 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 07:43 AM
01-08-2003 07:43 AM
Re: 32 bit or 64 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 07:43 AM
01-08-2003 07:43 AM
Re: 32 bit or 64 bit
For the K series, this gives
9000/802/K250 32/64
9000/879/K260 32/64
9000/879/K260-EG 32/64
9000/889/K460-EG 32/64
9000/889/K460-XP 32/64
9000/898/K370 32/64
9000/804/K450 32/64
9000/889/K460 32/64
9000/899/K570 32/64
9000/800/K380 32/64
9000/800/K580 32/64
9000/800/K360 32/64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:01 AM
01-08-2003 08:01 AM
Re: 32 bit or 64 bit
Thanks for the replies, it is K460.
So it is supporting 64 bit. Any one knows
any other requirement to install 11i,
such as minimum PDC-firmware revision...etc.
Thanks again.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:08 AM
01-08-2003 08:08 AM
Re: 32 bit or 64 bit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 08:20 AM
01-08-2003 08:20 AM
Re: 32 bit or 64 bit
I think it needs a firm ware version starting with 41.xx or all you need is to start the instaaltion then it will eitehr install the 64 bit version or tell you to upgrade the firm ware version . At this point call HP to upgrade teh firmware version.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:20 AM
01-22-2003 10:20 AM
Re: 32 bit or 64 bit
l1:/ 118 # ux
l1 HP-UX 11.00/64 U 9000/800/L1000-44/64 PA8500/440 pa-2.0 512 Mb
l1:/ 119 #
If it's reliable enough, I'm putting this on my page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2003 10:40 AM
01-22-2003 10:40 AM
Re: 32 bit or 64 bit
if (open my $lst, "echo 'memory_installed_in_machine/D' | adb -k /stand/vmunix /dev/mem |") {
while (<$lst>) {
m/\b(\d+)$/ or next;
$mem += $1 * 4 / 1024;
}
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 04:39 AM
01-30-2003 04:39 AM
Re: 32 bit or 64 bit
Your script did not work for me, Any way thanks
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:08 AM
01-30-2003 05:08 AM
Re: 32 bit or 64 bit
(bcoz the version could be older)
Harish Kumar S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:10 AM
01-30-2003 05:10 AM
Re: 32 bit or 64 bit
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:21 AM
01-30-2003 05:21 AM
Re: 32 bit or 64 bit
Is there pre requesit to run this.
I have Perl 5.8.x
When I run I get
#./ux
./ux[4]: use: not found.
./ux[5]: use: not found.
./ux[6]: use: not found.
./ux[8]: Syntax error at line 8 : `((' is not expected.
#
I tried with diffrent shells as well by editing the top line with diffrent perl paths.
TT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:35 AM
01-30-2003 05:35 AM
Re: 32 bit or 64 bit
perl -v
probably tell you 4.036 :)
change your $PATH to have perl5 before perl4
which perl
might say it's /usr/contrib/bin/perl, which is perl4
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:37 AM
01-30-2003 05:37 AM
Re: 32 bit or 64 bit
Just change the first line to the correct path. It's now interpreting the script as 'sh', not as perl. Yours is most likely not installed in /pro/bin :)
or try
perl ./ux
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 05:53 AM
01-30-2003 05:53 AM
Re: 32 bit or 64 bit
It's working fine now.
TT
#which perl
/usr/local/bin/perl
#perl -v
This is perl, v5.8.0 built for PA-RISC2.0
Copyright 1987-2002, Larry Wall
Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.
Complete documentation for Perl, including FAQ lists, should be found on
this system using `man perl' or `perldoc perl'. If you have access to the
Internet, point your browser at http://www.perl.com/, the Perl Home Page.
#perl ./ux
hpk220 HP-UX 11.00/32 U 9000/859/K220/32
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 06:02 AM
01-30-2003 06:02 AM
Re: 32 bit or 64 bit
Enjoy, have FUN! H.Merijn
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2003 02:47 PM
01-30-2003 02:47 PM
Re: 32 bit or 64 bit
There's no reason to go to 64-bit on PA-RISC unless you have processes that need to address more then 4GB of memory directly. Performance of 32-bit apps takes a slight hit when running on 64-bit HP-UX, so you may be better sticking with 32-bit HP-US if you can.