Insights
2022.10
false
  • Release Notes
      • 2022.10.1
      • 2022.10.2
      • 2022.10.3
      • 2022.10.4
      • 2022.10.5
      • 2022.10.6
      • 2022.10.7
      • 2022.10.8
      • 2022.10.9
    • User Migration Tool Release Notes
  • Getting Started
  • Access and Permissions
  • Installation and Upgrade
  • Interacting with Insights
  • Historical data export
  • Logs
  • Performance and Scalability
Banner background image
Insights
Last updated Apr 19, 2024

Automated Remote Deployment Script

Overview

The following script takes the Looker files from LookerPreinstallationTool.exe and initializes the Looker instance on the Insights Windows Machine.
Important: Generating the GPG key is not possible using this automation script.
If you initialize Looker on this instance, the password will be generated from the Windows machine and stored in the C:\ProgramData\UiPath Insights folder. You can retrieve the password using the Unprotect-CmsMessage -Path "$ENV:ProgramData\UiPath Insights\LookerSecret command.
If you manually initialize the Looker instance, you can generate the GPG key using the gpg --generate-key command and store it in the Linux VM.

Script Parameters

To get help, type: Get-Help .\Deploy-Looker.ps1 -Detailed.
ParameterTypeDescription
-ComputerNameRequiredThe IP address or DNS Name of the Linux VM.
-UsernameRequiredThe username of the Linux VM.
-PasswordRequired if you use a password. Otherwise it's optional.The password to login to the Linux VM.
Note: If you use an SSH public key to authenticate, this parameter is used to enter the passphrase.
-PortOptionalDefault port number value is 22.
-KeyfilePathRequired if you use a key.Specify the path to the file here if you use the key-pair authentication.
-SudoPassOptionalSpecify the password for sudo in the remote Linux VM.
-LookerZipFilePathRequiredThe path to the Insights_lookerfile.zip generated by LookerPreInstallation Tool
-LookerImageFilePath: Optional. OptionalSpecify the offline Looker image for installation the air-gapped environment.
-OfflineBundleFilePath: Optional. OptionalSpecify the offline bundle ZIP file for the air-gapped environment.

Examples

1 Use PEM Key (Azure)

Deploy-Looker.ps1 -ComputerName 20.83.215.1 -Username azureuser -KeyfilePath
"C:\Users\username\Downloads\testing" -LookerZipFilePath C:\Users\username\AppData\Local\Temp\Insights_Lookerfiles_20220610102005.zipDeploy-Looker.ps1 -ComputerName 20.83.215.1 -Username azureuser -KeyfilePath
"C:\Users\username\Downloads\testing" -LookerZipFilePath C:\Users\username\AppData\Local\Temp\Insights_Lookerfiles_20220610102005.zip

2 Use Password Authentication (Azure)

Deploy-Looker.ps1 -ComputerName 20.3.144.237 -Username uipath -Password secretpassword -LookerZipFilePath C:\Users\username\AppData\Local\Temp\Insights_Lookerfiles_20220610102005.zipDeploy-Looker.ps1 -ComputerName 20.3.144.237 -Username uipath -Password secretpassword -LookerZipFilePath C:\Users\username\AppData\Local\Temp\Insights_Lookerfiles_20220610102005.zip

3 Air-gapped Environment

If you want to install Insights offline you can use this example.

Deploy-Looker.ps1 -ComputerName 20.3.144.237 -Username uipath -Password secretpassword -LookerZipFilePath C:\Users\username\AppData\Local\Temp\Insights_Lookerfiles_20220610102005.zip -OfflineBundleFilePath "C:\Users\username\Downloads\2210_installer\offline-bundle-rhel9.zip" -LookerImageFilePath "C:\Users\username\Downloads\2210_installer\looker_image.tar.zip"Deploy-Looker.ps1 -ComputerName 20.3.144.237 -Username uipath -Password secretpassword -LookerZipFilePath C:\Users\username\AppData\Local\Temp\Insights_Lookerfiles_20220610102005.zip -OfflineBundleFilePath "C:\Users\username\Downloads\2210_installer\offline-bundle-rhel9.zip" -LookerImageFilePath "C:\Users\username\Downloads\2210_installer\looker_image.tar.zip"
  • Overview
  • Prerequisites
  • Script Parameters
  • Examples
  • 1 Use PEM Key (Azure)
  • 2 Use Password Authentication (Azure)
  • 3 Air-gapped Environment

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.