Site icon Davoud Teimouri – Virtualization and Data Center

Viewing the services registered with Single Sign-On

To obtain a list of services that are currently registered to SSO:

Log into the vCenter Server as an administrator.

Open a Windows Command Prompt.

Navigate to the %Program Files%\VMware\Infrastructure\SSOServer\ssolscli directory.

Note: The default directory path to the ssolscli.cmd is C:\Program Files\VMware\Infrastructure\SSOServer\ssolscli.

sso 1

Run this command:

SET JAVA_HOME=C:\Program Files\VMware\Infrastructure\jre

Note: Verify the path first. The listed path is default, but this can be C:\Program Files\VMware\Infrastructure\jre1 after multiple installs.

sso 2

To create a text file with a list of the services registered with SSO, run this command:

ssolscli.cmd listServices https://FQDN:7444/lookupservice/sdk > c:\sso_services.txt

sso 3

To open the text file that contains the list of registered services, run this command:notepad c:\sso_services.txt

sso 4

You can see an example of the file:

sso 5
Exit mobile version