Microsoft Virtualization Discussions

Powershell Cifs Setup alternate server name

Sebastiaan
3,588 Views

Does any one know if it's possible to setup cifs using powershell with an other CIFS servername than the vfiler name? I can not find this option.

 

Thanks in advance

1 ACCEPTED SOLUTION

Sebastiaan
3,492 Views

Hi i found the option -vfiler under connect-nacontroller that did the trick

Connect-NaController -Name fysical filer name -Vfiler vfiler name

View solution in original post

3 REPLIES 3

JGPSHNTAP
3,557 Views

Does this not work -

 

Set-NaCifs [-CifsServer]

Sebastiaan
3,543 Views

That should be the case if but i can not connect to the vfiler adress for management. So i've to do this trhough the fysical filers connection. I will try to make it little bit more clear what i'm trying to do.

 

In the production network wa've an vfiler vfcc003 with adress 10.1.2.3 in ipspace prod and the windows name is also vfcc003, we need an clone to an test dev network with the same ipadresses and names for windows.

So i've created an new vfiler vfcc003-dev with adress 10.1.2.3 in ipspace dev the Active directory will also be copied on a regular base from production to the test dev environment so i need to rerun the cifs setup again. Because the test dev network is using the adresses but in different vlans i can not access the destination vfiler from the scripting host.

Sebastiaan
3,493 Views

Hi i found the option -vfiler under connect-nacontroller that did the trick

Connect-NaController -Name fysical filer name -Vfiler vfiler name

Public