SANtricity 11.8 Commands

to Japanese version

Update storage Array syslog configuration

The set storageArray syslog command allows you to change the syslog server address, protocol, or port number.

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 Security Admin role.

Syntax

set storageArray syslog id="<id>"
serverAddress="<address>"
port=<port> protocol=("udp" | "tcp" | "tls")
components=(componentName=("auditLog") ...)

Parameters

Parameter Description

serverAddress

Syslog receiver hostname or IP address.

port

Syslog receiver port number.

protocol

Syslog transmission protocol. Acceptable values include UDP, TCP, or TLS.

components

List of component entries that will be logged to the syslog server. Currently, only audit logs are supported.

componentName

Component name; currently only "auditLog" is supported.

Example

SMcli -n Array1 -c "set storageArray syslog
id=\"331998fe-3154-4489-b773-b0bb60c6b48e\"
serverAddress=\"192.168.2.1\" port=514 protocol=\"udp\"
components=(componentName=\"auditLog\");"
ID: 331998fe-3154-4489-b773-b0bb60c6b48e Server Address: 192.168.2.1
Port: 514 Protocol: udp
Components
1. Component Name: auditLog
SMcli completed successfully.
Top of Page