Results 1 to 4 of 4

Thread: XenServer how to connect ISO image for installation host

  1. #1
    Join Date
    Jan 2009
    Posts
    61

    XenServer how to connect ISO image for installation host

    hi i need some help regarding XenServer i want to know how to connect ISO image for installation host.please tell me what i need to do this ,i hope i will get some information from here thank you.

  2. #2
    Join Date
    Dec 2008
    Posts
    322

    Re: XenServer how to connect ISO image for installation host


  3. #3
    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

    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:
    service nfs start
    service portmap start
    Configuring the NFS daemons to start automatically:
    chkconfig --level 345 nfs on
    chkconfig --level 345 portmap on
    Mount the repository so that it is available as a "DVD drive":


    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

  4. #4
    Join Date
    Jan 2010
    Posts
    1

    Re: XenServer how to connect ISO image for installation host

    Thanks to Shubodh for their post. I relied on it though it seemed like there were some copy/paste issues. Here are the commands I used to get my ISO to show up in XenCenter:

    echo "/var/opt/xen/iso_import *(rw,no_root_squash,sync)" > /etc/exports
    service nfs start
    service portmap start
    chkconfig --level 345 nfs on
    chkconfig --level 345 portmap on
    xe-mount-iso-sr 127.0.0.1:/var/opt/xen/iso_import/
    cp MY_OS_CD.iso /var/opt/xen/iso_import/
    Verify that the mount is seen as storage:
    xe sr-list
    You should see the following:
    ... name-label ( RW): Remote ISO Library ...
    Cheers.

Similar Threads

  1. Replies: 2
    Last Post: 01-09-2012, 03:56 PM
  2. Unable to connect to the host using LogMeIn Ignition
    By Raj Desai in forum Windows Software
    Replies: 7
    Last Post: 17-03-2012, 08:02 PM
  3. URL to host image using MobileMe iDisk
    By Sindu in forum Windows Software
    Replies: 5
    Last Post: 01-06-2010, 06:27 AM
  4. Dual Cable Modem Cannot Connect to Host
    By Sharukh in forum Networking & Security
    Replies: 2
    Last Post: 22-04-2009, 11:28 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,612,789.18793 seconds with 17 queries