SANtricity 11.9 Commands ( CA08871-194 ~ 196 )

Delete syslog server

The delete syslog command deletes one or more servers from the syslog configuration so that it no longer receives alerts.

Supported Series

This command applies to an individual ETERNUS AB/HB series storage system.

Roles

To execute this command on the ETERNUS AB/HB series storage system, 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.
Top of Page