Start a Conversation

Unsolved

This post is more than 5 years old

R

1445

October 6th, 2015 09:00

Forward Syslogs from VNX

I would like to find a way to forward syslogs from multiple VNX systems to an external syslog server.  What is the best way to do this?

1.  configure each VNX individually (how do I do this)?

2.  Can this be done in Unisphere if my systems are manged by Unisphere?

Thanks!

23 Posts

February 3rd, 2016 07:00

Hi there,

Same question here!

Were you able to do it? If yes, can you share how you did it.

Best regards,

24 Posts

February 4th, 2016 07:00

I accomplished this using a two step process to get the SP Event logs into our syslog system (Splunk).

First I had to run a naviseccli command to pull the logs off of each SP to a local file (naviseccli -h arrayIP getlog). This was scripted in Powershell for each SP separately and I also had the array name pre-pended to each line in the log for easy identification (we have over 40 arrays). The scripts are run as scheduled tasks and spaced apart from each other so that both SPs are not being queried at the same time.

Once the download and pre-pend are done, the files are grabbed by the Splunk Universal Forwarder agent that runs on the box and uploaded into Splunk.

It's not pretty but is fairly straightforward and works consistently. The only time things get off is when an SP becomes unreachable on its management IP. The script doesn't yet have the timeout logic added to bypass it and complete.

Cheers!

4.5K Posts

February 9th, 2016 07:00

Was your question answered correctly? If so, please remember to mark your question Answered when you get the correct answer and award points to the person providing the answer. This helps others searching for a similar issue.

glen

No Events found!

Top