DX Unified Infrastructure Management

Expand all | Collapse all

Installation directory when deploying robot using AC - *nix

  • 1.  Installation directory when deploying robot using AC - *nix

    Posted Mar 07, 2018 01:53 AM

    Hi,

    How can I change the default installation directory and temporary directory when using AC (Admin Console) on a *nix system?



  • 2.  Re: Installation directory when deploying robot using AC - *nix
    Best Answer

    Broadcom Employee
    Posted Mar 07, 2018 04:05 AM

    Hello, 

    There are 3 ways of deploying a Unix robot:

     

    •  With nimldr:

    Deploy Hubs and Robots on Linux or Solaris Systems - CA Unified Infrastructure Management - 8.5.1 - CA Technologies Docu… 

    With nimldr you specify the install DIR answering to the install script

     

    •  Native installers:

    Deploy Robots in Bulk with a Third-Party Tool and Native Installers - CA Unified Infrastructure Management - 8.5.1 - CA … 

     

    The default install directory is /opt/nimsoft. To specify the installation directory, execute the following command, where <directory> is the full path:

     rpm -ivh nimsoft-robot.<arch>.rpm --prefix=<directory>

     

    •  Using USM:

    Deploy Robots in USM - CA Unified Infrastructure Management - 8.5.1 - CA Technologies Documentation 

    The USM deployment feature targets the default (C: drive) installation location. To specify a different location, use XML deployment so that an alternate install_dir can be specified.

     

     

    Does this help?