Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Net Send from VMS
Name: Irv Date: September 5, 2002 at 05:46:52 Pacific OS: VMS CPU/Ram: 9994240
Comment:
I would like to do net send from VMS. Does anyone know if/how this can be done? Thanks, Irv
Name: Xavier HECQUET Date: September 5, 2002 at 06:13:52 Pacific
Reply:
Don't know if it is possible directly. In fact, i'm quite sure this is not...
But what i do is a DCL script which takes a NT username and a message, and connect to a NT platform via rsh: rsh machineNT "net send ''userNT' ''Message'" Works fine... And even better, if u're on openVMS > 7.1, you can do: pipe rsh machineNT "net send ''userNT' ''message'" & which behave like the "|" on UNIX, and allow to skip the wait of the completion.
Hope this could help...
0
Response Number 2
Name: Irv Date: September 5, 2002 at 07:45:30 Pacific
Reply:
Thanks, this should be fine for what I want to do, but I haven't gotten it to work. Does the PC have to be identified or configured in some special way? I ask this because I get this when I use the user name on the PC: %RSH-E-IVHOST, Invalid or unknown host When I use the full computer name found under network identification I get this: %RSH-E-SERVNOTAVAIL, Remote service is not currently available
Thanks for your help.
0
Response Number 3
Name: ME Date: September 5, 2002 at 16:38:50 Pacific
Reply:
You can do it with Advanced Server/Pathworks (and probably with Samba).
0
Response Number 4
Name: Xavier HECQUET Date: September 6, 2002 at 01:15:27 Pacific
Reply:
You get this message: %RSH-E-IVHOST When you don't have RSH Daemon running on the specified platform... Becoze this very funny NT OS doesn't offer this service. You have then to install it. Search for RSHD NT on any of your favorite search site (yahoo, google...). I know there is WRSHDNT (made by winsock), which isn't free, but you can find others that are freeware.
Summary: Found the proper command. It seems that when VMS creates the private/public key, the public key is not encrypted the way Linux/Unix encrypts its public key. When you do the following command, the -...
Summary: I am using two boxes. One OpenVMS V7.1, Runing UCX and the other is Linux Mandrake release 7.1b. What I would like to do is set up an ftp that auto logs in from the VMS to the Linux and puts my files ...
Summary: It is possible if TCPIP is used on both PC and VMS server. LPR/LPD has the functionality to print to a remote queue. If you still need help send me a mail. ...