如何将Vmware工具安装到Redhat Atomic Host

我们正在考虑在ESXi上部署RHEL Atomic Host 。 我们需要在Atomic Host OS之上的(Open)VMWare Tools来拍摄快照并发送心跳。 由于yum在操作系统中不可用 ,那么该怎么办呢?

您可以创build包含任何RPM的自定义primefaces主机映像。

http://developerblog.redhat.com/2015/01/08/creating-custom-atomic-trees-images-and-installers-part-1/

以防万一有人绊倒了这一点。 pkg-addfunction已添加到primefaces主机:

rpm-ostree pkg-add open-vm-tools 

它在当前版本中被打破,但宣布将在下一个版本中修复。

Red Hat现在提供了一个可以作为系统容器安装的open-vm-tools虚拟机工具容器来提供VMWare工具。

https://access.redhat.com/containers#/registry.access.redhat.com/rhel7/open-vm-tools

在这里有关于使用open-vm-tools容器作为系统容器的文档:

https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux_atomic_host/7/html/managing_containers/running_system_containers#using_the_open_vm_tools_system_container_image_for_vmware

我相信RHEL有一个vmware友好的primefaces主机,为用户安装了vmwaretools / open-vm-tools。 但是对于CentOS,您将需要构build自己的映像来添加开放虚拟机工具。 以下是如何操作的步骤:

https://github.com/imsweb/centos7-atomic-custom