Hi,
I'm trying to accomplish that Linux RHEL VM's automatically register to a certain satellite server as part of the Guest Customization. I'm not really a Linux guy so any help much appreciated.
This is what I've tried (entered in to the customization script field in the VM's properties, obviously without success:
#!/bin/sh
$ su -
cd /tmp
wget --user=***** --password="*********" --no-check-certificate https://satellite.******.com/pub/bootstrap/*******/satellite_setup.pl
perl satellite_setup.pl
rm satellite_setup.pl
Thanks!