boomam Posted December 20, 2007 Posted December 20, 2007 Hi. About 3 months or so ago i started blasting apps out, where possible, via GPOs. The deployment share "\\server\gpsins" is on our main DC/file server. I want to move the apps to another server, a modified nas, so the paths would be "\\nas1\gpsins". Im happy going into each GPO and removing/re-adding the new paths to the programs, but what i want to know is: Will all the machines start installing the software again, or will it not bother as its previously installed? Thanks in advance all. .
sahmeepee Posted December 20, 2007 Posted December 20, 2007 Bad news! It'll reinstall. In a few moments, someone will be along to chastise you for not using DFS!
localzuk Posted December 20, 2007 Posted December 20, 2007 You should've used DFS! But yes, it will re-install as it will think they are new versions of the software.
boomam Posted December 20, 2007 Author Posted December 20, 2007 Why should i have used DFS? It wasnt really an option to begin with, the NAS was a later addition, and whoever setup the DC before i started didnt have DFS installed/configured on it.
cookie_monster Posted December 20, 2007 Posted December 20, 2007 Take a look at this link. http://www.windowsdevcenter.com/pub/a/windows/2005/04/05/dfs.html @ localzuk Do you find DFS usefull in other situations as well?
boomam Posted December 20, 2007 Author Posted December 20, 2007 Take a look at this link. http://www.windowsdevcenter.com/pub/a/windows/2005/04/05/dfs.html @ localzuk Do you find DFS usefull in other situations as well? Hmm. Interesting, So DFS is basically a virtual filesystem, where i can change paths as nessessary, tranparenty to the rest of the network? Im wondering how it can get me around this problem though? I can setup the existing DC/File server as the DFS root, and add several folders on the NAS as par of the DFS, but the programs would just want to re-install wouldnt they? Therefore negating the need for me to use DFS in the first place. .
techyphil Posted December 20, 2007 Posted December 20, 2007 Very interesting, glad I read that myself before I went down that route. Atm I do all unattended installs etc after a Install of Windows XP. Cheers guys
ChrisH Posted December 20, 2007 Posted December 20, 2007 Having software installs look at an old file source is an absolute pita and can cause all sorts of propblems. DFS is the best solution although I dont think it's 2 clever using 2 different sources sometimes.
cookie_monster Posted December 20, 2007 Posted December 20, 2007 Is it possible to fool packages by using a DNS alias if you move them to another location?
sahmeepee Posted December 20, 2007 Posted December 20, 2007 Im wondering how it can get me around this problem though? I can setup the existing DC/File server as the DFS root, and add several folders on the NAS as par of the DFS, but the programs would just want to re-install wouldnt they? Therefore negating the need for me to use DFS in the first place. . Although we don't use it here yet, my understanding is that you can set up a root which you access via \\yourdomain\installpoint\ much like you can probably type \\yourdomain\netlogon right now to get at the netlogon folder which actually lives on your DCs. That way you can have a "virtual" location which never changes and so that software won't be reinstalled. Of course, it's a bit late now - you'd want to have the DFS set up prior to the original software installation.
ChrisH Posted December 20, 2007 Posted December 20, 2007 Is it possible to fool packages by using a DNS alias if you move them to another location? You can do this but you also need to add a little tweak to the registry to allow the machine to answer to the old servers name using the normal \\server\share format.
cookie_monster Posted December 20, 2007 Posted December 20, 2007 Can you provide a bit more info on that please ChrisH?
ChrisH Posted December 20, 2007 Posted December 20, 2007 This KB article has the info you just have to disable the strict name checking: http://support.microsoft.com/kb/281308
cookie_monster Posted December 20, 2007 Posted December 20, 2007 Oh yes i've actually read that before, thanks for jogging the grey matter.
boomam Posted January 7, 2008 Author Posted January 7, 2008 This KB article has the info you just have to disable the strict name checking: http://support.microsoft.com/kb/281308 So this will allow me to change file locations without redeployment?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now