- Aug
- 258
- 4
Hi,
what do I need to get RSHELL working? I'm not shure what
means. My target is a NetApp toaster with a unix-like os.
In XP it worked fine:
In W7 rsh doens't exist anymore but RSHELL doesn't do what I expected:
frank
what do I need to get RSHELL working? I'm not shure what
Note: Windows does not include the rshell service, so you will need to get one from a third-party and install it on the remote system before executing RSHELL
means. My target is a NetApp toaster with a unix-like os.
In XP it worked fine:
Code:
C:\Temp >ver /r
TCC LE 12,10,59 Windows XP [Version 5,1,2600]
TCC LE Build 59 Windows XP Build 2600 Service Pack 3
C:\Temp >which rsh
rsh ist ein externer : C:\WINDOWS\system32\rsh.exe
C:\Temp >rsh ber-nas01 version
NetApp Release 7.3.4P4: Fri Nov 19 14:20:42 PST 2010
C:\Temp >
In W7 rsh doens't exist anymore but RSHELL doesn't do what I expected:
Code:
C:\Temp >ver /r
TCC 13.00.26 Windows 7 [Version 6.1.7601]
TCC Build 26 Windows 7 Build 7601 Service Pack 1
Registered to ****************
C:\Temp >which rsh
rsh is an unknown command
C:\Temp >which rshell
rshell is an internal command
C:\Temp >rshell ber-nas01 version
TCC: (Sys) Der Zugriff auf einen Socket war aufgrund der Zugriffsrechte des Sockets unzulässig.
"version"
C:\Temp >
frank