取得openQRM 3.1
三种方式:
- 使用openQRM-Pro 测试包
. - 从SourceForge取得 RPMs
. - 取得source自己编译
This installation guide will walk you through the steps needed in order to install and configure openQRM 3.1.
Note: that this installation guide does not apply to you if you are installing the openQRM-Pro trial package. Instead, please and use its simple and pre-configured install script.
安装前准备:.
- 这个例子,我们将使用 Linux Kernel NFS在 the openQRM server运行. openQRM
also supports pushing the images to local storage, iSCSI and SAN
technologies.
- Centos = yum install nfs-utils
- 决定哪个网卡你的服务器管理节点并配置它。. This will often be 'eth0'. If you only
have one interface, you can use a virtual interface like eth0:qrm. This
interface needs to be defined and up before you start the openQRM
installation. It should have an IP address that is available to all
nodes in the same subnet. If your nodes are on multiple networks, the
openQRM server IP should be a route-able IP address from the managed
nodes. This means that you will need to have a default gateway setup in
your DHCP configuration
安装openQRM 3.1
- You will want to dedicate one of your machines as the openQRM Server.
- The openQRM software consists of a base RPM and many plugins.
For a more detailed explanation of openQRM's plugin-based architecture, or .
- A typical, minimum installation would use the following rpms:
- Install the RPMs as root. The openQRM software is now installed under /opt/qrm.
- Run the openQRM installation program:
- /opt/qrm/qrm-installer
- Follow the on-screen instructions.
- openQRM is now installed and running. Point your browser to the openQRM server and log in using:
- At this point we need to do four things in order to have a fully functioning linux provisioning system:
- Add some kernels for deploying onto the nodes
- Add some filesystem images for deploying onto the nodes
- Add some nodes
- provision a kernel image and a filesystem image onto a node
- openQRM will also provision Windows, FreeBSD, Centos, FedoraCore
- openQRM can provision to local storage, iSCSI initiators, SAN luns and soon AtaOverEthernet.
- openQRM can provision virtual machines using VMWare ESX, Xen, Qemu.