Hi guys,
we have download the Citrix NetScaler virtual appliance for KVM. How can i import it to proxmox. looking for the correct steps. the files comes with a .raw disk and also .xml file which contains.
----------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<domain type='kvm'>
<name>NetScaler-VPX</name>
<memory>2097152</memory>
<vcpu>2</vcpu>
<os>
<type arch='x86_64'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='NSVPX-KVM-10.5-56.15_nc.raw'/>
<target dev='vda' bus='virtio'/>
</disk>
<controller type='ide' index='0'>
</controller>
<interface type='direct'>
<mac address='52:54:00:29:74:b3'/>
<source dev='eth0' mode='bridge'/>
<model type='virtio'/>
</interface>
<serial type='pty'/>
<console type='pty'/>
<graphics type='vnc' autoport='yes'/>
</devices>
</domain>
-------------------------------------------------------
i have try to create and instance with the same disk, memory and cpu requirement and replace the disk with the .raw files come together inside the folder. but failed to boot. Looking forward for the correct guide to do this. Please advise.
Thanks.
we have download the Citrix NetScaler virtual appliance for KVM. How can i import it to proxmox. looking for the correct steps. the files comes with a .raw disk and also .xml file which contains.
----------------------------------------------------------------------
<?xml version="1.0" encoding="UTF-8"?>
<domain type='kvm'>
<name>NetScaler-VPX</name>
<memory>2097152</memory>
<vcpu>2</vcpu>
<os>
<type arch='x86_64'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='NSVPX-KVM-10.5-56.15_nc.raw'/>
<target dev='vda' bus='virtio'/>
</disk>
<controller type='ide' index='0'>
</controller>
<interface type='direct'>
<mac address='52:54:00:29:74:b3'/>
<source dev='eth0' mode='bridge'/>
<model type='virtio'/>
</interface>
<serial type='pty'/>
<console type='pty'/>
<graphics type='vnc' autoport='yes'/>
</devices>
</domain>
-------------------------------------------------------
i have try to create and instance with the same disk, memory and cpu requirement and replace the disk with the .raw files come together inside the folder. but failed to boot. Looking forward for the correct guide to do this. Please advise.
Thanks.