1. 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>
    
  2. 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.

  3. Copies all the files from the deployment package to the local directory of the target installation.

  4. Overwrites the files that are part of both, the deployment package and the local directory of the target installation.

  5. If the --clean option is specified, the files in the local directory of the target installation that are not part of the deployment package are deleted.

    Or

    If --clean option 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>.xml file 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