2.1 ahf_fleet_setup
Use the ahf_fleet_setup
command to install or patch AHF Fleet Insights.
Syntax
ahf_fleet_setup [OPTIONS]
Option | Description |
---|---|
|
Prints this help message and exits. |
|
Specifies the installation path (not needed for patching). |
|
(optional) Specifies DB connection string as a text file. |
|
(optional) Specifies DB wallet path. |
|
Proceeds with installation/patching in quiet mode. |
Example 2-1 Connect string
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=*****.<host name>.<domain name>)(PORT=1**5))(CONNECT_DATA=(SERVICE_NAME=*****.<host name>.<domain name>)))
Example 2-2 Installation
./ahf_fleet_setup -loc <install location>
./ahf_fleet_setup -loc <install location> -connect_string <connect string file>
./ahf_fleet_setup -loc <install location> -db_wallet_path <db wallet path>
./ahf_fleet_setup -loc <install location> -db_wallet_path <db wallet path> -connect_string <connect string file>
./ahf_fleet_setup -quiet <properties file>
Example 2-3 Patching
./ahf_fleet_setup
./ahf_fleet_setup -quiet
./ahf_fleet_setup -quiet <properties file>
Not something the user would typically run. Only use case is for when a new version introduces a property that requires user to provide a value.
Parent topic: Command Line Reference