Home >

Lunacm Command Reference Guide > LunaCM Commands > hagroup > hagroup halog

hagroup halog

Configure the HA log.

Syntax

haGroup halog

-disable
-enable
-maxlength <max_log_file_length>
-path <log_filepath>
-show

Parameter Shortcut Description
-disable -d Disable HA logging.
-enable -e Enable HA logging.
-maxlength -m Set the maximum length for the HA log file The default and minimum size is 256000.
-path -p Set the location for the HA log file. You must enclose the path specification in quotes if it contains spaces.
-show -s Display the HA log configuration

Example

lunacm:> haGroup halog -maxlength 2560000

HA Log maximum file size was successfully set to 2560000.

Command Result : No Error
lunacm:> hagroup halog -path "c:\Program Files\SafeNet\LunaClient\halog"
 
HA Log path successfully set to c:\Program Files\SafeNet\LunaClient\halog.

Command Result : No Error

lunacm:> haGroup halog -enable
 
HA Log was successfully enabled.
 
Command Result : No Error