Operating System - HP-UX
1834927 Members
2597 Online
110071 Solutions
New Discussion

Re: Remote Schell on NT from Unix

 

Remote Schell on NT from Unix

Hi,

How can i connect in remote mode to NT machine from a Unix machine and launch a script in the Nt machine??

Regards

Abdel
3 REPLIES 3
U.SivaKumar_2
Honored Contributor

Re: Remote Schell on NT from Unix

hi,
Microsoft do not provide an EXEC daemon for NT however there are 3rd party solutions sush as
http://www.denicomp.com/rexecnt.htm - Winsock REXECD/NT
http://www.ataman.com/products.html#ATRLS - Ataman TCP Remote Logon Services

regards,
U.SivaKumar
Innovations are made when conventions are broken
Mateja Bezjak
Respected Contributor

Re: Remote Schell on NT from Unix

U.SivaKumar_2
Honored Contributor

Re: Remote Schell on NT from Unix

hi,
Remote administration through a Telnet client and server lets you remotely log on to and execute commands on operating systems based on Windows 2000 or UNIX.
Microsoft?? Telnet Service logs remote clients onto a server as though they were connected to the server directly through a local terminal. Telnet Service works like a basic TCP/IP Telnet Server.
A computer running the Telnet Server tool under Windows 2000 Server can support connections from various TCP/IP Telnet clients, including UNIX-based and Windows-based computers.
Log on to a computer running Windows and the start the Telnet client.
Connect to a computer running Windows 2000 Server and the Telnet Server tool.
Run command-line scripts to add users, services, and so on.
note: disable NTKLM authentication through control panel ( terminal services icon) as i have faced problem logging from unix.
There are some command restrictions in this
service.

regards,
U.SivaKumar


Innovations are made when conventions are broken