- make copy of mm, res and index (or better said, rename them)
- uninstall NW
- install NW, this time on D or wherever you want
- stop services
- delete mm, res, index on new location
- move old mm, res and index to new location
- start services
Note that if you had any resource which on backup server had pointed out to C: drive (like custom notification) and which was refering to NSR path, it will need to be altered manually.
ble1
4 Operator
•
14.4K Posts
0
September 8th, 2015 03:00
Just to expand on what nicola already said:
- stop NW
- make copy of mm, res and index (or better said, rename them)
- uninstall NW
- install NW, this time on D or wherever you want
- stop services
- delete mm, res, index on new location
- move old mm, res and index to new location
- start services
Note that if you had any resource which on backup server had pointed out to C: drive (like custom notification) and which was refering to NSR path, it will need to be altered manually.
ZennaroNicola
1 Rookie
•
88 Posts
1
September 8th, 2015 01:00
Hi
you can try :
shutdown nw services
uninstall nw
install nw on D: partition
keep your original nsr (in C:\Program Files\...\nsr) and substitute the new one (just created on D:)
start nw services
let me know
regards,
-nicola
B4FQqUoIrW12094
60 Posts
0
September 8th, 2015 03:00
Hi,
Please refer below article
https://emc--c.na5.visual.force.com/apex/KB_BreakFix_1?id=kA1700000001MhN
This is for unix , but its slimier in windows also
To move some of the NetWorker folders to a different mount point you have to follow these steps:
1 - Stop NetWorker services.
2 - Rename the desired directory.
For example: /nsr/tmp /nsr/tmp.old
3 - Create a new folder with the same name: /nsr/tmp
4 - Now we assign the new mount point to the new created folder:
1 - Go to Disk Manager, right-click the partition or volume where you want to mount-point folder path, and then click Change Drive Letter and Paths.
Click Add. Click Mount in the following empty NTFS folder, type path of an empty folder on a NTFS volume.
2 - Using command line: At command prompt: diskpart At diskpart prompt: list volume
At diskpart prompt: select volume
At diskpart prompt: assign [mount=path]
Now copy all the data from the old directory (/nsr/tmp.old) to the new one (/nsr/tmp).
Identify the partition/moint point you want to use:
df -k
Move the old directory to the moint point, but with the original name:
mv /nsr/tmp.old /newmount/nsr/tmp
Create a soft link between folders:
ln -s /newmount/nsr/tmp /nsr/tmp
5 - Start NetWorker services.
Michael891
1 Rookie
•
34 Posts
0
September 8th, 2015 09:00
Many Thanks for the suggestions, will try to test them and tell them the result