To deploy the package
- Go to the <BASEDIR>/smarts/bin folder of your target installation, and type the following command:./sm_perl sm_deploy.pl --install=<TargetBASEDIR>/smarts --deploy=<archive-name.tar>
- Creates a rollback directory with the backup of files from the target installation which will be used incase of a rollback action. Rollback will contain local folders which are part of the deployment package.
- Copies all the files from the deployment package to the local directory of the target installation.
- Overwrites the files that are part of both, the deployment package and the local directory of the target installation.
- If the--cleanoption is specified, the files in the local directory of the target installation that are not part of the deployment package are deleted.OrIf--cleanoption is not specified, the files in the local directory of the target installation that are not part of the deployment package are retained.To deploy the SAM RPS settings,
- Manually import the<SAM_server>.xmlfile from local/conf/ics directory to the directory in the target installation by typing the following sm_config command:./sm_config --server=<SAM_server> import --force <SAM_server>.xml