Unsolved
This post is more than 5 years old
28 Posts
0
1055
October 29th, 2008 10:00
robocopy between celerra FS's or server_archive
hey just a quick question :
I am trying to copy a folder that sits in one FS onto another FS. Reading the posts here server_archive looks ok for this but I was wondering can it do /MIR like robocopy can? (mirror switch) i want to do a copy then sync it up before i redirect the users.. I would use robocopy but weirdly I am getting the following error :
ERROR: You do not have the Manage Auditing user right.
***** You need this to copy auditing information (/COPY:U or /COPYALL).
The account I am using is a local administrator on the celerra (which has this user right by default) CIFS server so I have no idea why robocopy is throwing this error...
Thanks,
packetboy
I am trying to copy a folder that sits in one FS onto another FS. Reading the posts here server_archive looks ok for this but I was wondering can it do /MIR like robocopy can? (mirror switch) i want to do a copy then sync it up before i redirect the users.. I would use robocopy but weirdly I am getting the following error :
ERROR: You do not have the Manage Auditing user right.
***** You need this to copy auditing information (/COPY:U or /COPYALL).
The account I am using is a local administrator on the celerra (which has this user right by default) CIFS server so I have no idea why robocopy is throwing this error...
Thanks,
packetboy
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
1
October 29th, 2008 11:00
Peter_EMC
674 Posts
1
October 30th, 2008 00:00
please recheck the user rights, you need the "Manage Auditing and Security Log" right. If you are copying between different compnames, you need it on the source and the target.
Thanks
Peter
packetboy2
28 Posts
0
October 30th, 2008 02:00
oh well i will use this then set the audit information afterwards.. i will have to save server_archive for another time
thanks for the replys guys