- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Sending warning message to all users logged on.
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
02-19-2006 11:14 AM
02-19-2006 11:14 AM
machine - rp2470
Hi,
Would like to send a message to all users currently logged onto the system. believe wall command is the way to go. Have tried this and no luck. i have checked that the terminal is set to mesg = y, in testing. but no luck. the write command does work. So what do I need for wall to work?
thanks heaps
Maria
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 11:52 AM
02-19-2006 11:52 AM
Re: Sending warning message to all users logged on.
Make sure that you have applied patch PHCO_28719. It's fairly old, but may address your problem.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 01:41 PM
02-19-2006 01:41 PM
Re: Sending warning message to all users logged on.
If wall is failing, there should be a message in /var/adm/syslog.log.
Whether the user gets these kinds of messages depends on what protocol they are using to log in and perhaps their environment.
wall should work just fine with telnet, probably ssh, won't do anything for an oracle session.
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
02-19-2006 03:33 PM
02-19-2006 03:33 PM
Re: Sending warning message to all users logged on.
I have checked patch PHCO_28719 - yes we have it loaded and applied.
I am unable to find anything in the syslog either.
any further ideas?
thanks Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 05:00 PM
02-19-2006 05:00 PM
Re: Sending warning message to all users logged on.
One possibility is that you are not using the right wall command .
There could be anothe wall in the root's path.
To verify run the following.
#which wall
Should ouput:
/usr/sbin/wall
Also are you getting any error running wall?
Louis
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 08:34 AM
02-20-2006 08:34 AM
Re: Sending warning message to all users logged on.
regards Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 08:37 AM
02-20-2006 08:37 AM
Re: Sending warning message to all users logged on.
I believe that it is waiting for you to finish typing in your message and end it with a ctrl-d.
Try that and let us know.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 08:56 AM
02-20-2006 08:56 AM
SolutionCan you please type-in the exact command you issued? Was the command waiting in the prompt or just a new line? If it was a new line, then you will have to end the message with CTRL-D.
You can also type the broadcast message in a file and do "wall filename".
Rgds
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 09:35 AM
02-20-2006 09:35 AM
Re: Sending warning message to all users logged on.
thanks heaps
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 02:55 PM
02-20-2006 02:55 PM
Re: Sending warning message to all users logged on.
echo 'donuts in the charge office'|wall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 03:02 PM
02-20-2006 03:02 PM
Re: Sending warning message to all users logged on.
Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 12:27 AM
02-21-2006 12:27 AM
Re: Sending warning message to all users logged on.
Run "stty -a" and verify that "eof" is set to "^D". If not, then there is your problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2006 10:37 PM
02-21-2006 10:37 PM
Re: Sending warning message to all users logged on.
Maria