This post is more than 5 years old
4 Posts
0
4539
September 10th, 2008 17:00
Can I rename my CIFS Server using Celerra Manager GUI
I'm not sure if I can rename my CIFS server from the Celerra Manager. Do I delete my CIFS server then create a new one and add it to my AD domain? If I do it this way, will my shares and data stay intact? Thanks.
No Events found!


nandas
6 Operator
•
1.5K Posts
0
September 11th, 2008 09:00
Here all the commands are run on server_2 - replace it with your server name or VDM name in case the CIFS is configured on VDM. The example uses old comp name as W2K3, new Compname as W2K3New, Domain name as abc.com.
1) Unjoin (remove) the original compname from the domain:
# server_cifs server_2 -Unjoin Compname=W2k3,domain=abc.com,admin=Administrator
2) Delete the compname from the Data Mover·s CIFS configuration (local groups are not deleted):
# server_cifs server_2 -delete compname=W2k3
3) Add the name back to the Data Mover·s CIFS configuration as a Netbios name (Create a NetBIOS with the same name as above) :
# server_cifs server_2 -add netbios=W2k3,domain=abc,interface=
4) Rename the Netbios server to the new name (Local groups are automatically renamed):
# server_cifs server_2 -rename -netbios W2k3 W2k3New
5) Delete the newly renamed NetBIOS name from the Data Mover·s CIFS configuration (local groups are not deleted) :
# server_cifs server_2 -delete netbios=W2k3prod
6) Add and join the new Compname to the CIFS configuration and AD domain:
# server_cifs server_2 ·add compname=W2k3New,domain=abc.com,interface=
# server_cifs server_2 ·Join compname=W2k3New,domain=abc.com,admin=Administrator
This is detailed in the EMC Primus emc156835.
Hope this helps,
Sandip
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
September 10th, 2008 17:00
http://forums.emc.com/forums/thread.jspa?messageID=475892
Peter_EMC
674 Posts
0
September 10th, 2008 22:00
But there is a way of doing it, using a few commands.
nandas
6 Operator
•
1.5K Posts
0
September 11th, 2008 06:00
My 2 cents
Thanks,
Sandip
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
September 11th, 2008 08:00
thanks a bunch
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
September 11th, 2008 09:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
September 11th, 2008 09:00
Message was edited by:
dynamox
Message was edited by:
dynamox
nandas
6 Operator
•
1.5K Posts
0
September 11th, 2008 09:00
However, I am posting the official procedure to rename a CIFS servers on my next message.
Thanks,
Sandip
nandas
6 Operator
•
1.5K Posts
0
September 11th, 2008 09:00
Sandip
nandas
6 Operator
•
1.5K Posts
0
September 11th, 2008 10:00
Thanks again,
Sandip
CoryDetty
4 Posts
0
September 11th, 2008 10:00