SANtricity 11.8 Commands

to Japanese version

Set audit log settings

The set auditLog command configures the audit log settings.

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 auditLog (logLevel={all | writeOnly} |
    fullPolicy={overwrite | preventSystemAccess} |
    maxRecords=n | warningThreshold=n)

Parameters

Parameter Description

logLevel

Allows you to specify the level of logging. Valid choices are: all and writeOnly. The default value is writeOnly.

fullPolicy

Allows you to specify the policy when the log is full. Valid choices are: overwrite and preventSystemAccess.

maxRecords

Allows the user to specify the maximum number of records to be stored where n is an integer starting at 30000 and ending at 50000.

warningThreshold

Allows you to specify the percentage at which a warning alert will be sent to indicate that the audit log is nearing full when full policy is set to preventSystemAccess. Use integer values between 0 to 100. Setting this parameter to 0 (zero) disables the warning alerts.

Examples

SMcli -n Array1 -c "set auditLog logLevel=writeOnly fullPolicy=preventSystemAccess maxRecords=40000 warningThreshold=90;"

SMcli completed successfully.
Top of Page