Information
Out of support This documentation supports the 8.0 version of BMC Atrium Single Sign-On, which is in "End of Version Support." However, the documentation is available for your convenience. You will not be able to leave comments.Click here to view the documentation for a supported version of Remedy Single Sign-On.

Installing and uninstalling in silent mode


In addition to using the GUI interface, the installer and uninstaller programs can be run from scripts. This topic provides examples for installing and uninstalling BMC Atrium Single Sign-On in silent mode by using the setup script from the command line.

The following represents the general command line syntax:


{setup.sh|setup.cmd} -i silent -DOPTIONS_FILE=<file>

Installing in silent mode

  1. Open a command line window.
  2. Navigate to the C:\SSO\AtriumSSO directory.
  3. Create the SSOSilentInstallOptions.txt file with any environment-specific parameters. For details on the file format, see the Silent installation example.
  4. Run the setup command by using the following syntax: 


    setup.cmd -i silent -DOPTIONS_FILE=SSOSilentInstallOptions.txt
  5. Verify that your BMC Atrium Single Sign-On installation was successful:
    1. Launch the Administrator console.
    2. Confirm that you can view the OpenSSO login panel.
Warning

Note

If you install in silent mode, you must also uninstall in silent mode to uninstall the server.

Uninstalling in silent mode

  1. Open a command-line window.
  2. Run UninstallAtrium.exe by using the following syntax: 


    C:\SSO\AtriumSSO\UninstallAtriumSSO.exe -i silent -DOPTIONS_FILE=SSOSilentUninstallOptions.txt

     where SSOSilentUninstallOptions.txt contains: 


    -silent
    -U productAtriumSSO
    -U featureAtriumSSO

Silent installation example

The following example invokes a silent installation where the administrator password is admin123.


setup.cmd -i silent -DOPTIONS_FILE=SSOSilentInstallOptions.txt


The SSOSilentInstallOptions.txt file contains:


-P installLocation=C:\SSO\AtriumSSO
-A featureAtriumSSO
-J ATRIUMSSO_TOMCAT_SHUTDOWN_PORT=8005
-J ATRIUMSSO_TOMCAT_HTTP_PORT=8080
-J ATRIUMSSO_INSTALL_TOMCAT=true
-J ATRIUMSSO_TOMCAT_HTTPS_PORT=8443
-J ATRIUMSSO_SERVER_PASSWORD=DES\:3996ba109b2b3f035fb4200116c2339a78ecec52023308de
-J ATRIUMSSO_SERVER_PASSWORD_2=DES\:3996ba109b2b3f035fb4200116c2339a78ecec52023308de
-J ATRIUMSSO_COOKIE_DOMAIN=bmc.com
-J ATRIUMSSO_HOST_NAME=atrium-sso-vm4.bmc.com

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC Atrium Single Sign-On 8.0.00