
UNSOLVED
sharedup not working to Isilon
Good day
I am busy migrating from a Windows server the data to a new installed Isilon with OneFS 8.0.10.
The server and Isilon are joined to the domain.
Created C$ in the access zone SMB share
Can access the C$ in the MMS
If I execute the below I do see the shares
SHAREDUP \\windowserver \\isloncluster name ALL /R /SD /FO:c:\temp\output.txt
When I import it via the SHAREDUP \\windowserver \\isloncluster name ALL /R /SD /FO:c:\temp\output.txt command I get the following error:
WARNING : The local groups "WinRMRemoteWMIUsers__" and "windowsserver-
01_WinRMRemoteWMIUsers__" do not exist on the \\isliolonclustername server
SHAREDUP source:windowsserver target:isilon
Summary results:
Elapsed time: hours: 00, mins: 00, secs: 00
No share found on server windowserver
Would be great if you could assist me?
Thank you
Responses (4)
Solutions (0)
Local groups MSRPC call is not supported for Isilon, thus you get following error:
WARNING : The local groups "WinRMRemoteWMIUsers__" and "windowsserver-
01_WinRMRemoteWMIUsers__" do not exist on the \\isliolonclustername server
Check out this:
sharedup from VNX to Isilon migration?
Phil
Reply

Heiko4444
1 Rookie
•
8 Posts
966
0
Posted November 3rd, 2016 05:00
after deleting the WinRMRemoteWMIUsers__" it works. Must be some Windows 2012 thing.
What is the correct command to execute the SHAREDUP \\windowserver \\isloncluster name ALL /R /SD ?
On the windows server I created a c:\publicfolder which is shared.
On the Isilon I created a PublicFolder but I do get the below error?
to export directory "C:\PublicFolder"...
Error=0x00000844: Unable to add the share on target server
NetShareAdd:The device or directory does not exist.
Any ideas please?