...
Code Block | ||
---|---|---|
| ||
######################################### ## Connection Group ######################################### <CONNECTION_INFO> <DB_IP> 127.0.0.1 </DB_IP> <SYS_PASSWD> manager </SYS_PASSWD> # Enter sys account password <PORT_NO> 20300 </PORT_NO> # Enter the Altibase server service port <NLS_USE> US7ASCII </NLS_USE> # Enter database server character set iSQL> select NLS_CHARACTERSET from v$nls_parameters; Can be checked. </CONNECTION_INFO> ######################################### ## ALTIMON PROPERTY ######################################### <ALTIMON_PROPERTY> <DATE_FORMAT> 1 </DATE_FORMAT> <SLEEP_TIME> 300 </SLEEP_TIME> # If a problem occurs, change it to suit your environment so that the situation at that time can be logged. The unit is seconds. <LOG_FILE> /home/altibase/altimon/log/altimon.log </LOG_FILE> # 로그Change 파일the 경로를log 환경에file 맞게 변경합니다path to suit the environment. 절대Enter 경로로it 입력하며as 파일an 이름은absolute 그대로path, 두고leave 경로만 변경합니다the file name as it is, and change only the path. <LOG_DIR> /home/altibase/altimon/log </LOG_DIR> # 로그Enter 파일the 경로를log 환경에file 맞게path 다시again 한as 번an 절대absolute 경로로 입력합니다path to suit the environment. <LIFE_CYCLE> 3 </LIFE_CYCLE> # 로그Log 파일file 보관retention 기간으로period, 일단위in 입니다daily units. 환경에Change 맞게 변경합니다it to suit the environment. <LOGGING_LV> 2 </LOGGING_LV> <ALARM_FILE> /home/altibase/altimon/log/alarm.log </ALARM_FILE> # 알람Change 로그the 파일alarm 경로를log 환경에file 맞게 변경합니다path to suit your environment. 절대Enter 경로로it 입력하고as 파일an 이름은absolute 그대로path, 두고leave 경로만 변경합니다the filename as it is, and change only the path. <DB_SAVE> OFF </DB_SAVE> <LISTEN_PORT> 22300 </LISTEN_PORT> </ALTIMON_PROPERTY> |
...
Code Block | ||
---|---|---|
| ||
$ altimon start |
Check Altibase Log
...
altimon.log is saved in the following path set in $ALTIBASE_HOME/conf/altimon.conf.
The log of the day is altimon.log, and the last log is changed to altimon.log_MMDD.
Code Block | ||
---|---|---|
| ||
<LOG_FILE> /home/eheejung/altimon/log/altimon.log </LOG_FILE> |
The ALTIMON log of the date of failure can be sent from the above path.