Sponsored Content
Full Discussion: Usrun
Top Forums Shell Programming and Scripting Usrun Post 302906438 by pallvi_mahajan on Thursday 19th of June 2014 03:19:23 PM
Old 06-19-2014
Usrun

Hi Friends,

can any one help me on making my one script.

We are logging into AIX server through NPUM gateway
and i am using this command in npum gateway
Code:
usrun -h $servername root

I am making script and want to store in NPUM server and in that script i am using this command

Code:
usrun -h $servername 'ls-ltr;exit'

But am getting error

Code:
/usr/bin/usrun(39) permission denied

Can anyone help me how i can run above command and also one more thing , how i can call remote server script with usrun command from NPUM
 

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

usrun command

Hi, I need to run usrun command and direct console output into a text file. eg: usrun -h <hostname> nobody The above example retunns "/bin/usrun: Permission denied" on the screen. I want this string to be directed into a text file. Please help me to achieve this. Any help in this regard... (2 Replies)
Discussion started by: MandyR
2 Replies

2. UNIX for Advanced & Expert Users

usrun command

Hi, I need to run usrun command and direct console output into a text file. eg: usrun -h <hostname> nobody The above example retunns /bin/usrun: Permission denied on the screen. I want this string to be directed into a text file. Please help me to achieve this. Any help in this... (4 Replies)
Discussion started by: MandyR
4 Replies

3. UNIX for Advanced & Expert Users

usrun command

Hi, I need to run usrun command and direct console output into a text file. eg: usrun -h <hostname> nobody The above example retunns "/bin/usrun: Permission denied" on the screen. I want this string to be directed into a text file. Please help me to achieve this. Any help in this... (2 Replies)
Discussion started by: MandyR
2 Replies

4. Shell Programming and Scripting

How to use usrun command in shell script?

Hi All, I am a newbie to shell scripting. I need to make a simple script -which logs on to a server with usrun command -Check some file listing at that location and come back where I was before. usrun -h gbrpcr00076n06 utlanps cd /home/apps/Mydir/ lst exit But after I run the... (6 Replies)
Discussion started by: CoolMohsin
6 Replies

5. UNIX for Dummies Questions & Answers

Usrun command

What is the use of this command and do this command require passed ? ---------- Post updated at 05:28 PM ---------- Previous update was at 05:27 PM ---------- Password (2 Replies)
Discussion started by: sukesh31
2 Replies
ECACCESS-ASSOCIATION-LIST(1p)				User Contributed Perl Documentation			     ECACCESS-ASSOCIATION-LIST(1p)

NAME
ecaccess-association-list - List your ECtrans Associations SYNOPSIS
ecaccess-association-list -version|-help|-manual ecaccess-association-list [-debug] [-gateway name] [association-name] DESCRIPTION
List all your ECtrans Associations. When an association-name is specified then the details for this Association is displayed. ARGUMENTS
association-name (optional) The name of the Association to retrieve the details. OPTIONS
-gateway name This is the name of the ECaccess Gateway where the Associations are installed. It is by default the Gateway you are connected to. In order to get the name of your current Gateway you can use the ecaccess-gateway-name command. When using the commands at ECMWF the default Gateway is always "ecaccess.ecmwf.int". -version Display version number and exits. -help Print a brief help message and exits. -manual Prints the manual page and exits. -debug Display the SOAP messages exchanged. EXAMPLES
ecaccess-association-list List all your Associations on your default Gateway. ecaccess-association-list -gateway ecaccess.ecmwf.int ginko List the details of the Association ginko on the ecaccess.ecmwf.int Gateway. SEE ALSO
ecaccess-association-delete, ecaccess-association-get, ecaccess-association-protocol, ecaccess-association-put and ecaccess. perl v5.14.2 2012-04-16 ECACCESS-ASSOCIATION-LIST(1p)
All times are GMT -4. The time now is 04:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy