Hi Santhosh,
I have filled out all the details i need in the "user_data" file and updated the XML file with the paths to the disk1.img and AEdrive.iso. However when I issues the command virsh start XML the settings in my user_data dose not get applied to my new HMC VM. do you know what i might be missing here ?
------------------------------
Marvin Jones
------------------------------
Original Message:
Sent: Wed November 06, 2024 01:25 AM
From: Santhosh S Samaka
Subject: Activation Engine -- how to setup
Hi Marvin.,
The user_data is a sample example included in the bundle. This must be filled out by the administrator based on the environment where the automation is required for deployment. Ex: ip, subnet details, disk paths. All of these details will change depending on the environment.
Regards.,
Samaka
------------------------------
Santhosh S Samaka
------------------------------
Original Message:
Sent: Wed October 30, 2024 01:08 PM
From: Marvin Jones
Subject: Activation Engine -- how to setup
Hello again Santhosh,
Do you know what reason would the info in the "user_data" would not apply it self ? like example adding a pre fill out the IPV4 address or skip the keyboard and or wizard ? for some reason i still have to do all that. i would like that to be all automated ..
------------------------------
Marvin Jones
Original Message:
Sent: Wed October 16, 2024 06:58 AM
From: Santhosh S Samaka
Subject: Activation Engine -- how to setup
Hi Marvin.,
The "DISK_PATH" is the location of the virtual machine image that will be included in the vHMC bundle. After extracting the bundle, the user can access disk1.img; Please provide the full qualified path to the file.
Sample ex:
<disk type='file' device='disk'>
<driver name='qemu' type='raw' cache='none'/>
<source file='/home/user/extracted_tar/disk1.img'/>
<target dev='vda' bus='virtio'/>
</disk>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/home/user/extracted_tar/AEdrive.iso'/>
<target dev='vdb' bus='virtio'/>
</disk>
Regard.,
Samaka
------------------------------
Santhosh S Samaka