-
Notifications
You must be signed in to change notification settings - Fork 102
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What about SFT-DCMS-SINGLE License key? #7
Comments
Bump! Yes SFT-DCMS-SINGLE key is mandatory for using HTML5 iKVM with remote media on newer Supermicro boards. I'm really looking forward to a keygen for this. |
I was unable to find a kerygen for it Please, let me know if you fin somethin usefull Regards |
Thanks for the pic. The one I'm looking for is DCMS-Single, but I'm still unable to find a keygen or patch in order to generate my serial number and activate it on my server. |
Check here: https://github.com/zsrv/supermicro-product-key |
Unfortunately, this script and your utility both do not support the SuperMicro H12SSL-i platform. Is there an easy way to generate a signature? I find a method to make it by changing the MAC address of BMC, and I am going to try it. |
@LittleNewton unfortunately no. The signature field in the JSON format keys used by most 12th generation platforms is an RSA signature of a hash of the BMC MAC address + "LicenseID" value + "LicenseName" value + "CreateDate" value. We cannot generate the signatures without Supermicro's RSA private key. Please tell me the results of your experiment, I am interested to know. In my utility's README are some JSON licenses I found, along with their associated BMC MAC addresses, if this helps. |
@zsrv Now I make it! My H12SSL-i got an You can use I can give you a simple tutorial to change the MAC address. Backup the old MAC address.ipmitool.exe -H %bmc_ip% -U admin -P %pwd% lan print 1 | findstr /C:"MAC Address" > ..\record_mac.txt Change MAC address%mac% = <YOUR NEW MAC ADDR>
ipmitool.exe -H %bmc_ip% -U admin -P %pwd% lan set 1 macaddr %mac% Upload a related licenseThe license file should be named {
"ProductKey": {
"Node": {
"LicenseID": "2",
"LicenseName": "SFT-DCMS-SINGLE",
"CreateDate": "20221127"
},
"Signature": "G+TytC4djqOPofRQ8oADSAu6E6HebjOB4YrlVngSQSrappFfNmrPIIcdQsjYux/d8zNHLAaCQl9njtW14GSrjFz2E0YNqRwehvmn9KUAt9RaQHaOSggabCeNvrvlcjre9dkoK44Nn/I4GPzDpymPFUCPi77kf0MxrTqm67vxcMq9BvMxTe7IQWajfYW9brQsTKx9foKsppK+tFjkO5hZMtTqix+9pzDCEqzGUt93EwnJC5CxbhSIZqbV2yrAuvTz06oXfv78CF1gSRImawoarHQ5tKno7BVG+1kRwLwjzKYpPDGLVGkFI+Yhx15A76ASUym1NcO/kWJAhfhw899NMA=="
}
} |
@LittleNewton very nice, thank you for sharing! |
@LittleNewton 新的mac地址在哪里找哦 |
最大的问题就是没有MAC |
只能等完美的激活方式?估计难了 |
如果不能解决JSON签名问题那应该很难实现吧,之前只有少数的X12可以使用non-json,X13已经全部使用json key了。主要是超微支持KVM和raid在线管理的[SFT-DCMS-SINGLE key太贵了150刀,比起戴尔的授权贵太多了,而且戴尔的基本授权除了KVM不能用其他都可以用,感觉超微特别小气。 |
so sad. |
X9 boards do not have HTML5. there is no way to license it because it doesn't exist. |
https://github.com/zsrv/supermicro-product-key - you can take this one, generate it with for example: supermicro-product-key.exe nonjson encode --sku SFT-DCMS-SINGLE ac1f6bexxxx Take that string and install it with Supermicro SUM like that .\sum.exe -i 172.18.1.236 -u ADMIN -p ADMIN -c ActivateProductKey --key {insert-key-from-above} After that you should see Node product key (SFT-DCMS-SINGLE) is activated for 172.18.1.236. It worked for me on H11SSL-i |
My h12ssl-nt worked fine 1. change your bmc mac address to 3CECEF72FC46ipmitool -H $host -U ADMIN -P $password lan set 1 macaddr 3C:EC:EF:72:FC:46 2. use this license.lic{"ProductKey":{"Node":{"LicenseID":"2","LicenseName":"SFT-DCMS-SINGLE","CreateDate":"20220614"},"Signature":"ZKFCkgKEYh9+8MNZW7RfPlt/nRxQJGJ0kLHLkalLt1tpgs4MTLHrXvp/eZzfhSPUb5qMNu9RkFn9MaukK6vNXlOIG7ijbR+vjkxVcdIIkMnhzHFLxE/0ws74/lJyGLkSO1jHRQRaczSDuHgzSgsWivjHejB/tRlSpnAEM7FplgyuBSbisek8pEgSKua5jCf7Zn4sjYXXO7T9rTV4aFq090XgRbEay45eBSGpun9pcyGs8UIeNH93qzqCmlkcjj+bFSNcm3VeucEjScE3fzqG93NMEQQWYEdsYcuJb4a+kWP/ffFvyVRWvqSWvPgD5N+eNqKAmmC4MmjykRy3DWw4fA=="}} |
Do u change the mac address back to the original one, or is this detected and key is invalid after that? |
Does not work on: Supermicro X12STL-IF Output:
@scjtqs2 This worked! 184 EUR saved. I used ipmi tool and had to reduce my password length to 16, @OMSKremer |
Did you get this to work? HTML on x9 board? |
there is no html5 on x9 boards. it's impossible to get it work, because the functionality is not present. |
Thank you, works on X13DEi! |
x12sca-f can be activated,, thanks! |
Is it possible to return the Mac address after activating the license? |
|
Want to say that this works perfectly on X10QBi, just replace "ac1f6bexxxx" with your board's MAC address. |
Doesn't work on X13 series :( Have an old remote server where I definitly needed virtual media |
Is it prossible to als get the SFT-DCMS-SINGLE license hey, in order to be able to use html5
The text was updated successfully, but these errors were encountered: