- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Message : "no access to tty; thus no job control i...
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
Discussions
Discussions
Discussions
Forums
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
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
тАО04-16-2004 02:47 AM
тАО04-16-2004 02:47 AM
Message : "no access to tty; thus no job control in this shell"
I need to run some commands on a server call sapbmGB from a server called sapbm5, I used the command file
remsh sapbmGB -n "su - oraqs1"
and I've the error message
"no access to tty; thus no job control in this shell"
Before I had also the message "stty : Unknown error", I've comment the line stty erase in /.profile ans /etc/profile.
I need to use this remsh command for the backup but it fails.
The command "remsh sapbmGB" is OK.
Thanks for your help,
Patricia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 02:58 AM
тАО04-16-2004 02:58 AM
Re: Message : "no access to tty; thus no job control in this shell"
remsh host -l "user_name"
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 03:01 AM
тАО04-16-2004 03:01 AM
Re: Message : "no access to tty; thus no job control in this shell"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 03:02 AM
тАО04-16-2004 03:02 AM
Re: Message : "no access to tty; thus no job control in this shell"
remsh sapbmGB -n "/home/tools/sauvegarde/backup_db_qs1 $journee"
As it failed I try to understand and in the script backup_db_qs1 I do "su - oraqs1"
that's why I tried tu execute
remsh sapbmGB -n "su - oraqs1"
Patricia.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 03:12 AM
тАО04-16-2004 03:12 AM
Re: Message : "no access to tty; thus no job control in this shell"
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 03:16 AM
тАО04-16-2004 03:16 AM
Re: Message : "no access to tty; thus no job control in this shell"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 03:37 AM
тАО04-16-2004 03:37 AM
Re: Message : "no access to tty; thus no job control in this shell"
do
remsh sapbmGB -n ".profile_of_that_user;/home/tools/sauvegarde/backup_db_qs1 $journee"
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-16-2004 04:12 AM
тАО04-16-2004 04:12 AM
Re: Message : "no access to tty; thus no job control in this shell"
Check this possibility.
Bruno