- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Send windows popup message
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:14 AM
09-18-2006 03:14 AM
Send windows popup message
I'm looking for a way in which to send a windows popup message to specific users from my UX11.11 server.
I tried the write msg in UNIX but it freeze the terminal emulator. I think a popup will be an alternative unless somebody knows of another way to this.
I get the user info from the logged on sessions in the Oracle DB. If there is a way to evoke the NET SEND command on the users PC from UX it will be great.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:15 AM
09-18-2006 03:15 AM
Re: Send windows popup message
not a popup method, but how about wall ?
"man wall" on hpux for usage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:30 AM
09-18-2006 03:30 AM
Re: Send windows popup message
Unless the PC you want to send this pop-up to, is running an X-emulator, you can not do what you are trying to do.
If your users are connected using something like reflection-x and using an xdmcp session, then you can push a custom dtterm with your message on it, and close it after a certain time passes.
But I do not think that you can push a native microsoft windows popup dialog using standart hpux utilities.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:41 AM
09-18-2006 03:41 AM
Re: Send windows popup message
echo "Message text" | smbclient -M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:42 AM
09-18-2006 03:42 AM
Re: Send windows popup message
I'm not aware of a way to send a popup. But like Pete said there i sthe "wall" command.
Sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 03:42 AM
09-18-2006 03:42 AM
Re: Send windows popup message
I'm not aware of a way to send a popup. But like Pete said there is the "wall" command.
Sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 09:26 PM
09-18-2006 09:26 PM
Re: Send windows popup message
- I can not use WALL (write to all) because it will notify all 900+ users on the server. Beside wall also interrupts and freeze the emulator same as WRITE.
- The telnet emulator we use is a product called RAMBA because it caters for the key mapping to Oracle forms.
- There is no SAMBA installed on the server.
- There are 42 DB's on the server and I want to send the msg to the users signed onto a specific DB only asking them to logoff before the day-end starts. Day-end for each DB will start at different times.
- I noticed that I can push a file over to windows with tftp but I canâ t execute it. Normal FTP is blocked.
- SAMBA looks like it might work. Is SAMBA a licensed product?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2006 10:13 PM
09-18-2006 10:13 PM