Unsolved
This post is more than 5 years old
15 Posts
0
4489
May 21st, 2009 07:00
Celerra - adding a cifs server to existing shares
I have found that the only time I can add server names to a share is at the time of creation. If I try and add a new cifs server name and assign it to existing shares I get Invalid argument
Share error: Sharename already used to declare netbios share
Is there any way around this without recreating the share?
Share error: Sharename already used to declare netbios share
Is there any way around this without recreating the share?
0 events found
No Events found!


Peter_Cahill
15 Posts
0
May 21st, 2009 07:00
Example:
Windows server1 has sharename data - copy files, create sharename data under cifs server1 name.
later on:
Windows server2 has sharename data - copy files to server1 data share and would like to add server2 cifs name and add the data share.
End result Server1,Server2 both have data share in the same location.
Peter_Cahill
15 Posts
0
May 21st, 2009 07:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
May 21st, 2009 07:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
May 21st, 2009 07:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
May 21st, 2009 07:00
julieg1
2 Intern
•
305 Posts
0
May 24th, 2009 18:00
I have moved your question from the Powerlink lite forum into the Celerra forum, since you have access to all forums.
Regards
Julie
Forums Admin
Rainer_EMC
6 Operator
•
8.6K Posts
0
May 25th, 2009 09:00
normally you would use a regular share - for that you specify which CIFS server it is valid on
The other option is a "global" share - that is available for all CIFS servers on that data mover
what you can do is just create another share with the same share name for that new CIFS server
changing between these two types after they have been created isnt implemented
I agree with the previous poster though - this sounds entirely too complicated.
I would suggest to just create one CIFS and use NetBIOS and DNS aliases to mimick the others ones
ericluyten
31 Posts
0
August 12th, 2009 06:00
I just found out, on an NS80 with s/w version 5.6.44, that a CIFS share
that was initially set up as a global share using the GUI, can be changed
to a local share (and back !), but if the share was initially set up as 'local'
and thusly accessible to one specific CIFS server, you're out of luck
changing it to 'global', it appears.
"Share error: Sharename already used to declare netbios share"
Message ID: 13690601492
Eric.
Rainer_EMC
6 Operator
•
8.6K Posts
0
August 13th, 2009 05:00
I dont think that's really a committed functionality - I guess it just works this way by coincidence.
If you care you could open a Product Enhancement Request
KTelep
1 Rookie
•
24 Posts
0
August 27th, 2009 10:00
Example:
Lets say I have share 'DATA' on cifssrv1 which I access via \\cifssrv1\DATA.
I want to make it so I can also access DATA via cifsserv2
I have 2 ways of doing it in the CLI
1. Makes it show up properly, execute these two commands, as long as it's done within 30 seconds or so your windows hosts should not timeout from the blip in access.
server_export server_2 -unexport "DATA" -option netbios=cifssrv1
server_export server_2 "DATA" -option netbios=cifssrv1,netbios=cifssrv2 /DATA
2. Just add the second export, no loss of connectivity on the existing cifs.
server_export server_2 "DATA" -option netbios=cifssrv2 /DATA
RogerLBenson
1 Rookie
•
10 Posts
0
September 1st, 2009 07:00
Unexporting it from the old CIFS share and then exporting it where you want it makes the most sense, otherwise you run the risk of having competing CIFS accesses to the same files.
jvtv
42 Posts
0
November 29th, 2011 05:00
Hi There.
I'm having this same issue in a NS120. I had a CIFS server "filer01", registered at a "Domain 1", with all permissions configured, quotas, etc. Now I have to create a new CIFS server because we need users from another domain to access the shares on that FS. I created "filer02" in "Domain 2" to do that, but I can't add the new CIFS server to the share properties.
Is there a solution for this two years from the original question in this post? :-) any workaround?