- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
06-22-2006 11:37 PM
06-22-2006 11:37 PM
I'm trying to execute brconnect file with sapsid or root users on HP-UX B:11.11 but I can't:
# brconnect
sh: brconnect: Execute permission denied.
# ll -d brconnect
-rwsrwxr-x 1 oraspm sapsys 4096624 Aug 23 2005 brconnect
# file brconnect
brconnect: ELF-64 executable object file
#
Do you have any idea what's happening? I thougth root user was able to execute any file!
Thanks in advance for your help.
Regards,
Carles
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 11:39 PM
06-22-2006 11:39 PM
SolutionYes, I know.
ELF-64 executable object file
That file format is not executable on HP-UX 11.11, which is a PA-RISC only release.
Wherever you got brconnect, you need a PA-RISC 2.0 or 1.1 version to run it on HP-UX 11.11
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
06-22-2006 11:40 PM
06-22-2006 11:40 PM
Re: Execute permission denied.
./brconnect
regards,
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 11:40 PM
06-22-2006 11:40 PM
Re: Execute permission denied.
You're correct that root should be able to execute everything:
Test the following:
# which brconnect
and
# ./brconnect
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 11:46 PM
06-22-2006 11:46 PM
Re: Execute permission denied.
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 11:50 PM
06-22-2006 11:50 PM
Re: Execute permission denied.
http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=947688
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2006 11:55 PM
06-22-2006 11:55 PM
Re: Execute permission denied.
It will not run. You are trying to run a 64 bit object in a 32 bit HP-UXhardware.
Try the following,
# getconf KERNEL_BITS
# getconf HW_CPU_SUPP_BITS
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 12:02 AM
06-23-2006 12:02 AM
Re: Execute permission denied.
CPU version is CPU Version: PA 8600 CPU Module 3.1, so it's PA-RISC 2.0 and it should be able to execute it.
About ./brconnect, remove S permission and other "standard" solutions, they don't allow execute file.
Thanks and regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 12:03 AM
06-23-2006 12:03 AM
Re: Execute permission denied.
Here you're output:
# getconf KERNEL_BITS
64
# getconf HW_CPU_SUPP_BITS
64
#
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 12:05 AM
06-23-2006 12:05 AM
Re: Execute permission denied.
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 12:12 AM
06-23-2006 12:12 AM
Re: Execute permission denied.
Where jRLA file should be?
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 12:25 AM
06-23-2006 12:25 AM
Re: Execute permission denied.
If so please post the line that you used to compile the program.
Jaime.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 12:31 AM
06-23-2006 12:31 AM
Re: Execute permission denied.
Have you tried the 64-bit version for brconnect.
http://www.jbase.co.za/knowledgebase/manuals/3.0/30manpages/man/sup22_JRLA.htm
jRLA is an acronym for jBASE Record Lock Arbiter. The lock arbiter is responsible for resolving all record locking conflicts for jBASE processes. It runs in the background on your system and is commonly referred to as the lock daemon.
If jRLA is not loaded, jBASE will use the normal UNIX system locks. This is acceptable for small user populations, but the UNIX locking mechanism has limits on the number of locks available, and on performance.
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 12:31 AM
06-23-2006 12:31 AM
Re: Execute permission denied.
I don't compile code by myself.
I clone system1 completelly to system2 using ignite backup and data protector for all filesystems not mounted in vg00 and this command doesn't work in system2.
System1 and system2 are on same server model, so they shouldn't be HW incompatibilities.
Thanks in advance for your help.
Regards,
Carles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2006 12:38 AM
06-23-2006 12:38 AM
Re: Execute permission denied.
I don't understand how Ignite cloning could be responsible for this.
If the brconnect worked on the template system, it should work on the copied system. You can't clone PA-RISC to IA64 or vice versa.
So I must conclude brconnect was not cloned or does not work on the original template system.
Its really a simple issue. Programs compiled for ELF-64 as in 64 bit Intel Systems will not, ever run on a PA-RISC system, no matter what you try. If you want brconnect to work, get a PA-RISC version.
Good Luck,
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
06-23-2006 01:16 AM
06-23-2006 01:16 AM
Re: Execute permission denied.
I spoke with SAP engineer who needs brconnect file and he downloaded it from SAP site.
I checked version with him and he really download file for PA-RISC 64 bits.
About ignite, I just told to you for your information. I don't believe it's main cause but it confirm this file could work on this kind of systems.
Thanks for your help.
Regards,
Carles