The delete syslog command deletes one or more servers from the syslog configuration so that it no longer receives alerts.
This command applies to an individual E2800, E5700, EF600 or EF300 storage array. It does not operate on E2700 or E5600 storage arrays.
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Storage Admin or Support Admin role.
delete syslog (allServers | serverAddresses [serverAddress1 ... serverAddressN])
Parameter | Description |
---|---|
allServers | Allows the user to delete all syslog servers. |
serverAddresses | Allows the user to delete the syslog servers. Enclose the servers in square brackets ([ ]). |
SMcli -n Array1 -c "delete syslog allServers; SMcli -n Array1 -c "delete syslog serverAddresses ["serverName1.company.com"]"; SMcli completed successfully.
8.40