...
Open the Console of the PostgreSQL VM:
Use VMware to access the console of the VM where PostgreSQL is installed.
Log in to the VM:
Enter the following credentials to log in:
Username:
ubuntu
Password:
m-33W8]aiUh
(can be changed later)
Initialize PostgreSQL:
Once logged in, execute the following command to initialize PostgreSQL:
sudo gyt postgres-init
Verify the Initialization:
Check the output to ensure PostgreSQL has been successfully initialized.
...
Open Services VM Console:
Switch to the console of the Services VM in VMware.
Log in to the Services VM:
Use the following credentials to access the VM:
Username:
ubuntu
Password:
m-33W8]aiUh
(can be changed later)
Run the command
sudo gyt install
...
Send the following details to license@gytpol.com:
License ID (5 characters)
Access Key ID
Secret Access Key
API Key
GYTPOL Services Server FQDN and IP address
The GYTPOL team will respond with the license key and sensor installation files.
...
Code Block |
---|
sudo gyt copy-client linux 2.4.9.18 gytpol-client_2.4.9.18-18_amd64.deb #for Debian sudo gyt copy-client mac 2.4.9.18 gytpol-client_2.4.9.18-18_amd64.pkg #for macOS sudo gyt copy-client windows 2.36.3.0 gytpolClient_x64.msi #for 64-bit Windows sudo gyt copy-client windows 2.36.3.0 gytpolClient_x86.msi #for 32-bit Windows |
Info |
---|
For the Windows Sensor, ensure you extract the files first instead of copying or uploading the ZIP file. Use only the MSI files and exclude the rest of the ZIP contents. |
...
Finalizing Sensor Setup
Generate Sensor Links:
Run the following command in the GYTPOL Services server to generate sensor links in the GYTPOL UI:
sudo kubectl create job --from cj/gytpol-analyzer-periodic-client-signer-cj signer-job -n gytpol
Alternatively, Wait:
If you do not run the command, the system will automatically generate sensor links within 30 minutes.
Access GYTPOL:
sudo kubectl create job --from cj/gytpol-analyzer-periodic-client-signer-cj signer-job -n gytpol
Once the sensor links are available, you can start using GYTPOL through the configured interface.
Installing the License for GYTPOL
...