
04-03-2009
|
| Member | | Join Date: Dec 2008
Posts: 196
| |
| Re: XenServer how to connect ISO image for installation host
I sign this once and for all, here are the steps to follow to obtain a local or remote library of ISO images available for installation of the host:
Configure the NFS export Quote: |
echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exports "/ echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exports / echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exports / echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exports / iso_import * echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exports no_root_squash, echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exports / echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exports / echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exp
| Start the NFS daemons: Quote:
service nfs start
service portmap start
| Configuring the NFS daemons to start automatically: Quote:
chkconfig --level 345 nfs on
chkconfig --level 345 portmap on
| Mount the repository so that it is available as a "DVD drive": Quote: |
xe-mount-iso-sr 127.0.0.1:/var/opt/xen/iso_import 127.0.0.1: / xe-mount-iso-sr 127.0.0.1:/var/opt/xen/iso_import / xe-mount-iso-sr 127.0.0.1:/var/opt/xen/iso_import / xe-mount-iso-sr 127.0.0.1:/var/opt/xen/iso_import / iso_import xe-mount-iso-sr 127.0.0.1:/var/opt/xen/iso_import
| |