Difference between revisions of "ESXi"
Jump to navigation
Jump to search
(Note for BaseURL address and another note for import keys.) |
(Update VMware keys GPG to RSA) |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
This page is about to install ESXi on bare metal and later install SME9.1 as one vm. | This page is about to install ESXi on bare metal and later install SME9.1 as one vm. | ||
− | Install SME9. | + | Install SME9.2 as a Centos6. |
Later you must install vmware-tools following this: | Later you must install vmware-tools following this: | ||
rpm --import https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub | rpm --import https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub | ||
Line 11: | Line 11: | ||
EnableGroups no \ | EnableGroups no \ | ||
GPGCheck yes \ | GPGCheck yes \ | ||
− | GPGKey https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub \ | + | GPGKey [https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-DSA-KEY.pub https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub] \ |
Visible no \ | Visible no \ | ||
status disabled | status disabled | ||
Line 17: | Line 17: | ||
<!-- Need replace "6.0u2" with version of your ESXi. (6.0, 6.5, 6.7...) -->At this point install vmware tools | <!-- Need replace "6.0u2" with version of your ESXi. (6.0, 6.5, 6.7...) -->At this point install vmware tools | ||
signal-event yum-modify ; | signal-event yum-modify ; | ||
− | yum --enablerepo=vmware-tools install vmware-tools-esx-kmods vmware-tools-esx-nox<!-- TerryF say here https://forums.contribs.org/index.php/topic,53801.msg280168.html#msg280168 | + | yum --enablerepo=vmware-tools install vmware-tools-esx-kmods vmware-tools-esx-nox |
+ | |||
+ | <!-- TerryF say here https://forums.contribs.org/index.php/topic,53801.msg280168.html#msg280168 | ||
rpm --import https://packages.vmware.com/tools/legacykeys/VMWARE-PACKAGING-GPG-DSA-KEY.pub | rpm --import https://packages.vmware.com/tools/legacykeys/VMWARE-PACKAGING-GPG-DSA-KEY.pub | ||
rpm --import https://packages.vmware.com/tools/legacykeys/VMWARE-PACKAGING-GPG-RSA-KEY.pub --> | rpm --import https://packages.vmware.com/tools/legacykeys/VMWARE-PACKAGING-GPG-RSA-KEY.pub --> | ||
− | |||
At this point, vmware-tools will autostart | At this point, vmware-tools will autostart | ||
Latest revision as of 19:25, 12 February 2020
This page is about to install ESXi on bare metal and later install SME9.1 as one vm.
Install SME9.2 as a Centos6. Later you must install vmware-tools following this:
rpm --import https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub
db yum_repositories set vmware-tools repository \ Name 'VMWare Tools' \ BaseURL 'https://packages.vmware.com/tools/esx/6.0u2/rhel6/$basearch' \ EnableGroups no \ GPGCheck yes \ GPGKey https://packages.vmware.com/tools/keys/VMWARE-PACKAGING-GPG-RSA-KEY.pub \ Visible no \ status disabled
At this point install vmware tools
signal-event yum-modify ; yum --enablerepo=vmware-tools install vmware-tools-esx-kmods vmware-tools-esx-nox
At this point, vmware-tools will autostart
Verify the service is online after the reboot:
/etc/vmware-tools/init/vmware-tools-services status
Should show something like
#vmtoolsd is running