Comments
3 comments
-
Thanks for your post.
If you have uninstalled the server components from add/remove programs first, then you should be able to specify a new location when you reinstall.
However, I don't think this is made very easy with the cluster aware installation.
You should be able to force the installer to use a specified path if you launch the installer from the command line and specify the path using the /path argument. e.g.
SQBServerSetup_6.1.0.16.exe /PATH "E:\SQL Backup\Server Components"
I hope this helps. -
Hi Chris,
Thanks for this. I tried it but it still didn't work. Ended up cleaning out the SQL Backup Agent service registration from the registry (it wasn't deleted by the uninstaller) and rebooting the node before reinstalling - and then it finally installed to the same directory on both nodes. -
Hi,
That does sound like it would be the cause. The registry key contains the path to the service, and SQL Backup will only use this location if the key is there. It really should have been removed when you uninstalled.
Thanks for finding a workaround to the problem.
I'll make sure the dev team are aware of this.
Add comment
Please sign in to leave a comment.
Edit: I've also tried installing the components on both cluster nodes at the same time as well as separately - when installing on one node the installer says it will install in c:\program files\... - but the components are still installed in e:\program files\... on the second cluster node. If I run the SQB setup separately on each cluster node, I still cannot specify the target folder, it just lists out the e:\program files\... folder on the secondary node at the end of the install.