Hereiam714's Posts

Glad the issue has been identified and resolved. Thank you very much.
Thanks for the response. However, I don't believe this is a networking issue since the only change is EDA version. With EDA 0.81 using ESX 3.5U3 and keeping the same configuration for the sam... See more...
Thanks for the response. However, I don't believe this is a networking issue since the only change is EDA version. With EDA 0.81 using ESX 3.5U3 and keeping the same configuration for the same hardware, I was able to install ESX 3.5U3 without any issue. When I change to EDA 0.85 and everything else stays the same, I get the message about selecting the NIC to continue. So if the EDA is the only variable that changed and I am using the same server and same ESX ISO, the network is not the problem. In addition, i can constantly reproduce this problem with other blades in the chassis with EDA 0.85 Thanks.
Great deployment app! It appears that I've stumble upon an issue regarding the 'ksdevice'. In version 0.81, eth0 was the ksdevice for my deployment and everything worked accordingly, howeve... See more...
Great deployment app! It appears that I've stumble upon an issue regarding the 'ksdevice'. In version 0.81, eth0 was the ksdevice for my deployment and everything worked accordingly, however once I upgraded to 0.85, the kickstart portion of the deployment stops at the ksdevice selection screen. I'm including a screen shot of the ksdevice selection. Here's the ks line network --bootproto static --device eth0 --ip 192.168.1.170 --netmask 255.255.255.0 --gateway 192.168.1.1 --nameserver 192.168.1.10 --hostname esx01.localhost --addvmportgroup=0 Thanks