i tried to make LVS on MP3000
i installed 2 linux(Red hat kernel 2.4) on z/VM, there are two real
servers(linux01 linux02)
and i tried to install director server(linux03) on z/VM
my installation process is
starting the s/390 initrd to configure networking. version is 0.51
please enter the FQDN of your new virtual maichine (e.g.
s390.redhat.com):
linux03.redhat.com
please enter the network device you intend to use (e.g. ctc0, escon0, iucv0,
eth0, hsi0, tr0):
eth0
please enter parameters you need to pass to the channel device layer.
this incluces the I/O ports of your ctc, escon, qeth, hsi and lcs
devices.
additional parameters for QETH devices such as the portname
should be entered at the next prompt, not here !
(e.g. "ctc0,0x600,0x601" will activate the ctc0 interface at I/0
ports 0x600,0x601):
lcs,0x4c12,0x4c13
please enter the ip address of your new virtual machine:
192.168.1.201
please enter your netmask
255.255.255.0
.
.
.
.
.
it's ok
sh-2.05# ifconfig
eth0 Link
encap:Ethernet HWaddr 00:10:6F:00:1C:70
inet addr:192.168.1.201 Bcast:192.168.1.255
Mask:255.255.255.0
inet6 addr:fe80:6fff:fe00:1c70/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes(0.0 b) TX bytes:288 (288.0 b)
i think everthing is fine
so i tried to connect to linux03 server using telnet and ssh to install
linux03
but i can't
i ping to linux03, no respone
is anyone same problem??