SANtricity 11.8 Commands

to Japanese version

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 HB2100/HB2200/HB2300, HB5100/HB5200, AB6100 or AB3100 storage system.

Roles

To execute this command on an HB2100/HB2200/HB2300, HB5100/HB5200, AB6100, or AB3100 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