Shutting down Blueworx Voice Response automatically on AIX shutdown

Use the following procedure to configure Blueworx Voice Response to shut down automatically when the AIX operating system is shut down.

Start

  1. Log on to AIX as root.
  2. Editing the script: Edit or create the rc.shutdown script in the /etc directory.
  3. Add the following lines to the script:
    if [ -x /usr/lpp/dirTalk/tools/DT_shutdown ]
    then
    /usr/lpp/dirTalk/tools/DT_shutdown
    fi
    exit 0
  4. Save your changes.
  5. Activating the script: To make the script executable, type the following command on the command line, then press Enter:
    chmod +x /etc/rc.shutdown