Top
Systemwalker Service Quality Coordinator Installation Guide
Systemwalker

C.1 Definition method

Environment

Perform on Agent.

Definition File

Storage location of the file to be edited is as follows.

UNIX

/opt/FJSVssqc/setup/df.txt
Backup before editing

To prepare the case of returning the definition to the default status of V15.0.0 and after, backup the file before editing to the selected location.

Modification point

Modify the following points marked with (*).

[DSA_DF]
execute_style=sample
sample_interval=1
path=%BASE_DIRECTORY/bin/dsa_cmd
bad_file_dir=%TRACE_DIRECTORY
bad_file_name=%c_diskspace.bad

# tis parameters
tis_record_definition=%CONTROL_DIRECTORY/ssqc2.trd
tis_record_definition=%CONTROL_DIRECTORY/dc_dsa_cmd.trd
tis_record_definition=%CONTROL_DIRECTORY/df.trd
tis_script=%CONTROL_DIRECTORY/routing.ttd
tis_script=%CONTROL_DIRECTORY/df.ttd
tis_arg=ROUTE,RECORDPROCESS,SQC3RAW

# dsa_cmd specific parameters
command=cmd_df -d | tr ',' ';' (*)
#command=cmd_df | tr ',' ';' (*)
execute_at=end
execute_timeout=90
max_errors=0
Contents to be modified

Change the position of "#" that shows the comment line on the line marked with "*".

[Before modification]

 :
# dsa_cmd specific parameters
command=cmd_df -d | tr ',' ';' "*" This line is enabled.
#command=cmd_df | tr ',' ';' "*" This line is commented out.
 :

[After modification]

 :
# dsa_cmd specific parameters
#command=cmd_df -d | tr ',' ';' "*" Comment out by marking with "#".
command=cmd_df | tr ',' ';' Enable this line by deleting "#".
 :
Backup after editing

To prepare the case of contingency, back up the file to the selected location.