This post is more than 5 years old
1 Rookie
•
47 Posts
0
2019
September 28th, 2010 12:00
difference between celerra cifs server netbios name and compname
Folks,
I tried and tried and tried to understand the difference between a celerra cifs server compname and netbios name.
a) what is the difference between these two.
b) When to use a netbios name and when to use a compname or use both?
c) I see that the procedure to rename a cifs server name involves creating a netbios name, then rename it and then create compname. Why?.
Please answer the questions as much detailed as possible.
Thank you for your time.
No Events found!
gbarretoxx1
366 Posts
0
September 29th, 2010 15:00
Hi,
This might work, but VDM's would save you too much time.
Also, you have less point of failures on your procedure. All these tools work well, but since they are host based, you always have environment variables that not always are expected.
I strongly recommend you to use VDM's.
Gustavo Barreto.
gbarretoxx1
366 Posts
1
September 28th, 2010 15:00
Hi,
a) what is the difference between these two.
b) When to use a netbios name and when to use a compname or use both?
"compnames" are used for W2K, W2K3 CIFS servers, while "netbios" are used for WinNT CIFS servers.
c) I see that the procedure to rename a cifs server name involves creating a netbios name, then rename it and then create compname. Why?.
I think it's a DART design. Only WinNT CIFS servers can be renamed, that's why we need to turn them to WinNT servers, rename, and turn them back to W2K/W2K3 servers.
The primus emc156835 has this note :
" There is no direct way to simply "rename" a Celerra compname from one name to another; you must use the following procedure. This procedure allows a compname to be removed from the domain; creates a new CIFS NetBIOS name; undergoes a NetBIOS rename operation that re-indexes the server database to preserve the Data Mover’s shares, LocalGroups security context, and folder/file permissions on file systems; deletes the NetBIOS name and then re-adds and joins the new compname back to Active Directory. This procedure can be safely applied to regular CIFS Servers and CIFS Servers that are members of VDM containers. When using the following procedure, please note that NetBIOS names cannot be longer than 15 characters. "
Gustavo Barreto.
white221g
1 Rookie
•
47 Posts
0
September 29th, 2010 07:00
Thanks Gustavo for your response. Very helpful.
My main intention to use the rename feature is for migration without using VDM. Please let me know if this will this work: i need to migrate cifs server prodboxA from one site to another. (This server has local groups.). Plan is to create a new cifs server called prodboxB at destination and join to domain, copy all the FS using celerra replicator, copy all local groups and shares using lgdup and sharedup, then take prodboxA at source site offline and rename prodboxB to prodboxA using the standard EMC rename procedure.