Sponsored Content
Operating Systems HP-UX Verify 4 GB Limit is overcome in 64 Bit Processor Post 302789889 by allanbm on Thursday 4th of April 2013 11:42:33 AM
Old 04-04-2013
Quote:
Originally Posted by Corona688
Verify that you're running 64-bit executables and not 32-bit executables and you've verified that you have a 64-bit address space.
Hi Corona688,

Thanks for responding.
Yes I am executing 64 bit executable.
But how do I verify that I am using a 64-but address space?
Is there a some script or a system command that can tell me this?
PS:- I am on a HP-UX Itanium machine

Cheers,

-Allan
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Solaris (verify 64 or 32 bit

Hello !! Does anyone know how can I verify if my Solaris is 32 or 64 bit ?? Thank you ! Witt (3 Replies)
Discussion started by: witt
3 Replies

2. Shell Programming and Scripting

How to overcome Segmentation Fault in Unix ??

Hi.. I want to add a line of data to a already existing file.. When i use echo "1i\nGROUP_NAME,JOB_NAME,STATUS,PROCESS_GROUP,JOB_START,JOB_END \n.\nwq" | ex -s abc.txt where abc.txt contains only Hello Testing Insert I am getting this.. dumb: Unknown terminal type ksh: 19464... (4 Replies)
Discussion started by: charan81
4 Replies

3. AIX

LPAR processor/virtual processor settings

Question is on setting of Physical and Virtual processors for LPARs to make proper use of virtualization capabilities. Environment is a 8-way p570 with 4 LPARs. lparVIO1 and lparVIO2: AIX 5300-04-01 Mode/Type= Shared-SMT/Capped Minimum Processors= 0.10 Desired Processors= 0.50 Maximum... (1 Reply)
Discussion started by: guttew
1 Replies

4. Linux

Built in ram limit for 64 bit

Hey all, I have been thinking about getting a new computer, and the motherboard I am looking at is capable of holding up to 8 Gb of ram. Now it appears as though for 32 bit linux, in order to use more than 4 Gb of ram, you had to enable a certain option in the kernel, but if I remember... (2 Replies)
Discussion started by: kermit
2 Replies

5. Solaris

how to know the processor bit capacity

how to know for a particular solaris machine whether i am having a 64 bit or 32 bit processor??? like for machine with details SunOS 5.8 Generic_108528-20 sun4u sparc SUNW,Sun-Blade-100 (3 Replies)
Discussion started by: mobydick
3 Replies

6. Programming

a large file causes segment, how to overcome?

When printing a large file, segment occured. but part of it can be printed normally. There seems no mistake in usage. How to solve the problem. Actually, the file is not very very large. Only 300-400 A4 pages. Thanks (1 Reply)
Discussion started by: cdbug
1 Replies

7. HP-UX

[Solved] processor type and bit information

Hi, I'm trying to download a compatible Oracle Client software for a HP-UX machine. I'd like to know if ... 1) HP-UX is 32 bit or 64 bit? 2) Processor type - Itanium or regular? when I execute uname -a I get HP-UX B.11.11 U 9000/800 728684161 unlimited-user license Based on the... (7 Replies)
Discussion started by: luft
7 Replies

8. Shell Programming and Scripting

overcome unwanted input values in korn shell

Hi All, we are doing automation for installation of oracle, a) ORACLE_HOME_NAME b) ORACLE_HOME above are the argument we need to pass during the script execution, while doing this someone issue the value like ORACLE_HOME=/optware/oracle/11g;rm -rf /optware/oracle/10g its removing... (1 Reply)
Discussion started by: kamauv234
1 Replies
psrinfo(1)						      General Commands Manual							psrinfo(1)

NAME
psrinfo, pinfo - Displays processor administration information SYNOPSIS
/usr/sbin/psrinfo -n /usr/sbin/psrinfo [-v] [processor...] /usr/sbin/psrinfo -s processor /usr/sbin/pinfo [-v] [processor...] OPTIONS
Displays the number of processors in the system. Enables verbose mode. Writes only a boolean value to standard output. The -s option requires a single processor identification number (processor). The -s option is intended to be used in scripts. A value of 1 is output if the specified processor is on line. A value of 0 is output if the specified processor is off line. DESCRIPTION
The psrinfo and pinfo commands display information about processors. The processor variable specifies the processor identification number, which is a unique integer that identifies the processor. If you do not specify any options or a processor identification number, the com- mands display information about all processors. EXAMPLES
The following is an example of the default prsinfo command output (no options or processor identification numbers): greene:> psrinfo 0 on-line since 11/03/1999 09:41:34 1 on-line since 11/03/1999 09:41:34 2 off-line since 11/03/1999 08:41:34 The following example shows how to use the psrinfo command with the -s option in a shell script to determine the state of the pro- cessor with an identification number of 1: if [ "`psrinfo -s 1 2> /dev/null`" -eq 1 ] then echo "processor 1 is up" else echo "processor 1 is down" fi The following example shows how to use the psrinfo command with the -v option: % psrinfo -v Status of processor 0 as of: 05/23/00 15:47:40 Processor has been on-line since 05/23/2000 15:08:04 The alpha EV5.6 (21164A) processor operates at 465 MHz, and has an alpha internal floating point processor. Status of processor 1 as of: 05/23/00 15:47:40 Processor has been on-line since 05/23/2000 15:08:04 The alpha EV5.6 (21164A) processor operates at 465 MHz, and has an alpha internal floating point processor. Status of processor 2 as of: 05/23/00 15:47:40 Processor has been off-line since 05/23/2000 15:08:04 The alpha EV5.6 (21164A) processor operates at 465 MHz, and has an alpha internal floating point processor. Status of processor 3 as of: 05/23/00 15:47:40 Processor has been on-line since 05/23/2000 15:14:00 The alpha EV5.6 (21164A) processor operates at 465 MHz, and has an alpha internal floating point processor. FILES
SEE ALSO
Commands: pset_assign_cpu(1), pset_assign_pid(1), pset_info(1), psradm(8) Files: utmp(4) Processor Sets: processor_sets(4) psrinfo(1)
All times are GMT -4. The time now is 05:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy