I'd suspect SMB daemon is not running on your system. The smbadm CLI requires the CIFS service to be online. Run `svcs -a | grep smb` to see if SMB daemon is online. Run `svcadm enable smb/server` to enable the CIFS service.
Regards, Natalie > -------- Original Message -------- > Subject: [storage-discuss] CIFS Server - joining a domain? > Date: Mon, 26 Nov 2007 14:18:54 +0000 > From: [EMAIL PROTECTED] > To: [email protected] > > > > I have tried to join a system running CIFS Server to a Active > Directory domain hosted on Windows Server 2003 R2. Here's what > happens: > > bash-3.2# uname -a > SunOS s4-400-01 5.11 snv_77 i86pc i386 i86pc > bash-3.2# smbadm join -u Administrator my.domain.net > Enter domain password: Joining 'my.domain.net' ... this may take a > minute ... > failed to join domain 'my.domain.net' (INTERNAL_ERROR) > bash-3.2# dmesg > [...] > Nov 26 14:11:23 s4-400-01 smbadm[3178]: [ID 792746 user.error] > SmbdJoinDomain: open /var/run/smbd_door_old failed No such file or > directory > Nov 26 14:11:23 s4-400-01 smbadm[3178]: [ID 984187 user.error] > SmbdJoinDomain: cannot open the door > bash-3.2# > How do I diagnose / fix this? > > > _______________________________________________ > storage-discuss mailing list > [email protected] > http://mail.opensolaris.org/mailman/listinfo/storage-discuss > > _______________________________________________ storage-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/storage-discuss
