Hello,
I'm using VMWare-Server for a very short time, then I'm sorry if my question seems to be stupid.
I would like to make some test of virtualisation and High-disponibility of a mysql-server with DRBD and Heartbeat.
I have already created my master with an ubuntu-server x86-64 with a 2.6.20-15 kernel . This one works great, my DRBD and heartbeat are configured.
I would like to copy this server to an other one called "slave" or "node0". I've followed a procedure:
Shut down the master,
Copy the entire folder with the wmx file and give an other name "slave" or "node0",
Opening the node0 in VMWare-server,
Start the node0 without starting the master and changing the links,
Edit /etc/hosts and /etc/network/interfaces,
Starting or restarting network,
Done
The eth0 interface doesn't seems to be present.
SIOCSIFADDR: No such device
eth0: ERRORwhile getting interface flags: No such device
eth0: ERRORwhile getting interface flags: No such device
Bind socket to interface: No such device
Failed to bring up eth0.
lsmod | grep e1000
e1000 133824 0
Why does this slave VM doens'nt work exactly as the master VM?
An other question, why on the host I cannot open an ssh session on the master VM as I can do it on a distant physical machine? Do I have to work with tunnels? If yes how to use it?