Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 877 Bytes

Advanced Scenarios for Qcow2 to OVA.md

File metadata and controls

18 lines (13 loc) · 877 Bytes

Scenarios

Scenario 1: Create a small 20GB image for testing

$ pvsadm image qcow2ova  --image-name rhel-83-12182020  --image-url ./rhel-8.3-ppc64le-kvm.qcow2 --image-dist rhel --rhn-user jsmith --rhn-password re@llyASt0ngRHNPass0rd --image-size 20

Scenario 2: Create an image with user selected root password for debug purpose

$ pvsadm image qcow2ova  --image-name rhel-83-12182020  --image-url ./rhel-8.3-ppc64le-kvm.qcow2 --image-dist rhel --rhn-user jsmith --rhn-password re@llyASt0ngRHNPass0rd --os-password someEasyPassword

Scenario 3: Use the user defined directory for the temp directory(place used for image conversion)

$ pvsadm image qcow2ova  --image-name rhel-83-12182020  --image-url ./rhel-8.3-ppc64le-kvm.qcow2 --image-dist rhel --rhn-user jsmith --rhn-password re@llyASt0ngRHNPass0rd --temp-dir /home/jsmith