- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: cannot execute the C program after restore
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
07-16-2002 01:47 AM
07-16-2002 01:47 AM
here's my problem:
we do SAN tests in our env. for all the machines, but i am having trouble in one of my UX boxes. we are provided an HP-UX box by HP to do our tests. I restored one of my machine's data to that newly assigned box. what i am having trouble is to ecexute the C program, which is executing normally in it's original env.
here's the message:
uatoper@santest /uatoper/uat/outbound > turbo_oracledaemon
sh: turbo_oracledaemon: cannot execute
uatoper@santest /uatoper/uat/outbound > ls -ld turbo_oracledaemon
the file has full permissions for everyone...
what can be the problem?maybe patch level differences?
thx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 02:06 AM
07-16-2002 02:06 AM
Re: cannot execute the C program after restore
Does the directory have the correct permissions?
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 02:21 AM
07-16-2002 02:21 AM
Re: cannot execute the C program after restore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 02:36 AM
07-16-2002 02:36 AM
Re: cannot execute the C program after restore
If your C program was compiled on the original box , and had a different processor than the new one, you will encounter problems.
Also if you have the C source code , try re-compiling the code on the new HP box .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 02:43 AM
07-16-2002 02:43 AM
Re: cannot execute the C program after restore
1.1d PA7200
is the new one, and
2.0 PA8200
is the original one...
:(((
thx...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 02:46 AM
07-16-2002 02:46 AM
Re: cannot execute the C program after restore
the original one is:
root@hzntst / > what /opt/ansic/bin/cc
/opt/ansic/bin/cc:
LINT A.11.01.00 CXREF A.11.01.00
HP92453-01 A.11.01.00 HP C Compiler
$ PATCH/11.00:PHCO_95167 Oct 1 1998 13:46:32 $
unfortunately, i don't have it now...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 03:36 AM
07-16-2002 03:36 AM
SolutionThis member has assigned points to 1 of 34 responses to his/her questions.
http://forums.itrc.hp.com/cm/TopSolutions/1,,BR646277!1!questions,00.html
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2002 06:28 AM
07-16-2002 06:28 AM
Re: cannot execute the C program after restore
ll turbo_oracledaemon
file turbo_oracledaemon
(Note "file" is the literal name of the command, see the file(1) manual page ("man file") for details.)
uname -a
model
Please also note Harry's question (and implicit request).