SQL2012 sp2 Enterprise Cluster Install problem - Updating permission setting for file F:\System Volume Information\ResumeKeyFilter.store' failed
hi
new win2012r2 2 node physical cluster. receiving error message(never seen before) during sql2012 installation on first physical node -
the following error has occured:
updating permission setting file 'f:\system volume information\resumekeyfilter.store' failed. file permission setting supposed set 'd:p(a;oici;fa;;;;ba + other random numbers , semi-colons.
only option retry or cancel:
disk layout below -
c:
d: installing binaries here d:\ source folder sql installation files here , thats setup.exe being run from.
f: sql_data (custom folder created - user db's)
g: sql_logs (custom folder created - user logs)
h:\mssql11.mssqlserver\mssql\data (system db's inc tempdb)
done research , few posts around this, around showing hidden system files , changing permissions. tried showing hidden files , nothing shows.
any greatly appreciated. never had issue before, first sql2012 sp2 install on win2012r2 cluster, win2008r2 server.
thanks
hi smudger33,
are trying install on sql server not shared storage based cluster? did perform cluster validation before install sql server? please run cluster validation post warning or error part information. please offer more information storage, if using mount point storage please refer following article first.
using mount points sql server
http://blogs.msdn.com/b/cindygross/archive/2011/07/05/using-mount-points-with-sql-server.aspx
considerations using mount points in sql server 2008/r2 failover clusters
http://blogs.msdn.com/b/pamitt/archive/2011/10/29/considerations-with-using-mount-points-in-sql-server-2008-r2-failover-clusters.aspx
this error caused sql server setup has no permission access \system volume information\resumekeyfilter.store. , please try give sql account full permission on “f:” or create subfolder in volume mount point , assign sql server system folders.
more information:
sql server setup fails if tempdb or system databases located on mount point
http://support.microsoft.com/kb/2258809/en-us
sql server 2008 setup fails install on windows server 2008-based cluster mount point
http://support.microsoft.com/kb/2216461/en-us
i’m glad of you!
Windows Server > High Availability (Clustering)
Resolved
ReplyDeleteFirst to view this hidden folder (System Volume Information) click on view tab and select Hidden Items and also go to options tab click on view tab and unselect Hide Protected Operating System File (Recommended).
To resolve issue I go to G:\System Volume Information\ folder and right click on file ResumeKeyFilter.Store click on properties and in security tab add your installation user, in my case I'm using domain user called grid and add this user for permission.