02-26-2002
Enabling Rexec ????
Can someone tell me how I would enable Rexec on a UNIX machine? And is the procedure different on the different systems - Solaris, HP-UX -etc.
Thanks~!!
mike
Last edited by raichuu; 02-26-2002 at 05:45 PM..
10 More Discussions You Might Find Interesting
1. UNIX for Dummies Questions & Answers
In http://forums.unix.com/showthread.php?threadid=391
there is one statement called expect.
but when I issue command whereis expect, respond from o/s only EXPECT: (only one world).
I try to find it at /usr/bin, no expect statement there ?
is it default unix o/s command ?
I am using AIX on... (1 Reply)
Discussion started by: yatno
1 Replies
2. Solaris
How is rexec enabled on a Solaris 8?
How can I check if rexec is installed? (1 Reply)
Discussion started by: pmj1970
1 Replies
3. UNIX for Advanced & Expert Users
Hi, all.
Could some one help me please with one problem?
In one process (on aix) I should run some remote scripts on other server via rexec.
Some scripts should be run on server1 under useridA, and some scripts should be run on the same server under useridB.
I specified in .netrc... (10 Replies)
Discussion started by: Anta
10 Replies
4. UNIX for Advanced & Expert Users
Hi UNIX gurus.....
have a doubt..can i run a script in a remote machine by using something like
rexec add.corp.afg.com /aa/ss/remtescript
I dont want to use the rsh command due to some security issues.
thanx,
rahul26 :) (2 Replies)
Discussion started by: rahul26
2 Replies
5. UNIX for Dummies Questions & Answers
Hi folks!
my client uses an winapplication which is launching shell-scripts remotely on a HP-Unix Machine via Rexec.
The application-configuration is launching the script (which is in the home directory of connecting user) like:
rexec host user pass shell.sh
So far so good, everything... (3 Replies)
Discussion started by: JohnMurdoch
3 Replies
6. UNIX for Dummies Questions & Answers
how do i/is there a way to return the exit code from the remote host?
echo $? from the local host only gives 0, if the rexec command itself executes successfully. But what if in the case of the remote command failiing? echo $? on the localhost still gives 0, but I'm interested in the exit code... (4 Replies)
Discussion started by: diego_sapphire
4 Replies
7. AIX
Rexec executes commands one at a time on a remote host. The rexec command provides an automatic login feature by checking for a $HOME/.netrc file. User and password are stored
in $HOME/.netrc.
I would like to log on to another host and execute a script/command but not using $HOME/.netrc file,... (4 Replies)
Discussion started by: ioniCoder
4 Replies
8. UNIX for Advanced & Expert Users
Hi Team,
I am executing some ksh scripts which inturn calls java files in AIX Environment. We have installed java6_64 which is in .profile. But when we execute from rexec its taking path from some different place that does not have java in $PATH variable. Can you please help me find out which... (2 Replies)
Discussion started by: balasubramani04
2 Replies
9. Linux
Hi,
I am trying to enable rexec to automate certain tasks(it has to be rexec, not ssh or any other due to the system environment), so after switching to linux, I followed the certain instructions that were laid out in the web.
My operating system is fedora 17, so I first installed the... (1 Reply)
Discussion started by: wringer
1 Replies
10. Red Hat
Hi all,
I´m replacing an old linux enterprise redhat 4.5 by a new one linux enterprise redhat 6.
In both I use rexec as a communication between the front end and the user.
In the old one, when the user connects, the communication establishes quickly (less than 3 sec). But in the new one, the... (1 Reply)
Discussion started by: mig28mx
1 Replies
LEARN ABOUT HPUX
smfi_setconn
smfi_setconn(3N) smfi_setconn(3N)
NAME
smfi_setconn() - sets the socket for filter to communicate with sendmail
SYNOPSIS
PARAMETERS
oconn Specifies the address of the desired communication socket. The address must be a NULL-terminated string in the following format:
Specifies a named pipe.
Specifies an IPV4 socket, using either a
hostname or an ip-address.
Specifies an IPV6 socket, using either a
hostname or an ip-address..
DESCRIPTION
The routine sets the socket through which the filter must communicate with must be called only once before the function.
Notes
Filters must not be run as root when communicating over UNIX/local domain sockets.
The permissions for UNIX/local sockets must be set to 0600 (read/write permission only for the owner of the socket) or 0660 (read/write
permission for the owner and group of the socket). These permissions are useful when the RunAsUser option is used.
The permissions for a UNIX/local domain socket are determined using the the command, which must be set to 007 or 077.
Some operating systems, such as Solaris, do not use the permissions of the socket. Therefore, place the socket in a protected directory in
such systems.
RETURN VALUE
does not fail due to an invalid address. The failure can only be detected in the routine.
AUTHOR
was developed by the Sendmail Inc.
SEE ASLO
smfi_main(3N), smfi_register(3N), smfi_settimeout(3N), smfi_opensocket(3N), smfi_setbacklog(3N), smfi_setdbg(3N), smfi_stop(3N).
on
smfi_setconn(3N)