For those of you like me that want to use a static IP on your worker VMs, cant find how to set that up in the documentation and are not all that familiar with SuSE here is how I did it.
- Log into the ioanalyzer appliance via the console as root / vmware
- Open a terminal (one opens automatically or you can go to Computer and open GNOME Terminal)
- run yast
- In yast use your arrow keys to navigate to "Network Devices / Network Settings"
- Network settings will load and you can use Alt+i to edit the network adapter (in this configuration tool you will use Alt+<the yellow letter> to access that field, tabbing also works between fields)
- Alt+t to set Static IP
- Alt+I and enter the static IP
- Alt+s (or tab) and enter the subnet mask
- (optional) Alt+o (or tab) to enter the hostname
- Alt+n to go to finish this screen
- Alt+s to configure the hostname (again?), domain and DNS
- Alt+t to enter the host name
- Alt+d (or tab) to enter domain name
- Alt+1 to enter first DNS server (and 2, 3 for others)
- Alt+o to save changes
- Alt+q to quit yast
- then try reboot into the terminal to restart the appliance
- Repeat on each appliance
Hope this helps