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 DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
To execute this command on an 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.