HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- magic number 010e
Operating System - HP-UX
1832505
Members
4492
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
08-05-2003 02:02 AM
08-05-2003 02:02 AM
magic number 010e
I have an application (Catia V5) that returns a magic number of 010e when I do an odump (executable or shared library) | head. Can someone explain what this magic number means? I need to try and set the executables and shared libraries to SHMEM_MAGIC so I can access 2.75Gb but chatr won't let me, I get chatr(error): only EXEC_MAGIC files can be made SHMEM_MAGIC.
Thanks
David
Thanks
David
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 02:10 AM
08-05-2003 02:10 AM
Re: magic number 010e
man magic
view /usr/include/sys/magic.h
- shows that 10e is a shared library
Be very careful with chatr, I have found that applications sometimes stop working.
view /usr/include/sys/magic.h
- shows that 10e is a shared library
Be very careful with chatr, I have found that applications sometimes stop working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 02:26 AM
08-05-2003 02:26 AM
Re: magic number 010e
Hi David,
See "man magic" for a full explanation on the code. For SHMEM_MAGIC executables, quadrant 2 becomes part of the shared memory address space. Since Q2 is normally the data quadrant, the data needs to be pushed into quadrant 1, sharing with the text. To do this you need to link the application using the -N flag of ld, your application vendor should be able to help in doing this and verifying it is supported.
Regards,
James.
See "man magic" for a full explanation on the code. For SHMEM_MAGIC executables, quadrant 2 becomes part of the shared memory address space. Since Q2 is normally the data quadrant, the data needs to be pushed into quadrant 1, sharing with the text. To do this you need to link the application using the -N flag of ld, your application vendor should be able to help in doing this and verifying it is supported.
Regards,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 02:55 AM
08-05-2003 02:55 AM
Re: magic number 010e
Thanks for the help. I have found the executables and managed to change them.
Regards
David
Regards
David
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