UNSOLVED

vbharath011

updated

16 years ago

1

1847

September 21st, 2010 00:00

cant able to join a standalone cifs server into domain

we are having Celerra-NSG2. i created a cifs standalone server and the share access was given to local user. now i want to add that server in the domain. in the cifs server properties there is no settings to add the server to domain. how should i add this server . when i try using the Server_cifs command i get the following error.

[nasadmin@CS0 ~]$ server_cifs server_2 -Join compname=TEST,domain=***.co.in,admin=****,"ou=EMC Celerra"
server_2 : Enter Password:*********

Error 4020: server_2 : failed to complete command
[nasadmin@CS0 ~]$

[nasadmin@CS0 ~]$server_cifs server_2
CIFS Server(standalone) TEST[TEST] RC=2
Comment='EMC-SNAS:T5.6.48.7'
if=cladstr l=10.10.8.25 b=10.10.15.255 mac=0:60:16:3e:e7:9c
Password change interval: 0 minutes

[nasadmin@CS0 ~]$

  • Peter_EMC

    674 Posts

    426

    0

    Posted September 21st, 2010 02:00

    server_cifs server_2 -add compname= ,domain=
                       [,alias= ...]
                       [,hidden={y|n}][,authentication={kerberos|all}]
                       [,netbios= ]
                       [[,interface= [,wins= [: ]][,dns= ]]...]
                       [,local_users]
                       [-comment ]

    before joining it.

  • 426

    0

    Posted September 21st, 2010 23:00

    i created a cifs server as standalone &  given to production with local user access.when i try to add the standalone cifs server to domain. i get the following error. it says duplicated netbios name. in the browser interface there is no option. how to join the standalone cifs server into domain.

    [nasadmin@CS0 ~]$ server_cifs server_2 -add compname=test,domain=****.co.in,interface=****,local_users
    server_2 : Enter Password:*********
    Enter Password Again:*********

    Error 4020: server_2 : failed to complete command
    [nasadmin@CS0 ~]$
    --------------
    [nasadmin@CS0 ~]$Server_log Server_2

    2010-09-22 09:57:41: SMB: 3: Cifs error: Duplicated netbios name
    2010-09-22 09:57:41: ADMIN: 3: Command failed:  cifs add compname=TEST domain=*****.CO.IN
    2010-09-22 09:58:32: SMB: 3: Cifs error: Duplicated netbios name
    2010-09-22 09:58:32: ADMIN: 3: Command failed:  cifs add compname=TEST domain=*****.CO.IN interface=*****

    2010-09-22 10:10:03: SMB: 3: Cifs error: Duplicated netbios name
    2010-09-22 10:10:03: ADMIN: 3: Command failed:  cifs add compname=TEST domain=******CO.IN localAdminPassword=****************** interface=******

    cifs server.bmp

  • Peter_EMC

    674 Posts

    426

    0

    Posted September 21st, 2010 23:00

    I would suggest the following:

    for testing:

    - create an additional standalone (a new netbios name) with local users,

    use it with local users

    if this is working, delete it without using the option -remove_localgroup and create a compname with loacl users joined using the netbios name from above as compname.

    If this is also working go this way for your original standalone name.

  • SAMEERK1

    296 Posts

    426

    0

    Posted October 7th, 2010 09:00

    Were you able to join the Standalone cifs server to the domain. ?

    I am trying to do this with no luck

  • sebbyr

    99 Posts

    426

    0

    Posted October 7th, 2010 11:00

    a stand-alone CIFS server does not have access to a domain and its associated

    services. The only users that can connect to a stand-alone CIFS server are those that use a

    local user account created and managed on the stand-alone CIFS server with the CIFS server

    itself performing all user authentications.

    You could try deleting the standalone and recreate with the same name.  A standalone is not meant to be joined to the domain. 

  • Rainer_EMC

    6 Operator

    8645 Posts

    426

    0

    Posted October 8th, 2010 07:00

    There are only limited uses cases for a standalone CIFS server – i.e. if you don’t have a domain or are not allowed to join one

    Almost all of our customers used domain-joined CIFS servers

  • SAMEERK1

    296 Posts

    426

    0

    Posted October 8th, 2010 07:00

    I got this from the Cifs document, but was bit confused by these posts...

    Anyways thanks for the info.

    Sameer Kulkarni