Operating System - HP-UX
1842349 Members
3167 Online
110188 Solutions
New Discussion

Re: Redirecting a message from a server to a console of other server

 
SOLVED
Go to solution
Manuales
Super Advisor

Redirecting a message from a server to a console of other server

Hi ... how are you??

This is the doubt in question:
i have a server named "a" and other server named "b".
server "a" has a phisical console but server "b" is not.
i need to verify in server "b" where there are problems thorough alerts already programated.
I would like to see these the alerts server "b" in console server "a" (which has console).

how can i do it?
could i use rdist and redirect the output to server "b" path /dev/console?
or
do you have another ideas?

Thanks !!!!!
1 REPLY 1
James R. Ferguson
Acclaimed Contributor
Solution

Re: Redirecting a message from a server to a console of other server

Hi Manuales!

One way meant to do this is with the 'syslogd' daemon. Have a look at the manpages.

Note carefully, it's a common mistake in configuration, that the 'action' field is separated from the 'selector' by one or more *tabs*.

http://www.docs.hp.com/en/B2355-60127/syslogd.1M.html

Regards!

...JRF...