Cisco Cisco Prime Network Registrar 8.1 Installation Guide

Page of 65
 
 
 
 
 
 
 
 
 
 
 
Appendices
 
Cisco Prime Network Registrar IPAM 8.1.1 Installation Guide 
 58 
 
 
 
 
 
 
 
 
 
 
 
task_manager_log4j_2.properties),  find the following 
line: 
log4j.appender.RollingFile.File=${INCX_HOME}/log/taskmgr.log 
Change the file name to direct the logging output to a 
new file, for example taskmgr_2.log 
In the $INCHOME/etc directory, there is a script that 
controls the Task Manager, called “tm”. 
4)  Make a copy of tm, e.g. tm_2 
Edit the new script and change the following lines:
  
From 
 INCPROC_NAME=tm; export INCPROC_NAME 
To 
 INCPROC_NAME=tm_2; export INCPROC_NAME 
 
From 
 INCPROC_DESC="IPControl Task Manager"; 
export INCPROC_DESC 
To 
 INCPROC_DESC="IPControl Task Manager 2"; 
export INCPROC_DESC 
 
From 
 PROCESS_TAG="$JAVACMD -DINC_TM "; export 
PROCESS_TAG 
To 
 PROCESS_TAG="$JAVACMD -DINC_TM_2"; export 
PROCESS_TAG 
 
From 
 INCPROC_RUN="nohup… 
$INCHOME/task_manager.properties"; export 
INCPROC_RUN 
To 
 INCPROC_RUN="nohup… 
$INCHOME/task_manager_2.properties"; export 
INCPROC_RUN 
5)  Make a copy of tm_start, e.g. tm_2_start, and edit it so 
that it calls “./tm_2 start $1”. 
6)  Make a copy of tm_stop, e.g. tm_2_stop, and edit it so 
that it calls “./tm_2 stop $1”. 
 
 
Update the Executive Start up scripts to start and 
stop the new Task Manager 
1)  Edit the file /opt/incontrol/etc/default.incontrol, and 
add the following line: 
START_TM_2=YES