- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Execute Permission Denied
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
01-16-2004 09:12 AM
01-16-2004 09:12 AM
I took an Ignite tape backup of vg00 and replicated vg00 onto an A-180c machine, called '2'. I then copied over the 'good' program from machine 1 to machine 2. I have set all relevant permissions that I can find so far to 777 just in case.
It runs on machine 1 but does not run on machine 2.
If I do a 'file good' I get: PA-RISC2.0 shared executable dynamically linked -not stripped on both machine 1 and machine 2.
If I do a 'file /stand/vmunix' I get: PA-RISC1.1 executable -not stripped on both machine1 and machine2.
How can 'good' possibly run on machine 1 but not run on machine 2?
Thanks,
-Ron
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 09:18 AM
01-16-2004 09:18 AM
Re: Execute Permission Denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 09:18 AM
01-16-2004 09:18 AM
SolutionOne other trap you can fall into is compiling/linking 64-bit code on thge D390 which will not have a prayer of running on the 32-bit only A-180c.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 09:20 AM
01-16-2004 09:20 AM
Re: Execute Permission Denied
what os are you running on both machines?
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 09:21 AM
01-16-2004 09:21 AM
Re: Execute Permission Denied
What did you get when you run
get_conf KERNEL_BITS
getconf HW_CPU_SUPP_BITS
Just wanted to make sure we didn't overlook anything. 1 and 2 should give you an answer.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 09:22 AM
01-16-2004 09:22 AM
Re: Execute Permission Denied
Your A180C is almost surely a PA7?00 PA-RISC 1.1 machine.
You can't really go by the 'file /stand/vmunix' as my D390 shows the same thing. This is probably due to having the 32-bit version of HP-UX 11.X installed rather than the 64-bit version.
Basically, if you want your executable to run on the A180C you are going to have to recompile it as a PA-RISC 1.1 executable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 09:28 AM
01-16-2004 09:28 AM
Re: Execute Permission Denied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2004 09:41 AM
01-16-2004 09:41 AM
Re: Execute Permission Denied
But I have no doubt that the problem is something like what we have discussed.