Operating System - HP-UX
1753767 Members
5541 Online
108799 Solutions
New Discussion юеВ

Re: how to send pop messages to windows xp desktop from hp-ux server

 
satheeshnp
Advisor

how to send pop messages to windows xp desktop from hp-ux server

I have wrote a scripts to check daily status of our servers.But i want the output to my desktop.Already ports are open between desktop and server.The output should come to the desktop automatically.

Kindly please help
7 REPLIES 7
Steven Schweda
Honored Contributor

Re: how to send pop messages to windows xp desktop from hp-ux server

> [...] hp-ux server [...]

uname -a

If you want something to pop up on your
Windows XP display, then you should probably
be asking about how to do that in a Microsoft
forum. When you determine how to run
something on your Windows system which will
display what you want displayed, then you can
start to worry about how to run that program
from some remote HP-UX system. Again, you
may need to worry about the software on your
Windows system, because the usual UNIX-like
remote shell services (rsh/remsh, ssh, and so
on) may not be available on your Windows
system, and those are what I might want to
use to run some message-display program on
some remote system.

Have you considered doing something simple,
like, say, sending an e-mail message?
satheeshnp
Advisor

Re: how to send pop messages to windows xp desktop from hp-ux server

Is there any service to send messages to client systems with xp from hp-ux server
Andrew Rutter
Honored Contributor

Re: how to send pop messages to windows xp desktop from hp-ux server

hi,

as Steven said, email is probably going to be the best thing for this, but there is the write command in unix? you could possibly play with this but you would need to be logged into the unix box with some sort of terminal emulator or telnet or it will fail.

http://docs.hp.com/en/B9106-90007/write.1.html

In XP you have net send app but lots of organizations block it from been used.

http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/net_send.mspx?mfr=true

or you could possibly look at samba, within this you can send popups to windows clients from the smb clients?

also see this thread

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1321666

Andy
rariasn
Honored Contributor

Re: how to send pop messages to windows xp desktop from hp-ux server

Hi:

HP-UX X Window Software include
"vuedialog" utility.

# /usr/vue/bin/vuedialog

http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=94374


rgs,


satheeshnp
Advisor

Re: how to send pop messages to windows xp desktop from hp-ux server

can i know how can i get those bundles of vuedialog. I am using 11.23 version no man page for vue dialog....Kindly help in this
Dennis Handly
Acclaimed Contributor

Re: how to send pop messages to windows xp desktop from hp-ux server

>I am using 11.23 version no man page for vuedialog.

VUE was replaced by CDE years ago, possibly before 11.00.
Patrick Wallek
Honored Contributor

Re: how to send pop messages to windows xp desktop from hp-ux server

>>VUE was replaced by CDE years ago, possibly before 11.00.

I believe CDE became the default at 10.20. I think VUE was still available though.