Views:

Procedure

  1. Stop the monitor, manager, and message tracing services on the child device (referred to as Machine B hereafter).
    [root@machine B ~]# S99MONITOR stop
    [root@machine B ~]# S99MANAGER stop
    [root@machine B ~]# S99CMAGENT stop
    [root@machine B ~]# S99MSGTRACING stop
  2. If you enabled Virtual Analyzer on the temporary device, verify that there are no messages in the Virtual Analyzer upload folder.
    [root@machine C ~]# ls –l /var/app_data/imss/dtas_upload/
    Note
    Note
    Trend Micro recommends disabling Virtual Analyzer on the temporary IMSVA device to prevent receiving notifications after log import. Ignore the notifications if you intend to keep Virtual Analyzer enabled.
  3. Copy and merge the queue folder from the temporary IMSVA device to the Child B device.
    [root@machine C ~]# scp -r /opt/trend/imss/queue root@machine B:/opt/trend/imss/
    [root@machine B ~]# chown –R imss:imss /opt/trend/imss/queue
  4. Copy the temporary IMSVA device policy event logs and append at the end of the latest Child B policy event logs.
    For example:
    [root@machine C ~]# scp /opt/trend/imss/log/polevt.imss.20130325.0001 root@machine B:/root/
    [root@machine B ~]# cat /root/polevt.imss.20130325.0001 >>
    /opt/trend/imss/log/polevt.imss.20130325.0001
  5. Copy the temporary IMSVA device mail logs and append at the end of the Child B mail logs.
    [root@machine C ~]# scp /var/log/maillog root@machine B:/root/
    [root@machine B ~]# cat /root/maillog >> /var/log/maillog
  6. Copy the temporary IMSVA device fox* log and append at the end of the latest Child B fox* log.
    For example:
    [root@machine C ~]# scp /opt/trend/imss/log/foxmsg.20130325.0001 root@machine B:/root/
    [root@machine B ~]# cat /root/foxmsg.20130325.0001 >>
    /opt/trend/imss/log/foxmsg.20130325.0001
  7. On the Child B device, start the monitor, manager, and message tracking services. The appended log will be imported to the database shortly.
    [root@machine B ~]# S99MANAGER start
    [root@machine B ~]# S99MONITOR start
    [root@machine B ~]# S99CMAGENT start
    [root@machine B ~]# S99MSGTRACING start
  8. After importing the appended log into the database, restore the Child B device settings by modifying the DNS MX record.