Manage Active Directory DNS Locator
Note -
You can use the
get and
set commands to configure the
Active Directory DNS Locator settings. For a description of the MIB objects used in this procedure, see the table that follows the procedure.
-
Log in to a host that has an SNMP tool and the Oracle ILOM MIBs installed. For example, type:
ssh username@snmp_manager_ipaddress
Password: password
-
To view the state of Active Directory DNS locator, type:
% snmpget SNMP_agent
ilomCtrlActiveDirDnsLocatorEnabled.0
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirDnsLocatorEnabled.0 =
INTEGER: false(2)
-
To set the state of Active Directory DNS locator ID number 2 to enabled, type:
% snmpset SNMP_agent
ilomCtrlActiveDirDnsLocatorEnabled.0 i 1
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirDnsLocatorEnabled.0 =
INTEGER: true(1)
% snmpget SNMP_agent
ilomCtrlActiveDirDnsLocatorEnabled.2
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirDnsLocatorEnabled.2 =
INTEGER: true(1)
-
To view the service name of Active Directory DNS locator ID number 2, type:
% snmpget SNMP_agent
ilomCtrlActiveDirDnsLocatorQueryService.2
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirDnsLocatorQueryService.2 =
STRING: _ldap._tcp.dc._msdcs.<DOMAIN>.<PORT:636>
-
To set the service name and port number of Active Directory DNS locator ID number 2, type:
% snmpset SNMP_agent
ilomCtrlActiveDirDnsLocatorQueryService.2 s
“_ldap._tcp.pdc._msdcs.<DOMAIN>.<PORT:936>”
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirDnsLocatorQueryService.2 =
STRING: _ldap._tcp.pdc._msdcs.<DOMAIN>.<PORT:936>
% snmpget SNMP_agent
ilomCtrlActiveDirDnsLocatorQueryService.2
SUN-ILOM-CONTROL-MIB::ilomCtrlActiveDirDnsLocatorQueryService.2 =
STRING: _ldap._tcp.pdc._msdcs.<DOMAIN>.<PORT:936>
The following table describes the Active Directory DNS Locator SNMP MIB objects.
|
|
|
|
|
ilomCtrlActive
DirDnsLocator
Enabled
|
Specifies whether or not the Active Directory DNS locator functionality is enabled.
|
true(1), false(2)
|
Integer
|
false
|
ilomCtrlActive
DirDnsLocator
QueryId
|
An integer identifier of the Active Directory DNS Locator Query entry.
|
1 to 5
This object is not accessible for reading or writing.
|
Integer
|
None
|
ilomCtrlActive DirDnsLocator QueryService
|
The service name that is used to perform the DNS query. The name can contain <DOMAIN> as a substitution marker, being replaced by the domain information associated for the user at the time of authentication. The service name can also contain <PORT:>, which can be used to override any learned port information, if necessary. For example, <PORT:636> can be specified for the standard LDAP/SSL port 636.
|
name (maximum of 255 characters)
|
String
|
None
|
|