1.8 KiB
1.8 KiB
NLS Setup
[TOC]
1. Prepare Environment
Docker Setup
Please follow DockerSetup-Guide.
External DB Access
To get superuser access to database from external, you have to add a user. Follow ReverseEngineeringNotes - DB-Access.
After that, I modified docker-compose.yaml
and added ports
into postgres-nls-si-0
container to get external
database access.
postgres-nls-si-0:
image: dls:pgsql_3.4.1
restart: always
+ ports: [ '5432:5432' ]
Now you can connect with <your-instance-ip>:5432
with any Database-Client you want.
2. Setup (NLS)
- Access
https://<your-instance-ip>:8080
and click on New Installation - Enter Username and Password
- Continue to Login and login
- Download DLS Instance Token
- Local Reset Token
28b22cb5-76db-4211-84a7-d2821293fe44
dls_instance_token_03-26-2025-21-06-23.tok
- See dls_instance_token.md
3. Create License Server (Nvidia Application Hub)
Goto License Servers > Create Server
- Step 1 - Identification: Enter a name
- Step 2 - Features: Add at least one feature
- Step 3 - Environment
- Select On-Premise (DLS)
- Select your Registration Token (DLS-Instance-Token)
- Upload
- Step 4 - Configuration: Default Standard Networked Licensing
- Create Server
Download your License
- On your License-Server click Actions
- Click Download and confirm
4. Debug Config-Token
- Call
GET https://<base-url>/leasing/v1/config-token
to get your config-token