- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Want to send a 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
07-26-2007 03:10 AM
07-26-2007 03:10 AM
Want to send a message
We are having 25 HP-UX11i (C8000)workstations in NIS domain. I want to send a message from any workstations to
all workstations including NIS server. Is it needed any configuration in NIS server. I have used smbclient commant.
#cat mymsg.txt | smbclient -M hecw
error connecting to 100.1.1.153 (invalid argument)
connection to 100.1.1.153 failed
Is it needed any winpopup protocol.
Plz tell me
Thnx,
Rahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2007 04:30 AM
07-26-2007 04:30 AM
Re: Want to send a message
There is no messaging system built into the OS that will fulfill this "winpopup" protocol, which is in fact not a protocol.
All is not lost, you could implement gaim, instant messaging on all these workstations and send out messages to active users in this method.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2007 04:49 AM
07-26-2007 04:49 AM
Re: Want to send a message
check if rwall(1m)/rwalld(1m) match your demands.
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2007 05:52 AM
07-26-2007 05:52 AM
Re: Want to send a message
with the smbclient you can only send messages to Microsoft windows clients. Not to unix clients.
If you are allowed to open a window on the users workstations you can use a tool like xnotify (http://hpux.cs.utah.edu) for it.
If not you have to implement a own client/server solution for it. This sounds difficultier than it is. If it does not have to be fancy a small script called from the inetd as client and a script which calls telnet or better netcat(http://hpux.cs.utah.edu) in a loop as server will do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 02:39 AM
07-27-2007 02:39 AM
Re: Want to send a message
#cat mymsg.txt | smbclient -M sevenhil
message start: ERRSRV - ERRmsgoff (not receiving message)
sevenhil (100.1.1.25) is the NIS serevr.
hecw (100.1.1.50) is one of the workstations.
All are of HP-UX11i.
Can i send a msg to windows workstations by smbclient. Is it needed any configuration any side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 03:10 AM
07-27-2007 03:10 AM