Delete syslog server
The delete syslog command deletes one or more servers from the syslog configuration so that it no longer receives alerts.
Supported Arrays
This command applies to an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an storage array, you must have the Storage Admin or Support Admin role.
Syntax
delete syslog (allServers | serverAddresses [serverAddress1 ... serverAddressN])
Parameters
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 ([ ]). |
Examples
SMcli -n Array1 -c "delete syslog allServers;
SMcli -n Array1 -c "delete syslog serverAddresses ["serverName1.company.com"]";
SMcli completed successfully.
Give documentation feedback