Hello!
I had a problem with the affinity mask after made changes and run step 2.
I have discovered that the problem was with the number of the CPU assigned to SQL.
My SQL was crazy, with the config value equal to 240.
After run New Query, and executed the follow command – where 4 is equal the number of the CPU assigned to the virtual machine:
sp_configure
‘show advanced options’, 4;
RECONFIGURE;
GO
The SQL was solved and the steps 2 works fine.
🙂
Reference:
http://exchangepro.dk/2013/09/26/alter-failed-for-server-lyncserverlynclocal-on-lync-server-2013/
//