Local installation
- Use the following command to extract the contents of the LogonApp.tar.gz file:tar -zxf LogonApp.tar.gz
- Run the LogonApp.install script with appropriate parameters:./LogonApp.install -ah <LogonAgent> -sp <SudoPassword> [-pd]The installation script takes the following parameters: 
| Parameter | Value Format | Description | 
|---|---|---|
| -ah | 10.2.20.17,10.10.50.1 | The -ah parameter takes as input a comma- separated list of Logon Agent host IPv4 addresses. | 
| -sp | password | Specifies the administrator password of the client machine. | 
| -pd | (none) | (optional) Enables debugging output, recorded in the LogonApp.log file in the installation directory. | 
| -r | (none) | (optional) Prompts the installer to restart the client machine after successful installation. |