在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):shanyungyang/esxi-unlocker开源软件地址(OpenSource Url):https://github.com/shanyungyang/esxi-unlocker开源编程语言(OpenSource Language):Python 94.7%开源软件介绍(OpenSource Introduction):macOS Unlocker V3.0.2 for VMware ESXi1. IntroductionUnlocker 3 for ESXi is designed for VMware ESXi 6.5, 6.7 and 7.0 The patch code carries out the following modifications dependent on the product being patched:
The code is written in Python as it makes the Unlocker easier to run and maintain on ESXi.
2. InstallationCopy the latest release file to the ESXi host datastore using scp or some other data transfer system. If you want to use the source version (i.e. from GIT) see "5. Building" fist. Decompress the file from the ESXi console or via SSH:
(xxx - will be the version number, for example, 3.0.0) Run the command from the terminal:
Finally reboot the server. 3. UninstallationOpen the ESXi console or login via SSH and change to the folder where the files were extracted. Run the command from the terminal:
Finally reboot the server. 4. NotesA. There is a command added called esxi-smctest.sh which can show if the patch is successful. It must be run from a terminal or SSH session. The output should be: /bin/vmx smcPresent = true custom.vgz false 32486592 B Note: The uncompressed size reported for custom.vgz will vary depending on the ESXi version. B. The unlocker can be temporarily disabled during boot by editing the boot options and adding "nounlocker". 5. BuildingIf you want to use a version which is not available as a distribution (e.g. the code from "master" branch) you need to first build the package. You can build locally on a Mac or via a github workflow. Local BuildCheckout the repository:
(if you don't have git installed you can download ZIP archive from GitHub instead) Enter the directory and build:
If everything went correctly the ouput should be:
The package you need to copy in the example above is esxi-unlocker-301.tgz (NOT unlocker.tgz!). Github BuildTriggeredIf you add a tag to any commit in the semver format ManualFork the repository, click on actions, select manual CI and then run. This will build a new draft release for you which you can upload to your esxi using curl or wget. If you add a tag in the format 6. ThanksThanks to Zenith432 for originally building the C++ unlocker and Mac Son of Knife (MSoK) for all the testing and support. Thanks also to Sam B for finding the solution for ESXi 6 and helping me with debugging expertise. Sam also wrote the code for patching ESXi ELF files and modified the unlocker code to run on Python 3 in the ESXi 6.5 environment. History26/09/18 3.0.0 - First release 01/05/20 3.0.1 - Fix for ESXi 7.0 10/18/20 3.0.2 - Fix for ESXi 7.0 U1 (7.0.1) 10/29/20 3.0.3 - Release process automated (c) 2011-2018 Dave Parsons |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论