vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I am working on a PERL Script for an AIX box that i will be executing remotely from a Windows machine.Is there any command to remotely connect to the AIX box something similar to Psexec in Windows and rsh in Solaris. Thanks, Vidhya |
| |||
| In article <1137477248.282548.220940@g44g2000cwa.googlegroups .com>, vidhs157@gmail.com wrote: > Hi, > > I am working on a PERL Script for an AIX box that i will be executing > remotely from a Windows machine.Is there any command to remotely > connect to the AIX box something similar to Psexec in Windows and rsh > in Solaris. > > Thanks, > Vidhya The "rsh" and "rexec" are both supplied with the "bos.net.tcp.client". "ssh" is also available in openssh.base.client. Any of these commands may be used for remote execution, assuming that the corresponding daemons are enabled on the target system. Hope this helps. ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups ----= East and West-Coast Server Farms - Total Privacy via Encryption =---- |
| ||||
| On 2006-01-17, Larry Starr <starrl@dragonone.localdomain> wrote: > In article <1137477248.282548.220940@g44g2000cwa.googlegroups .com>, > vidhs157@gmail.com wrote: >> Hi, >> >> I am working on a PERL Script for an AIX box that i will be executing >> remotely from a Windows machine.Is there any command to remotely >> connect to the AIX box something similar to Psexec in Windows and rsh >> in Solaris. >> >> Thanks, >> Vidhya > > The "rsh" and "rexec" are both supplied with the "bos.net.tcp.client". > "ssh" is also available in openssh.base.client. > > Any of these commands may be used for remote execution, assuming that > the corresponding daemons are enabled on the target system. > > Hope this helps. > > ----== Posted via Newsfeeds.Com - Unlimited-Unrestricted-Secure Usenet News==---- > http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups > ----= East and West-Coast Server Farms - Total Privacy via Encryption =---- Install cygwin on the windows box. Cygwin has sshd, rshd, etc. Mike |