- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: using chatr command in HP-UX 11V2
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
03-28-2007 11:09 PM
03-28-2007 11:09 PM
Hello,
We are currently working on migrating our applications from HP-UX 11i to HP-UX 11V2. We are facing some issues when we use 'chatr' command in 11V2. We copied some shared libraries from 11i to 11V2 and tried to use 'chatr'. But we are getting the error "chatr(error): file libxon.sl is not a valid ELF file".
NOTE: We copied the shared library libxon.sl from 11i to 11V2 box.
Could you please let us know why we are unable to view the internal attributes of the shared library file in 11V2 ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 11:16 PM
03-28-2007 11:16 PM
SolutionThis is the problem:
e copied the shared library libxon.sl from 11i to 11V2 box.
The 11i v1 box must be pa-risc.
The 11i v2 box is probably itanium.
Even if its pa-risc the libraries are not compatible OS to OS.
You need to find the chatr functionality and isntall it properly for 11i v2(11.23)
Everything is different with libraries and such on itanium. Sometimes the source code is compatible, but not anything binary.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 11:19 PM
03-28-2007 11:19 PM
Re: using chatr command in HP-UX 11V2
what does the "file" command return when run against libxon.sl ?
Please read:
http://66.34.90.71/ITRCForumsEtiquette/after.html
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 11:41 PM
03-28-2007 11:41 PM
Re: using chatr command in HP-UX 11V2
Details about our 11i/11V2 :
11i - HP-UX B.11.11 U 9000/800 682359383 unlimited-user license
11V2 - HP-UX B.11.23 U ia64 2181415107 unlimited-user license
details about Chatr ( while using 'man chatr):
Chatr in 11i - chatr_pa(1) PA-RISC Systems Only
Chatr in 11V2 - chatr_ia(1) Itanium(R)-based Systems Only
Is there any way we can make the shared library ( that we copied from 11i) to work properly in 11V2?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 11:44 PM
03-28-2007 11:44 PM
Re: using chatr command in HP-UX 11V2
-'file libxon.sl'
libxon.sl: PA-RISC1.1 shared library -not stripped
Thanks in advance, Sathis Kumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2007 11:56 PM
03-28-2007 11:56 PM
Re: using chatr command in HP-UX 11V2
I would make the necessary changes to the library using chatr on the PA-RISC box, before you copy it to the IA64 box.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2007 12:01 AM
03-29-2007 12:01 AM
Re: using chatr command in HP-UX 11V2
Could you please let us know the changes that we have to make on "PA shared library ( 11i) using chatr" so that we can copy and view the atrributes of the shared library on 11V2?
Thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2007 12:09 AM
03-29-2007 12:09 AM
Re: using chatr command in HP-UX 11V2
If you really insist on using chatr(1) to look at PA load modules on IPF you do this by:
$ SDKROOT=/usr/ccs/pa chatr ...
>SEP: The 11i v2 box is probably itanium.
Yes, with that error.
>SEP: You need to find the chatr functionality
See above.
>Peter: what does the "file" command return when run against libxon.sl?
PA-RISC, obviously. :-)
+DD32 vs +DD64 is probably not that important yet.
>Could you please let us know the changes that we have to make on "PA shared library (11i) using chatr" so that we can copy and view the atrributes of the shared library on 11V2?
I believe Duncan was saying do your work on PA and not IPF. If you insist, you must do what I said above.