Oracle EDR InfiniBand Switch and Virtualized I/O Systems Administration Guide

Exit Print View

Updated: November 2016
 
 

Display the Switch's AD Client Information (Oracle ILOM CLI)

The switch hosts an AD client that supports management of AD users, including roles, servers and ports, groups, locator properties, certificates, search properties, and credentials.

  1. Display the AD client properties configured for the switch.
    -> show -d properties /SP/clients/activedirectory
    /SP/clients/activedirectory
     	Properties:
     		address = 0.0.0.0
     		defaultrole = Operator
     		dnslocatormode = disabled
     		expsearchmode = disabled
     		logdetail = none
     		port = 0
     		state = disabled
     		strictcertmode = disabled
     		strictcredentialerrormode = disabled
     		timeout = 4
    ->
    
  2. Display the configured AD administrator groups.
    -> show -d properties /SP/clients/activedirectory/admingroups/X
    ->
    

    where X is 1 through 5 for the admin group.

    For example, to display admin group 1's properties, type:

    -> show -d properties /SP/clients/activedirectory/admingroups/1
    /SP/clients/activedirectory/admingroups/1
     	Properties:
     		name = (none)
    ->
    
  3. Display the configured AD custom groups.
    -> show -d properties /SP/clients/activedirectory/customgroups/X
    ->
    

    where X is 1 through 5 for the custom group.

    For example, to display custom group 1's properties, type:

    -> show -d properties /SP/clients/activedirectory/customgroups/1
    /SP/clients/activedirectory/customgroups/1
     	Properties:
     		name = (none)
     		roles = (none)
    ->
    
  4. Display the configured AD operator groups.
    -> show -d properties /SP/clients/activedirectory/opergroups/X
    ->
    

    where X is 1 through 5 for the operator group.

    For example, to display operator group 1's properties, type:

    -> show -d properties /SP/clients/activedirectory/opergroups/1
    /SP/clients/activedirectory/opergroups/1
     	Properties:
     		name = (none)
    ->
    
  5. Display the configured AD user domains.
    -> show -d properties /SP/clients/activedirectory/userdomains/X
    ->
    

    where X is 1 through 5 for the user domain.

    For example, to show user domain 1's properties, type:

    -> show -d properties /SP/clients/activedirectory/userdomains/1
    /SP/clients/activedirectory/userdomains/1
     	Properties:
     		name = (none)
    ->
    
  6. Display the configured AD alternate servers.
    -> show -d properties /SP/clients/activedirectory/alternateservers/X
    ->
    

    where X is 1 through 5 for the alternate server.

    For example, to display alternate server 1's properties, type:

    -> show -d properties /SP/clients/activedirectory/alternateservers/1
    /SP/clients/activedirectory/alternateservers/1
     	Properties:
     		address = (none)
     		port = 0
    ->
    
  7. Display the certificates configured for the switch's alternate AD servers.
    -> show -d properties /SP/clients/activedirectory/alternateservers/X/cert
    ->
    

    where X is 1 through 5 for the alternate server.

    For example, to display alternate server 1's certificate, type:

    -> show -d properties /SP/clients/activedirectory/alternateservers/1/cert
    /SP/clients/ldapssl/activedirectory/1/cert
     	Properties:
     		certstatus = certificate not present
     		clear_action = (Cannot show property)
     		issuer = (none)
     		load_uri = (Cannot show property)
     		serial_number = (none)
     		subject = (none)
     		valid_from = (none)
     		valid_until = (none)
     		version = (none)
    ->
    
  8. Display the configured AD DNS locator queries.
    -> show -d properties /SP/clients/activedirectory/dnslocatorqueries/X/cert
    ->
    

    where X is 1 through 5 for the locator query.

    For example, to display locator query 1's properties, type:

    -> show -d properties /SP/clients/activedirectory/dnslocatorqueries
    /SP/clients/activedirectory/dnslocatorqueries/1
     	Properties:
     		service = _ldap._tcp.gc._msdcs.DOMAIN.PORT:3269
    ->
    

    Different locator queries can be configured for different ports of the same service and domain, or for entirely different services or domains.

Related Information