SANtricity 11.8 Commands

to English version

ストレージ システムのsyslog設定の更新

set storageArray syslog コマンドを使用すると、syslogサーバーのアドレス、プロトコル、またはポート番号を変更できます。

対応シリーズ

このコマンドは、HB2100/HB2200/HB2300、HB5100/HB5200、AB6100、またはAB3100の個々のストレージ システムに適用されます。

ロール

このコマンドをHB2100/HB2200/HB2300、HB5100/HB5200、AB6100、またはAB3100のストレージ システムに対して実行するには、Security Adminロールが必要です。

構文

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

パラメーター

パラメーター 説明

serverAddress

syslog受信側のホスト名またはIPアドレス。

port

syslog受信側のポート番号。

protocol

syslogの伝送プロトコル。指定できる値はUDP、TCP、またはTLSです。

components

syslogサーバーのログに記録されるコンポーネント エントリのリスト。現時点では、監査ログのみがサポートされています。

componentName

コンポーネント名。現時点では「auditLog」のみがサポートされています。

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