8.3 Installing the Notification Script

CASD calls the notification script whenever a status change occurs to call the EM CLI Client to send the status update to OMS. The script that is used depends on the platform of the CASD Server. On Windows platforms, the notification script is named lferun.cmd, and on Unix platforms the script is named lferun.sh. On Windows platforms, the lferun.exe and send2em.cmd files are also required.

All of the files are packaged in the casd_notification.zip file. Obtain a copy of this file from the Management Server host system as specified in Exporting the Notification Script Files. To install the files, copy and unzip the casd_notification.zip file into any directory on the CASD Server system.

The following sections explain how to set up the scripts based on platform.

Windows Platforms

  1. Open the lferun.cmd file with a text editor. Set the NOTIF_DIR variable to the full path of the notification script, and then save the file.

  2. Open the send2em.cmd file with a text editor. Set the EMCLI_DIR variable to the full path of the installation directory for the EM CLI Client, and then save the file.

Unix Platforms

  1. Open the lferun.sh file with a text editor. Set the EMCLI_DIR variable to the full path of the installation directory for the EM CLI Client, and then save the file.

  2. Execute the following command to change the permissions on the script file:

    chmod 755 ./lferun.sh