Ah, I am enlightened.
Jordan
-----Original Message----- From: owner-toasters@mathworks.com [mailto:owner-toasters@mathworks.com]On Behalf Of Berry, Grant Sent: Thursday, October 18, 2001 4:30 AM To: Grey, Michael Cc: 'toasters@mathworks.com' Subject: RE: quotas file
Hi Michael. Sounds like you have quotas set up well. RSH from an NT client is pretty easy to set up and then make a batch file for. This is what I do...
1) Just type in "rsh filername command" eg: rsh toronto1 df from a dos prompt of the machine that you wish to schedule this from. At the filer console you'll get an rsh error similar to:
toronto1> Thu Oct 18 07:34:26 EDT [rshd_0]: Permission denied to rsh request fro m gberry at 99.118.225.53
2) Using that info for an example go and edit your <filerroot>/etc/host.equiv file with wordpad and add a line that contains "99.118.225.53 gberry" and make sure you hit <enter> at the end of the line, save the file.
Then try "rsh toronto1 df" again to test and it should work just fine.
A .bat file to do this would simply contain the command(s) you wish to execute. You can also use the "-l <username>" option on the rsh command if that's handy. Just type rsh at a dos prompt and it'll give you the syntax.
I hope this helps.
Regards,
Grant