Computing.Net > Forums > OpenVMS > Net Send from VMS

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

Reply to Message Icon

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




Sponsored Link
Ads by Google

Response Number 1
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.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to OpenVMS Forum Home


Sponsored links

Ads by Google


Results for: Net Send from VMS

sftp from vms to linux www.computing.net/answers/openvms/sftp-from-vms-to-linux/493.html

Auto login from vms/ucx to linux box www.computing.net/answers/openvms/auto-login-from-vmsucx-to-linux-box/86.html

Printing from VMS to PC www.computing.net/answers/openvms/printing-from-vms-to-pc/423.html