Installing TrueSight Network Automation - Data Warehouse silently

Where are you in the installation process

StepTask
1.Complete the planning activities
2.
3.

Install TrueSight Network Automation - Data Warehouse (You are here)

4.

Complete the post-installation tasks for TrueSight Network Automation - Data Warehouse

5.

Install TrueSight Smart Reporting - Platform

6.

Complete the post-installation tasks for TrueSight Smart Reporting - Platform

In a silent installation, you run the installation program from a command line. A silent installation enables you to install on multiple systems at the same time. In silent mode, you must provide the parameters in an options.txt file. When you run the installation program from the wizard, the program prompts you for the parameters, but the wizard creates an options.txt file that you can use at a later time when running the installation silently. You can download the attached sample options.txt file, or you can generate it using step 4 provided in the procedure below.

NEW IN 19.11.02 With security enhancements, each installation of TrueSight Network Automation - Data Warehouse generates a different, encrypted product password. The encrypted password from one installation does not work with the other. As there is no common encryption mechanism, starting from version 19.11.02, you need to provide clear text passwords in the silent options file before starting the installation. These passwords get encrypted when stored in any file or database. We recommend you to delete the silent installation file once the installation is complete, or at least delete the clear text passwords from the file.

To install TrueSight Network Automation - Data Warehouse silently

  1. Log in to the host computer on which you want to install Network Automation - Data Warehouse. BMC recommends that you delete all the files from the temporary directory (%temp%). 

  2. Extract the downloaded files to a temporary location outside the C:\Program Files directory to avoid any file sharing conflicts.
    It is strongly recommended that you exit all programs before starting the installation.
  3. From the command prompt, navigate to the Disk1 directory.

  4. Obtain an options.txt file using one of the following methods: 

    • Automatically generate the file.

      Method

      Steps

      Make the installer generate an options file based on the current installation.

      Add the following option to the command line when you run the installer:
      -DGENERATE_OPTIONS_FILE=<OutputOptionsFileName>.txt

      Create an options.txt file from an installation log.

      1. From an installation log in the Log Viewer, click the tab of the installation run from which you want to generate an options file.
      2. Select File > Save As.
      3. From the Save As Type list, select Project Options File.
      4. Enter a file name, and click OK.

    • Download the attached sample file.

  5. Open the options.txt file, and use the following table as guides, edit the options accordingly, ensuring that you include the appropriate -P-J, or -A option:

    Option

    Description

    Syntax and examples

    -P

    Sets the installation folder for an application

    -P <installLocation>=<filePath>

    Windows:
    -P installLocation=C:\Program Files\
    BMC Software\<product>


    UNIX:
    -P installLocation=/opt/bmc/<product>

    -J

    Specifies Java properties that correspond to user inputs

    -J HOST_NAME=foo.bar.com
    -J LOGIN=admin
    -J PASSWORD=admin

    -A

    Specifies the products and features that you want to install

    The product and feature names are listed at the top of the options.txt file. To install more than one product or feature, include a -A line for each.

    -A product<productName>
    -A feature<featureName>

    For example:
    -A productARSuiteKit
    -A featureDeveloperStudio

    Note: The product names are case sensitive. For complete product names, see the product-ini-template.txt file or the log file.

    As you edit the options.txt file, apply the following guidelines:

    • Remove the comment (#) markers.
    • Enter Yes for the BMC_EULA_ACCEPT parameter:
      ## BMC EULA Accept
      -J BMC_EULA_ACCEPT=Yes
  6. (Applicable only for versions 19.11 and 19.11.01) Unless you encrypt passwords, the options.txt file contains passwords as clear text. The Maintenance Tool enables you to create an encrypted password that you can paste into the options.txt file. For versions 19.11.02 and later, enter passwords in clear text.

    1. Start the Maintenance Tool utility.

      You can run the Maintenance Tool in a graphical user interface or from the command line.

      To run the Maintenance Tool in a UI

      1. On the computer where you want to install the product, extract the downloaded product files from the BMC Electronic Product Distribution (EPD) site to a temporary directory.
      2. Navigate to the \Disk1\utility folder, and run the TsnadwMaintenanceTool.cmd file.

      To run the Maintenance Tool from the command line

      On the computer where you have extracted the downloaded product files, from the \Disk1\utility folder, run TsnadwMaintenanceTool.cmd with the -silent option.

      To learn about command-line options

      To learn about available command-line options, use the -help or -? option when you run the command.

      For example:

      TsnadwMaintenance.cmd -help

    2. Click the Encrypt tab.
    3. In the Password and Confirm Password boxes, type your password.
    4. Click Encrypt.
    5. Copy and paste the encrypted password into the options.txt file for your silent installer.
      For example, if you want to encrypt the password for the TrueSight Network Automation - Data Warehouse console user and the output is DES\:b76c59dbc2e1433c7a9c2f006a2e2429116840dce695aea9, enter the following string:

      # -J CONSOLE_ADMIN_PASSWORD=DES\:b76c59dbc2e1433c7a9c2f006a2e2429116840dce695aea9

    Alternatively, you can use the -encrypt option to encrypt a password through the command line. For example, enter the following command from the \Disk1\utility folder, which is created when you extract the downloaded product files from the BMC Electronic Product Distribution (EPD) site:
    TsnadwMaintenanceTool.cmd -silent -encrypt -encrypt -password=<password> -confirm_password=<password>

    For more information, see the command-line help for the Maintenance Tool.

  7. Run the following command to start the silent installation. When you specify the options.txt file name, specify the full path to the file; do not specify a path that is relative to the installation program.
    setup.exe -i silent -DOPTIONS_FILE=<pathToOptionsFile>
    If the path contains spaces, enclose the path in quotation marks ("").

    Example
    :
    (Path with space)
     setup.exe -i silent -DOPTIONS_FILE="C:\temp folder\Disk1\optionsFile.txt"

Next step in the installation process

Now that you have successfully installed Network Automation - Data Warehouse, the next step in the installation process is to complete the Post-installation tasks for Network Automation - Data Warehouse.

Was this page helpful? Yes No Submitting... Thank you

Comments