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
12-20-2002 04:26 AM
12-20-2002 04:26 AM
Remsh
I have a problem whit remsh.
I need to remote execute a script on a node in the cluster. I use this syntax in the script.
su tms -c 'remsh
/oracle/standby/s_appl /*remote script*/
_EOF_'
I don get any erros from the output.
And i did execute the script whit -x option to sh. No errors. I hope someone
can give me some tip.
Thanks //Stefan S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 05:15 AM
12-20-2002 05:15 AM
Re: Remsh
only 2 thoughts:
Maybe is 'su - tms' better?
Does rcp works?
Regards
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 05:18 AM
12-20-2002 05:18 AM
Re: Remsh
same result.
Yes rcp is working.
//S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 05:26 AM
12-20-2002 05:26 AM
Re: Remsh
su with space between - and tms?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 05:27 AM
12-20-2002 05:27 AM
Re: Remsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 05:43 AM
12-20-2002 05:43 AM
Re: Remsh
ex :
su tms -c 'remsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 06:11 AM
12-20-2002 06:11 AM
Re: Remsh
Could you try running some simple script that echos something to the screen just to see if your able to run something remotely? I have run a script here with your exact syntax with no prolems. Maybe something is getting messed up in the script itself.
Theresa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2002 07:29 AM
12-20-2002 07:29 AM
Re: Remsh
Hi Tehresa. Hmmm well i gone do that.
and replace some commands whit
echo insted.
//S