Operating System - HP-UX
1833954 Members
1941 Online
110063 Solutions
New Discussion

HP UX SERVER ADD TO WINDOWS DOMAIN

 
Noble Sebastian
Frequent Advisor

HP UX SERVER ADD TO WINDOWS DOMAIN

hi , friend

I install my HP UX 11.23 server samba and configure , now i get Hp server in my windows xp pc .But i cann't login to hp ux server .
asking username passwd .
i put hp ux username , passwd but not taking

my system is client of windows domain

my domain name citibank.com


how i can access hp server in winxp ?
how to add hp server to my domain


thanks
Noble
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: HP UX SERVER ADD TO WINDOWS DOMAIN

Shalom,

First the smb.conf file must be configured security = ads

Then you use the command net join to join the domain.

net join hostnamedomaincontroller -U administrator

You will be prompted for and administrator password for the windows domain controller.

More details for deeper issues.
Configuring the ADS domain for HP-UX
http://docs.hp.com/en/J4269-90017/ch02s05.html

Integration
http://docs.hp.com/en/1408/ADSLDUX.pdf

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Noble Sebastian
Frequent Advisor

Re: HP UX SERVER ADD TO WINDOWS DOMAIN

hi
i put entry in smb.conf

1 workgroup = CITIBANK.COM (My domain)
2 security = domain
3 password server = 10.0.130.131
4
fe : testshare

; comment = monitor user only share
path = /home/oratst/farhan/citibank
valid users = monitor
public = no
writable = yes
printable = no
; create mask = 0765


now i try add hp server to win domain
net join CITIBANK.COM -U administrator
but not working

can u help me

thanks
noble
Wang,MinJie
Super Advisor

Re: HP UX SERVER ADD TO WINDOWS DOMAIN

Hey Noble
If you want to add HP-UX into windows domain
first of all you should edit /etc/krb5.conf
here is the example:
[libdefaults]
default_realm =

[realms]
= {
kdc =
}
[domain_realm]
.kerberos.server =

[logging]
kdc = FILE:/var/log/krb5kdc.log
admin_server = FILE:/var/log/kadmin.log
default = FILE:/var/log/krb5lib.log
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<


then you run "net ads join -Uadministrator"
and input the password of the administrator of your DC after it prompts you to do
and you will success

by the way, you should resolve DC in your hp-ux