Changes

Jump to navigation Jump to search
1,158 bytes added ,  09:48, 13 October 2008
Line 75: Line 75:  
'''''--Configuration:'''''
 
'''''--Configuration:'''''
   −
  Currently supported via the standard Server Manager Panel
+
1. Open a shell (bash) session and log into your SME box with root access.
 +
 
 +
3. At the bash prompt:  config setprop smb ServerName machine_name_for_domain_member_box
 +
 
 +
4. At the bash prompt: config setprop smb ServerRole DM
 +
 
 +
5. At the bash prompt:  config setprop smb WINSServer ip_address_of_domain_PDC
 +
 
 +
6. Verify settings. config show smb.  You should get similar output to the following.
 +
 
 +
[root@testbed ~]# config show smb
 +
smb=service
 +
    DeadTime=10080
 +
    DomainMaster=no
 +
    KeepVersions=disabled
 +
    OpLocks=enabled
 +
    OsLevel=35
 +
    RecycleBin=disabled
 +
    RoamingProfiles=no
 +
    ServerName=testbed2
 +
    ServerRole=DM
 +
    ShadowCount=10
 +
    ShadowDir=/home/e-smith/files/.shadow
 +
    UnixCharSet=UTF8
 +
    UseClientDriver=yes
 +
    WINSServer=90.0.0.20
 +
    Workgroup=lei-salem
 +
    status=enabled
 +
 
 +
7. At bash prompt:  signal-event workgroup-update
 +
 
 +
8. At the bash prompt:  net rpc join -U admin%pdc_admin_password
 +
 
 +
[root@testbed2 ~]# net rpc join -U admin%pdc_admin_password
 +
Joined domain LEI-SALEM.
 +
[root@testbed2 ~]#
 +
 
 +
Note: You will need the admin password from your PDC to complete this step.
 +
 
 +
9.  At the bash prompt:  signal-event workgroup-update.
 +
 
 +
Your SME Domain Client box shares should now be accessable.
    
==== Domain Member ====
 
==== Domain Member ====
board, director
297

edits

Navigation menu