Upload ISO files into XenServer 5.5
Sunday, June 28th, 20091) SCP the ISO files into the folder called /ISO or any folders that you like
2) symbol link it.
====
cd /var/opt/xen/iso_import
ln -s /opt/xensource/packages/iso/CentOS-5.3-i386-bin-DVD.iso .
====
3) rescan the ISO files folder.in order to have it appear under the XenServer Client Console
xe sr-create name-label=ISOs type=iso device-config:location=/var/opt/xen/iso_import device-config:legacy_mode=true content-type=iso
Done