You can add multiple additional scripts to be used for the Storage Insight plug-in. An additional script may be used by Veritas Operations Manager, or the discovery script. Two types of predefined additional scripts are listed below. They are used by Veritas Operations Manager.
check_env.pl
script: This script should perform specific checks on the discovery host before the discovery script is installed on it. For example, it checks if the required interpreter is installed on the discovery host, or the correct version of vendor CLI is used. This script must be created using the Perl scripting language, and it must be invoked using VRTSsfmh
Perl. The script name must be check_env.pl
.
These checks are performed on the discovery host when you configure a new device using the new device Configuration Wizard panel. The check_env.pl
script should exit with 0 return code if all validations on the discovery host are successful. It should exit with a non-zero code if any validation fails.
Readme.html
: Provides the information about array vendor, the array product that Storage Insight plug-in discovers, discovery mechanism, and the vendor CLI that is required by the discovery script. It also provides information about the discovery host platform, discovered array capabilities, and the capabilities that are not discovered by Storage Insight plug-in.