HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: parameters defining performance of 32 and 64 b...
Operating System - HP-UX
1832455
Members
3314
Online
110043
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
06-13-2001 07:28 PM
06-13-2001 07:28 PM
parameters defining performance of 32 and 64 bit appls. on 64 bit HP-UX
Hi all,
I have an L 3000/4GB RAM running 11.00 64 bit. Of the main three applications, one is 32 bit and rest are 64 bit. I am facing problems of "NO space" when trying to run all the three. I've 8 GB of swap and this system is not yet released for production.
What are the kernel parameters I should check, so that I can run all the applications?
The 32 bit appl. is Sybase and samx and ignite (X env.) are the "64 bit" applications. [I assume that since the OS is of 64 bit, sam and ignite are 64 bit binaries. Is there a way to check this out from the binaries/executables?]
Thanks in advance for your time and responses,
Anu Mathew
I have an L 3000/4GB RAM running 11.00 64 bit. Of the main three applications, one is 32 bit and rest are 64 bit. I am facing problems of "NO space" when trying to run all the three. I've 8 GB of swap and this system is not yet released for production.
What are the kernel parameters I should check, so that I can run all the applications?
The 32 bit appl. is Sybase and samx and ignite (X env.) are the "64 bit" applications. [I assume that since the OS is of 64 bit, sam and ignite are 64 bit binaries. Is there a way to check this out from the binaries/executables?]
Thanks in advance for your time and responses,
Anu Mathew
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-13-2001 11:10 PM
06-13-2001 11:10 PM
Re: parameters defining performance of 32 and 64 bit appls. on 64 bit HP-UX
Hi,
Can't reply to your space problem but you can
see if an executable file is 32 or 64 bits with
the file command :
- 32 bit : type is "PA-RISC1.1" file
- 64 bit : type is "ELF64" or "PA-RISC2.0"
If you use chatr (chatr) you can
see "64 bits..." in the result for a 64 bits
binary. I test on my L1000 and samx seems to
be a 32 bits binary...
Hope it's help,
Herve
Can't reply to your space problem but you can
see if an executable file is 32 or 64 bits with
the file command :
- 32 bit : type is "PA-RISC1.1" file
- 64 bit : type is "ELF64" or "PA-RISC2.0"
If you use chatr (chatr
see "64 bits..." in the result for a 64 bits
binary. I test on my L1000 and samx seems to
be a 32 bits binary...
Hope it's help,
Herve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 06:44 AM
06-14-2001 06:44 AM
Re: parameters defining performance of 32 and 64 bit appls. on 64 bit HP-UX
Hi,
Thanks for the response. Using chatr on an exe file dataserver gives the following o/p
dataserver:
normal SHMEM_MAGIC executable
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared library list:
dynamic /usr/lib/libdld.1
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size:1103
global hash array nbuckets:3
shared vtable support disabled
static branch prediction enabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
data page size: L (largest possible)
instruction page size: L (largest possible)
a file dataserver gives the following:
dataserver: data
It says nothig about the bits..
Regards
Anu Mathew
Thanks for the response. Using chatr on an exe file dataserver gives the following o/p
dataserver:
normal SHMEM_MAGIC executable
shared library dynamic path search:
SHLIB_PATH disabled second
embedded path disabled first Not Defined
shared library list:
dynamic /usr/lib/libdld.1
shared library binding:
deferred
global hash table disabled
plabel caching disabled
global hash array size:1103
global hash array nbuckets:3
shared vtable support disabled
static branch prediction enabled
executable from stack: D (default)
kernel assisted branch prediction enabled
lazy swap allocation disabled
text segment locking disabled
data segment locking disabled
third quadrant private data space disabled
fourth quadrant private data space disabled
data page size: L (largest possible)
instruction page size: L (largest possible)
a file dataserver gives the following:
dataserver: data
It says nothig about the bits..
Regards
Anu Mathew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 11:23 PM
06-14-2001 11:23 PM
Re: parameters defining performance of 32 and 64 bit appls. on 64 bit HP-UX
Hi
Think there is another method... You can see
in :
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0xc69d663ce855d511abcd0090277a778c,00.html
that ldd doesn't works with 32bits binaries,
so you can try ldd
well it's a 64bits binary...
I saw in chatr man page that SHMEM_MAGIC is
an option BEFORE real HPUX 64 bits support...
So I think you have a 32 bits binary
Regards,
Herve
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP