Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Why i cannot execute remotely soffice with this new user ? Post 302593282 by Robert2011 on Thursday 26th of January 2012 11:38:27 AM
Old 01-26-2012
Why i cannot execute remotely soffice with this new user ?

Hi,
I would like to remotely execute soffice with different users on a remote machine.
Basically I am connected to the machineA as user John. I would like to execute several soffice to the remote machineB.

The remote machine B has different users R,S on the same group.
I can launch remotely soffice with user R with no problem with the following command:

Code:
remsh machineA -l R -n "nohup soffice -display localhost:1.0 \
-accept='socket,host=127.0.0.1,port=2081;urp;OpenOffice.ServiceManager' \
-norestore  -headless -nofirststartwizard 1>&- 2>& - &"

The admin added a new user recently “usertest”. But I cannot launch soffice with the user “usertest”.
In “.rhosts” I added the line “machineA usertest”.
But when I launch the following command :

Code:
remsh machineA -l usertest -n "nohup soffice -display localhost:1.0 \
-accept='socket,host=127.0.0.1,port=2081;urp;OpenOffice.ServiceManager' \
-norestore  -headless -nofirststartwizard 1>&- 2>& - &"

I got the following error :
Quote:
Permission denied.
I don’t have control on the creation/deletion of users in machineA. What should I ask to the admin of machineA in order to fix this problem ?

Thanks

Last edited by vbe; 01-26-2012 at 12:48 PM..
 

10 More Discussions You Might Find Interesting

1. AIX

How to remotely execute a script on a VMS system ?

How to remotely execute a script on a VMS system ? rsh ? Thanks in advance (0 Replies)
Discussion started by: ivancleber
0 Replies

2. UNIX for Advanced & Expert Users

How to remotely execute a script (.COM ) on a VMS system ?

How to remotely execute a script (.COM ) on a VMS system ? rsh ? Thanks in advance (1 Reply)
Discussion started by: ivancleber
1 Replies

3. Shell Programming and Scripting

How to remotely execute a script (.COM ) on a VMS system ?

How to remotely execute a script (.COM ) on a VMS system ? rsh ? Thanks in advance (1 Reply)
Discussion started by: ivancleber
1 Replies

4. Linux

execute a program remotely using putty

hi all. I have a small program on a debian server which i need to execute remotely from a windows machine using putty. when i use putty to execute the program it starts running , but when i close the session the program stops running on the debian server as well. Can anyone guide me how... (4 Replies)
Discussion started by: coolatt
4 Replies

5. Shell Programming and Scripting

Remotely Execute a script

Hi, What is the best way to remotely execute a script? Scenario: 1 Unix box creates a file and moves it to a 2nd unix box 2nd unix box must then move the file to a windows server How can i execute the ftp script on the 2nd server, I need to schedule the command to automate it!? I... (3 Replies)
Discussion started by: mcclunyboy
3 Replies

6. Shell Programming and Scripting

ssh execute command remotely

Hi all, Today I want to write a script to run the commands remotely. If I run the command as follows: ssh <user>@<ip> 'ls; pwd' it works fine. But when I want to use ssh to set view in clearcase, it will lose the response. as follows ssh <user>@<ip> 'cleartool setview <view_name>; pwd'... (1 Reply)
Discussion started by: Damon_Qu
1 Replies

7. Solaris

how to execute shell script present in unix machine remotely from windows

how to execute shell script present in unix machine remotely from windows? I having a shell script in my unix machine, need to execute the script remotely from my windows machine using Visual Basic or VBA macros. Thanks In Advance. --Suresh (1 Reply)
Discussion started by: sureshmani
1 Replies

8. Shell Programming and Scripting

Need help to execute the shell remotely

Hi All, I have a typical problem where I have HP unix and want to connect to Solaris 5.10 box and run a shell. I tried with multiple forums but it does not help. As per my analysis, there is no ssh in my machine and so i cant connect to solaris box,secondly ftp to the solaris server is not... (2 Replies)
Discussion started by: cskumar
2 Replies

9. Shell Programming and Scripting

[perl] execute remotely script

Hello Can some help with write part of perl script I need something like this in perl SSH="/bin/ssh -o BatchMode=yes -o" USER="test" SRV="server" SCRIPT_TO_EXEC="/tmp/test.sh" -> shell script OUT=/tmp/out.file ${SSH} -l ${USER} ${SRV} 'sudo /usr/bin/ksh -s' < ${SCRIPT_TO_EXEC} >> ${OUT}... (1 Reply)
Discussion started by: vikus
1 Replies

10. Shell Programming and Scripting

How to execute command remotely as sudo and save the output locally?

Hello , I am trying to run a NetBackup command in remote server. Also this command can only be run by root so I am using sudo . Also I want the output of the command locally in a file. The below command asked for password , ran successfully and showed Output on my local server screen ... (2 Replies)
Discussion started by: rahul2662
2 Replies
on(1)							      General Commands Manual							     on(1)

NAME
on - execute command on remote host with environment similar to local SYNOPSIS
| host [command [argument] ... ] DESCRIPTION
executes a command on a remote host, using an environment similar to that of the invoking user where: host specifies the name of the host on which to execute the command. command specifies the command to execute on host If command is not specified, starts a shell on host. argument ... is a list of arguments for command. The user's environment variables are copied to the remote host, and the file system containing the user's current working directory is NFS mounted on the remote host (see nfs(7)). The command is executed on the remote host in the user's current working directory. Commands using relative path names that reference file system objects within the user's current working file system have the same behavior as running the command on the client. The behavior of commands using relative path names that cross the file system boundary or commands using absolute path names depends on the organization of the remote host's file system. Implicit and explicit use of environment variables may also cause a command's behavior to be dependent on the organization of the remote host's file system. For example, the environment variable usually contains absolute path names. Standard input, output and error of the remote command are connected to the appropriate file descriptors on the client. The remote execution daemon does not allow to execute a remote command. The signals and are propagated to the remote command. and are ignored by the remote command. All other signals are delivered to the com- mand. In order to execute a remote command, the remote host must be configured to execute (see rexd(1M)). Options recognizes the following options: Interactive mode. This option is required for commands that must communicate with a terminal such as or Terminal mode changes are propagated to the server. The standard input for an interactive command must be a tty device. The and options are mutually exclusive. Debug mode. Print diagnostic messages during startup of the command. These messages are useful for detecting configuration problems if the command to a specific host is failing. No input mode. This option causes the remote command to get end-of-file (EOF) when it reads from standard input, instead of connecting the standard input of the command to the standard input of the remote command. The option is required when running commands in the background. The and options are mutually exclusive. DIAGNOSTICS
The host name host was not found in the hosts database. The host host is down, unreachable on the network, or not running A problem occurred trying to find the user's current working directory (current_dir). A problem occurred trying to determine the mount point of the user's current working directory (current_dir). The standard input (stdin) of the command with the option is not a tty device. Errors that occur on the server server are propagated back to the client. These messages are documented in the DIAGNOSTICS section of rexd(1M). AUTHOR
was developed by Sun Microsystems, Inc. SEE ALSO
exports(4), rexd(1M). on(1)
All times are GMT -4. The time now is 01:34 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy