AFAIK, the CAL license is just a contract and piece of paper (or electronic paper) that gives you rights. You don't need to add this to SQL Server for it to work. However, the licensing guide says 24 cores for a server+cal license. I don't think that in 2019 (or even prior) you can run > 24 cores on standard.
Add another or stack a license on server 2022?
How do you add another or stack a license on MS server 2022? I bought a used recertified Dell R740 twin Zeon CPU's with total of 48 cores and 128 GB ram, and added 12 new SSD hard drives. I set them up as a Raid 10 to be used as a DC to replace our aging DC server. Next, I bought two 24 core standard server 2022 licenses plus a 50CAL license. Downloaded Microsoft 2022 Server Standard Evaluation.
I then installed one of the 24 core license using the admin level on CMD with a script. That license was accepted.
Now I need to add (stack) the other 24 core license, how do I do that?
Also, how do I add the CAL licenses?
Seems like life was simpler with Server 2019.
SQL Server | Other
3 answers
Sort by: Most helpful
-
-
LiHongMSFT-4306 31,571 Reputation points
2024-02-09T03:11:35.3666667+00:00 For detailed information about the license issue, you can call 1-800-426-9400, Monday through Friday, 6:00 A.M. to 6:00 P.M. (Pacific Time) to speak directly to a Microsoft licensing specialist. Or you can go to Volume Licensing Service Center support. Please choose region/language and choose to call or have web.
Best regards,
Cosmog Hong
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
-
Chuck Morris 0 Reputation points
2024-02-29T15:01:25.2266667+00:00 Thanks for your quick response, yes you are right on the 50 CAL license, it is never installed (it is a contract), you just keep it on hand to be in compliance with the amount of users connected to the server. On the two "twenty four" core licenses for the 48 core server, yes, they both need to be installed. You install the first 24 core license, and when the evaluation 2022 Standard Server accepts it, then you install the second one (Stacked). Note that the system will not display both, but it should be displaying the last 24 core license you installed. I did have a drama moment in getting the licenses installed, ended up having to right click the CMD (Command Prompt) and selected "Open as Administrator" and inserted this syntax and forced the activation on both licenses: DISM /online /Set-Edition:ServerStandard /ProductKey:XXXXX-XXXXX-XXXXX-XXXXX-XXXXX /AcceptEula Where the X's are replaced by the license keys. Then pressing enter and it normally works (in my case it did). But I have found out that there are many ducks involved, and if one duckie gets out of line, it will not work, like fat fingering the wrong character, recent hardware change, waking up on the wrong side of the bed, etc. Thanks again for your help.