lalajee Posted April 25, 2022 Report post Posted April 25, 2022 I'm upgraded clients using an bat script and setting the SMSCACHESIZE to 10% of the disk space. I'm running following command START /WAIT %~dp0\ccmsetup.exe /retry:2 SMSCACHESIZE=10 SMSCACHEFLAGS=PERCENTDISKSPACE FSP=FSP /UsePKICert /NoCRLCheck But SMSCACHESIZE is still same. Current SMSCACHESIZE is 2GB new size will be 10GB Quote Share this post Link to post Share on other sites More sharing options...
0 anyweb Posted April 25, 2022 Report post Posted April 25, 2022 how are you deploying the batch file ? have you checked the execmgr.log ? Quote Share this post Link to post Share on other sites More sharing options...
0 lalajee Posted April 25, 2022 Report post Posted April 25, 2022 1 hour ago, anyweb said: how are you deploying the batch file ? have you checked the execmgr.log ? Client is upgraded no issue with upgrading the client, the only thing is that SMSCACHESIZE is not changing to 15% of the disk size. In the client.msi.log i see following message Cache Info already present. SMSCACHEDIR, SMSCACHEFLAGS would be ignored. How do I force the client to take new settings without re-installing it Quote Share this post Link to post Share on other sites More sharing options...
0 GarthMJ Posted April 25, 2022 Report post Posted April 25, 2022 There should be some powershell commands to do this. aka edit the WMI data. 1 Quote Share this post Link to post Share on other sites More sharing options...
I'm upgraded clients using an bat script and setting the SMSCACHESIZE to 10% of the disk space.
I'm running following command
START /WAIT %~dp0\ccmsetup.exe /retry:2 SMSCACHESIZE=10 SMSCACHEFLAGS=PERCENTDISKSPACE FSP=FSP /UsePKICert /NoCRLCheck
But SMSCACHESIZE is still same.
Current SMSCACHESIZE is 2GB
new size will be 10GB
Share this post
Link to post
Share on other sites