WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] XCP 1.1 question: How to add ISO SRs / PBDs to the cd-list w

To: Xen-users@xxxxxxxxxxxxxxxxxxx, "M. Schneider" <ms@xxxxxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] XCP 1.1 question: How to add ISO SRs / PBDs to the cd-list with xe CLI?
From: Mark Schneider <ms@xxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 21 Oct 2011 01:32:28 +0200
Cc:
Delivery-date: Thu, 20 Oct 2011 16:36:27 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20110307 Icedove/3.0.11
Hello,

I need your kindly help. I spent already few days trying around but didn't achieve any success in installing VMs from local iso images (even any other way like network install or local DVD-drive).

I have created SRs for local ISO images (s. below) on dom0 (XCP 1.1). I am missing the right command to add them to the cd-list as I want to install VMs from them (s. more details in attached file)

# ---
xe sr-create
host-uuid=a3a957e3-4602-45ef-a85c-56aa6320854b content-type=user name-label="Local LVM SR db02" shared=false device-config:device=/dev/cciss/c0d0p3 type=lvm

/var/opt/xen/iso_import:
-rw-r--r-- 1 root root 310032384 Jul 28 13:12 CentOS-6.0-x86_64-minimal.iso
-rw-r--r-- 1 root root 678428672 Oct  8 17:08 debian-6.0.3-amd64-CD-1.iso

xe sr-create name-label=squeeze-iso host-uuid=a3a957e3-4602-45ef-a85c-56aa6320854b  content-type=iso type=iso device-config:location=/var/opt/xen/iso_import/debian-6.0.3-amd64-CD-1.iso device-config:legacy_mode=true
ce67b68c-f896-aeec-a7d6-5944da2e30e7

xe sr-create name-label=centos6-iso host-uuid=a3a957e3-4602-45ef-a85c-56aa6320854b  content-type=iso type=iso device-config:location=/var/opt/xen/iso_import/CentOS-6.0-x86_64-minimal.iso device-config:legacy_mode=true
6cf47222-09eb-80b1-0c56-1b5f3a4717c6


xe cd-list
uuid ( RO)          : 6abb07a4-147b-4cfe-aca0-decda2f110dd
    name-label ( RW): xs-tools.iso


uuid ( RO)          : 543c2e13-8db8-4959-b3b7-2722d5380473
    name-label ( RW): IDE 1.0
# ---


I am getting errors when trying to create as follows:
# ---
[root@xendom0db02 opt]# xe vdi-create name-label=squeeze.iso sr-uuid=6cf47222-09eb-80b1-0c56-1b5f3a4717c6 type=user virtual-size=0
Error code: SR_BACKEND_FAILURE_78
Error parameters: , VDI Creation failed [opterr=could not create file: "/var/opt/xen/iso_import/CentOS-6.0-x86_64-minimal.iso/9e29653c-f64e-4724-b268-71177d711dc6.img"],
# ---

I was of course reading all XenServer 5.6 1.2 Edition pdf docs however I didn't find what I looked for.

What do I miss? Thank you in advance for any hints.

Regards, Mark
-- 
ms@xxxxxxxxxxxxxxxxxxxxxx

#-----------------------------------------------------------------------------------------------------------------------------------------------
xe pbd-list 
uuid ( RO)                  : 138e7fa4-75ec-74e6-d208-0162a84bfe7c
             host-uuid ( RO): a3a957e3-4602-45ef-a85c-56aa6320854b
               sr-uuid ( RO): d2df26c7-de51-71ed-d495-c9c6f78d33fa
         device-config (MRO): location: /opt/xensource/packages/iso; legacy_mode: true
    currently-attached ( RO): true


uuid ( RO)                  : 6bf0c379-9846-d411-4b6b-705b585bedec
             host-uuid ( RO): a3a957e3-4602-45ef-a85c-56aa6320854b
               sr-uuid ( RO): 20e92ad1-b34d-9325-3374-405a2505d0b4
         device-config (MRO): location: /dev/xapi/block
    currently-attached ( RO): true


uuid ( RO)                  : 095934d3-7283-0dc6-246f-cdb22d7a0963
             host-uuid ( RO): a3a957e3-4602-45ef-a85c-56aa6320854b
               sr-uuid ( RO): 6cf47222-09eb-80b1-0c56-1b5f3a4717c6
         device-config (MRO): location: /var/opt/xen/iso_import/CentOS-6.0-x86_64-minimal.iso; legacy_mode: true
    currently-attached ( RO): true


uuid ( RO)                  : 8a545e27-e2c0-c9aa-a235-a69f0aa4b655
             host-uuid ( RO): a3a957e3-4602-45ef-a85c-56aa6320854b
               sr-uuid ( RO): ce67b68c-f896-aeec-a7d6-5944da2e30e7
         device-config (MRO): location: /var/opt/xen/iso_import/debian-6.0.3-amd64-CD-1.iso; legacy_mode: true
    currently-attached ( RO): true


uuid ( RO)                  : 9678bb8d-cd41-8fe4-7a64-0cec192bf660
             host-uuid ( RO): a3a957e3-4602-45ef-a85c-56aa6320854b
               sr-uuid ( RO): 98af1fe0-8b77-e831-fb9f-5d797330ac30
         device-config (MRO): device: /dev/cciss/c0d0p3
    currently-attached ( RO): true


uuid ( RO)                  : 08b4d8ef-3951-f530-6d32-e4059ab27e18
             host-uuid ( RO): a3a957e3-4602-45ef-a85c-56aa6320854b
               sr-uuid ( RO): 6d3e4bb1-5e0e-d926-c28a-3dfa74f9db42
         device-config (MRO): location: /dev/xapi/cd
    currently-attached ( RO): true

Attachment: xcp11-xe-CLI-step-by-step-install-of-VMs.txt
Description: Text document

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users