Difference between revisions of "Create a ISO Storage Repository in xenserver"

From thelinuxwiki
Jump to: navigation, search
(XS version 6.2)
Line 2: Line 2:
 
== XS version 6.2 ==
 
== XS version 6.2 ==
  
{{[root@xenserver]# '''xe sr-create name-label=ISO_images type=iso device-config:location=/datastore0/iso device-config:legacy_mode=true content-type=iso'''
+
{{This template provides an alternative to the <pre> tag, which does not allow wrapping of long lines and for which the width attribute is deprecated. Contrast the behavior of this box with the syntax box above as you shrink the window width. }}
7239d00c-ebd0-4c8b-44ba-057f3b9d7057
+
 
}}
+
# xe sr-create name-label=ISO_images type=iso device-config:location=/datastore0/iso device-config:legacy_mode=true content-type=iso
 +
7239d00c-ebd0-4c8b-44ba-057f3b9d7057
 +
 
  
 
validating store creation
 
validating store creation

Revision as of 17:16, 31 January 2014

XS version 6.2

{{This template provides an alternative to the
 tag, which does not allow wrapping of long lines and for which the width attribute is deprecated. Contrast the behavior of this box with the syntax box above as you shrink the window width. }} 

# xe sr-create name-label=ISO_images type=iso device-config:location=/datastore0/iso device-config:legacy_mode=true content-type=iso
7239d00c-ebd0-4c8b-44ba-057f3b9d7057


validating store creation

 # '''xe sr-list'''
...
uuid ( RO)                : 7239d00c-ebd0-4c8b-44ba-057f3b9d7057
          name-label ( RW): ISO_images
    name-description ( RW): 
                host ( RO): xenner
                type ( RO): iso
        content-type ( RO): iso
...

[[category:xenserver]]