Question= How do I get files to be logged into a specifc file on a remote server.
What I have done;
Edited syslog.conf on remote client to send messages to server. This works but I want the files to be logged into a specific file not an existing one.
What is happening is when I reboot the client my /var/adm/messages file on my server is being written to.
I want to create a /var/adm/messages.v240 for example.
My syslog.conf entry on my client is:
*.err;kern.debug;daemon.notice;mail.crit @server
How do I specify a file after @server as I have tried example
@server:/var/adm/messages.v240
This does not work.
I will keep reading man and doing my own searching but figured someone here has the answer.
Thanks
CA
What I have done;
Edited syslog.conf on remote client to send messages to server. This works but I want the files to be logged into a specific file not an existing one.
What is happening is when I reboot the client my /var/adm/messages file on my server is being written to.
I want to create a /var/adm/messages.v240 for example.
My syslog.conf entry on my client is:
*.err;kern.debug;daemon.notice;mail.crit @server
How do I specify a file after @server as I have tried example
@server:/var/adm/messages.v240
This does not work.
I will keep reading man and doing my own searching but figured someone here has the answer.
Thanks
CA