Hello,
I am using kickstart installation on vra 7.01. I created kickstart file without any problem, I can install guest agent and vmware tool with this kickstart file. End of the kickstart file i copied SH script file to /usr/share/gugent/site/CustomizeOS folder named 11_folder.sh according to following link.(vRealize Automation 7.0)
My script includes this paramters ; It's very basic script...
#!/bin/bash
cd /usr/share/gugent
sudo mkdir $(date '+%d-%b-%Y')
But, After machine CustomizeOS step, Machines is disposing automaticaly and i am getting this error ;
The following component requests failed: vSphere_Machine_1. Request failed: Machine TestPC01 : CustomizeOS : Failure executing script '11_folder.sh'.
Whats wrong ?