ONTAP Discussions
ONTAP Discussions
Hi
Have a FAS2620 running ONTAP 9.3. We need to send the Event logs to a location using a non-standard port, 5514 vice 514. Can that be done? The command syntax does not look like it does.
Thanks.
Solved! See The Solution
I'm not sure what version of OnTap you are using but yes you can in OnTap 9. Here is the man page for OnTap 9.3.
Create a log forwarding destination
cluster1::> cluster log-forwarding create -destination 192.168.0.1 -port 514 -facility user
https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-930%2Fcluster__log-forwarding__create.html
I'm not sure what version of OnTap you are using but yes you can in OnTap 9. Here is the man page for OnTap 9.3.
Create a log forwarding destination
cluster1::> cluster log-forwarding create -destination 192.168.0.1 -port 514 -facility user
https://docs.netapp.com/ontap-9/index.jsp?topic=%2Fcom.netapp.doc.dot-cm-cmpr-930%2Fcluster__log-forwarding__create.html
Thanks nboggs, sorry for the delay. I did the cluster xxx commands and logging is set.
I was using the event destination xxx commands. That was what was talked about in a NetApp course I am taking. I am getting entries to our log server now with the cluster xxx commands.
Thanks.