- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: getting "execute permission denied" running re...
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
09-17-2004 12:16 AM
09-17-2004 12:16 AM
getting "execute permission denied" running remote tape backups
/usr/bin/sh: /etc/rmt: Execute permission denied.
on the target machine.
Any help would be greatly appreciated!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 12:20 AM
09-17-2004 12:20 AM
Re: getting "execute permission denied" running remote tape backups
Take note about sudo software at http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.6.7p5/
Rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 12:23 AM
09-17-2004 12:23 AM
Re: getting "execute permission denied" running remote tape backups
# ll rmt
lrwxr-xr-t 1 root sys 13 Oct 8 2003 rmt -> /usr/sbin/rmt
# ll /usr/sbin/rmt
-r-xr-xr-x 1 bin bin 16384 Nov 9 2000 /usr/sbin/rmt
Check file size, owner:group, permissions too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 12:46 AM
09-17-2004 12:46 AM
Re: getting "execute permission denied" running remote tape backups
As for the permissions suggestion, the only difference I had was that I needed to add Write to the Owner (user) permission (chmod u+w). But that didn't help either.
I'm sure it's gotta be something simple (at least I hope it is).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 01:15 AM
09-17-2004 01:15 AM
Re: getting "execute permission denied" running remote tape backups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 01:38 AM
09-17-2004 01:38 AM
Re: getting "execute permission denied" running remote tape backups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 02:45 AM
09-17-2004 02:45 AM
Re: getting "execute permission denied" running remote tape backups
check the exec option is not hashed in /etc/services on remote server.
on your server make a .netrc file in the home directory of the user for not asking the password.
see the netrc manpage for the entries
The following is a valid entry for the host hpxdzg whose guest account
has the password sesame:
machine hpxdzg login guest password sesame
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2004 03:43 PM
09-17-2004 03:43 PM
Re: getting "execute permission denied" running remote tape backups
check the /var/adm/inetd.sec also for that exec is not denied or restricted for some machines.
regds,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 04:36 AM
09-21-2004 04:36 AM
Re: getting "execute permission denied" running remote tape backups
Please excuse my mistaken/nonsense previous answer!
Rgds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2004 05:08 AM
09-21-2004 05:08 AM
Re: getting "execute permission denied" running remote tape backups
Thanks to all that tried to help me out.