artfulbodger
Technical User
I am working an interesting problem here - hopefully someone can help.
I cannot get my Solaris 11 host to join an AD domain. Here is what I have thus far:
First, I am using the following as refernce as I try to do this:
Oracle.com
Solaris 11: Join AD Domain for Samba
Next, in my troubleshooting, I am getting an error message of smbrdr_exchange[115]: failed (INVALID_PARAMETER)
Thing is, I don't know what parameter is invalid and don't know where to go from here....
Here is my /etc/krb5/krb5.conf:
My /etc/resolv.conf
Then, I do the following
[red]svcadm enable -r smb/server[/red]
[red]smbadm join -u areed patriots.dds.net[/red]
[blue]After joining patriots.dds.net the smb service will be restarted automatically.
Would you like to continue? [no]: yes
Enter domain password:
Joining patriots.dds.net ... this may take a minute ...
failed to find any domain controllers for patriots.dds.net
[/blue]
[red]tail /var/adm/messages [/red]
I am at a loss here...can anyone shed some light on this?
-----
Allan D. Reed
I cannot get my Solaris 11 host to join an AD domain. Here is what I have thus far:
First, I am using the following as refernce as I try to do this:
Oracle.com
Solaris 11: Join AD Domain for Samba
Next, in my troubleshooting, I am getting an error message of smbrdr_exchange[115]: failed (INVALID_PARAMETER)
Thing is, I don't know what parameter is invalid and don't know where to go from here....
Here is my /etc/krb5/krb5.conf:
Code:
[libdefaults]
# default_realm = ___default_realm___
default_realm = PATRIOTS.DDS.NET
[realms]
# ___default_realm___ = {
# kdc = ___master_kdc___
# kdc = ___slave_kdc1___
# kdc = ___slave_kdc2___
# kdc = ___slave_kdcN___
# admin_server = ___master_kdc___
# }
PATRIOTS.DDS.NET = {
kdc = washington.patriots.dds.net
admin_server = washington.patriots.dds.net
kpasswd_server = washington.patriots.dds.net
kpasswd_protocol = SET_CHANGE
}
[domain_realm]
# ___domainname___ = ___default_realm___
.patriots.dds.net = PATRIOTS.DDS.NET
[logging]
default = FILE:/var/krb5/kdc.log
kdc = FILE:/var/krb5/kdc.log
kdc_rotate = {
# How often to rotate kdc.log. Logs will get rotated no more
# often than the period, and less often if the KDC is not used
# frequently.
period = 1d
# how many versions of kdc.log to keep around (kdc.log.0, kdc.log.1, ...)
versions = 10
}
[appdefaults]
kinit = {
renewable = true
forwardable= true
}
My /etc/resolv.conf
Code:
domain patriots.dds.net
nameserver 10.14.1.10
[code]
My /etc/nsswitch.conf
[code]
hosts: files dns mdns
ipnodes: files dns mdns
Then, I do the following
[red]svcadm enable -r smb/server[/red]
[red]smbadm join -u areed patriots.dds.net[/red]
[blue]After joining patriots.dds.net the smb service will be restarted automatically.
Would you like to continue? [no]: yes
Enter domain password:
Joining patriots.dds.net ... this may take a minute ...
failed to find any domain controllers for patriots.dds.net
[/blue]
[red]tail /var/adm/messages [/red]
Code:
May 5 11:55:27 robotics smbd[1215]: [ID 702911 daemon.notice] service shutting down
May 5 11:55:27 robotics smbd[1215]: [ID 702911 daemon.notice] service terminated
May 5 11:55:46 robotics smbd[1246]: [ID 702911 daemon.notice] service initialized
May 5 11:56:38 robotics smbd[1246]: [ID 702911 daemon.error] smbrdr_exchange[115]: failed (INVALID_PARAMETER)
May 5 11:56:38 robotics last message repeated 3 times
May 5 11:56:38 robotics smbd[1246]: [ID 702911 daemon.error] cannot locate domain controller for patriots.dds.net
I am at a loss here...can anyone shed some light on this?
-----
Allan D. Reed