HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: using chatr
Operating System - HP-UX
1833558
Members
3130
Online
110061
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
07-23-2003 12:11 PM
07-23-2003 12:11 PM
using chatr
I am trying to increase the virtual page size
for the WebSphere java process that I am running by the following command(we are using HP 11.11):
chatr +pi64M +pd64M /opt/WebSphere/AppServer/java/bin/PA_RISC2.0/native_threads/java
but i am getting the following error:
chatr(warning): dl_header_ext.size != sizeof(dl_header_ext). Please update your version of the linker.
/opt/WebSphere/AppServer/java/bin/PA_RISC2.0/native_threads/java:
current values:
normal executable
shared library dynamic path search:
SHLIB_PATH enabled first
embedded path disabled second Not Defined
shared library list:
dynamic /usr/lib/libpthread.1
dynamic ../../../../build/HP_UX/lib/PA_RISC2.0/server/libjvm.sl
dynamic /usr/lib/libdld.2
dynamic /usr/lib/libc.2
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 disabled
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
third quadrant global data space disabled
data page size: 4M
instruction page size: 4M
nulptr references enabled
shared library private mapping disabled
shared library text merging disabled
chatr(error): cannot open file for writing /opt/WebSphere/AppServer/java/bin/PA_RISC2.0/native_threads/java
for the WebSphere java process that I am running by the following command(we are using HP 11.11):
chatr +pi64M +pd64M /opt/WebSphere/AppServer/java/bin/PA_RISC2.0/native_threads/java
but i am getting the following error:
chatr(warning): dl_header_ext.size != sizeof(dl_header_ext). Please update your version of the linker.
/opt/WebSphere/AppServer/java/bin/PA_RISC2.0/native_threads/java:
current values:
normal executable
shared library dynamic path search:
SHLIB_PATH enabled first
embedded path disabled second Not Defined
shared library list:
dynamic /usr/lib/libpthread.1
dynamic ../../../../build/HP_UX/lib/PA_RISC2.0/server/libjvm.sl
dynamic /usr/lib/libdld.2
dynamic /usr/lib/libc.2
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 disabled
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
third quadrant global data space disabled
data page size: 4M
instruction page size: 4M
nulptr references enabled
shared library private mapping disabled
shared library text merging disabled
chatr(error): cannot open file for writing /opt/WebSphere/AppServer/java/bin/PA_RISC2.0/native_threads/java
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2003 11:42 PM
07-23-2003 11:42 PM
Re: using chatr
First one's a warning that can be ignored, PHSS_26560 may help ld/linker tools patch, as to the second was the WebSphere java process running at the time .... I'm thinking you may have tried to use chatr on a running executable ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 07:36 AM
07-25-2003 07:36 AM
Re: using chatr
The "chatr(error): cannot open file for writing /opt/WebSphere/AppServer/java/bin/PA_RISC2.0/native_threads/java"
message could be caused by having the process running using the file. It could just be a matter of needing to use chmod to add write permission before you use chatr.
The chatr +pd may have less effect than you would expect. JVMs typically allocate the java heap using mmap instead of mallocs. The +pd setting only affects the malloc/sbrk memory. The WebSphere jvm may be using explicit madvise calls to set the page size for mmap regions.
message could be caused by having the process running using the file. It could just be a matter of needing to use chmod to add write permission before you use chatr.
The chatr +pd may have less effect than you would expect. JVMs typically allocate the java heap using mmap instead of mallocs. The +pd setting only affects the malloc/sbrk memory. The WebSphere jvm may be using explicit madvise calls to set the page size for mmap regions.
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