MicroStrategy ONE
Updating Service Ports for Services Registration or Topology Monitor
-
Navigate to the
yaml
folder in the Services Registration installation directory.-
Windows:
C:\Program Files (x86)\MicroStrategy\Services Registration\yaml
-
Linux:
/opt/MicroStrategy/ServicesRegistration/yaml
-
-
Edit the
installation_list.yaml
file with the port corresponding to the desired MicroStrategy service.For example:
Copy---
service:
Name: MicroStrategy-PDFExport-Service
ID: MicroStrategy-PDFExport-Service
InstallType: 1
InstallPath: "C:\\Program Files (x86)\\MicroStrategy\\Export"
CommonPath: "C:\\Program Files (x86)\\Common Files\\MicroStrategy"
Port: 20100
Tags:
version: "11.3.0000.1330" -
If the service supports both http and https ports, for service health check purposes, add
HttpPort
andHttpsPort
underTags
.For example:
Copy---
service:
Name: MicroStrategy-PDFExport-Service
ID: MicroStrategy-PDFExport-Service
InstallType: 1
InstallPath: "C:\\Program Files (x86)\\MicroStrategy\\Export"
CommonPath: "C:\\Program Files (x86)\\Common Files\\MicroStrategy"
Port: 20100
Tags:
version: "11.3.0000.1330"
HttpPort: 20100
HttpsPort: 20443In this case, Port can either be
http
orhttps
. - Save the
installation_list.yaml
file. -
Manually run parser using the following command:
Replace <
serviceName
> with the name of your service. In the above example, this would beMicroStrategy-PDFExport-Service
.Copyjava -jar svcsreg-admin.jar parse <serviceName>