Okt 28
Once you have setup a fix IP address for your iLOM SP and you have no more access to the web interface it is necessary to configure iLOM to use dhcp from the serial console.
First connect to the serial port of your SP with a kermit, HyperTerminal or your preferred application. The connection parameters are: 8N1 (eight data bits, no parity, no stop bit), 9600 baud, CTS/RTS (disable hardware flow control). Enter the following commands for setting up the iLOM network to use dhcp.
Sun(TM) Integrated Lights Out Manager
Version 2.0.2.16
Copyright 2007 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
> cd /SP/network
/SP/network
> set pendingipdiscovery=dhcp
Set 'pendingipdiscovery' to 'dhcp'
> set commitpending=true
> exit
written by phi.mic
\\ tags: iLOM
Okt 13
written by phi.mic
\\ tags: iPhone
Sep 09
Today i had an ugly problem to migrate some virtual machines in our VMware ESX 3.5U4 environment. While trying to migrate some virtual machines between two esx hosts i get the following error from the VirtualCenter:
Unable to migrate from host XX to host YY: Currently connected network interface 'NIC1' uses network '10.20.x.x', which is configured for different offload or security policies on the destination host than the source host.
I first thought the network configuration of these two esx hosts differ or the switch ports have different VLANs but this was not the case. I found a workaround which original was written for VirtalCenter 2.0.1 which manages ESX 2.5x hosts, but this also work for our ESX 3.5U4 cluster.
First start the explorer on the VirtualCenter and open the file vpxd.cfg in the directory C:\Documents and Settings\All Users\Application Data\VMware\VMware VirtualCenter. Add the following lines inside of the <config> section:
<migrate>
<test>
<CompatibleNetworks>
<MatchedNetworkPolicies>false</MatchedNetworkPolicies>
</CompatibleNetworks>
</test>
</migrate>
The vmotion between these two esx hosts should work after restarting the VC service.
written by phi.mic
\\ tags: VMware