Does anybody have any experience setting up VIPA under zLinux directly on
an LPAR?

This is what I have defined to VIPA:
 # qethconf vipa list
vipa add 172.27.106.10 eth0
vipa add 172.27.106.10 eth1

Here is what I have for devices:
 # ifconfig
dummy0    Link encap:Ethernet  HWaddr 7E:4E:DD:CB:55:CD
          inet addr:172.27.106.10  Bcast:172.27.255.255  Mask:255.255.0.0
          inet6 addr: fe80::7c4e:ddff:fecb:55cd/64 Scope:Link
          UP BROADCAST RUNNING NOARP  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:210 (210.0 b)

eth0      Link encap:Ethernet  HWaddr 00:09:6B:1A:64:D8
          inet addr:172.22.106.10  Bcast:172.22.255.255  Mask:255.255.0.0
          inet6 addr: fe80::209:6bff:fe1a:64d8/64 Scope:Link
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:504 errors:0 dropped:0 overruns:0 frame:0
          TX packets:173 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:45932 (44.8 KiB)  TX bytes:19873 (19.4 KiB)

eth1      Link encap:Ethernet  HWaddr 00:09:6B:1A:64:C3
          inet addr:172.16.106.10  Bcast:172.16.255.255  Mask:255.255.0.0
          inet6 addr: fe80::209:6bff:fe1a:64c3/64 Scope:Link
          UP BROADCAST RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:1352 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:133236 (130.1 KiB)  TX bytes:264 (264.0 b)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:8 errors:0 dropped:0 overruns:0 frame:0
          TX packets:8 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:560 (560.0 b)  TX bytes:560 (560.0 b)
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This is my  /etc/quagga/ospf.conf
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
! -*- ospf -*-
!
! OSPFd  configuration file
!
!
hostname lnxqa
password zebra
enable password zebra
log file /var/log/ospfd.log
!log record-priority
!service advanced-vty

interface dummy0
 ip ospf hello-interval 10
 ip ospf dead-interval 40
!
interface lo
 ip ospf hello-interval 10
 ip ospf dead-interval 40
!
interface eth0
 ip ospf hello-interval 10
 ip ospf dead-interval 40
!
interface eth1
 ip ospf hello-interval 10
 ip ospf dead-interval 40
!
router ospf
!   network 0.0.0.0/0 area 0
  ospf router-id 172.27.106.10
!    area 1.1.1.1 stub
!    redistribute connected
  passive-interface lo
  network 172.22.106.10/16 area 0
  network 172.16.106.10/16 area 0
  network 172.27.106.10/24 area 0
! END
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
This is my  /etc/quagga/ospf.conf
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
!
! Zebra configuration saved from vty
!   2005/05/10 16:12:58
!
hostname lnxqa
password zebra
enable password zebra
log file /var/log/zebra.log
! END
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
3) after starting zebra (/etc/rc.d/init.d/zebra start),
/var/log/zebra.log:
2005/05/11 13:45:47 ZEBRA: old umask 23 127
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
My ospfd log after starting ospfd (/etc/rc.d/init.d/ospfd start),
/var/log/zebra.log:
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if
2005/05/11 15:20:38 OSPF: ifp name=dummy0 status=0 index=0
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if: interface dummy0 not known
to OSPFd?
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if
2005/05/11 15:20:38 OSPF: ifp name=lo status=0 index=0
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if: interface lo not known to
OSPFd?
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if
2005/05/11 15:20:38 OSPF: ifp name=eth0 status=0 index=0
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if: interface eth0 not known
to OSPFd?
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if
2005/05/11 15:20:38 OSPF: ifp name=eth1 status=0 index=0
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if: interface eth1 not known
to OSPFd?
2005/05/11 15:20:38 OSPF: old umask 23 127
2005/05/11 15:20:38 OSPF: interface 172.27.106.10 join AllSPFRouters
Multicast group.
2005/05/11 15:20:38 OSPF: ospf_apiserver_ism_change
2005/05/11 15:20:38 OSPF: oi->ifp->name=dummy0
2005/05/11 15:20:38 OSPF: old_state=1
2005/05/11 15:20:38 OSPF: oi->state=3
2005/05/11 15:20:38 OSPF: interface 172.22.106.10 join AllSPFRouters
Multicast group.
2005/05/11 15:20:38 OSPF: ospf_apiserver_ism_change
2005/05/11 15:20:38 OSPF: oi->ifp->name=eth0
2005/05/11 15:20:38 OSPF: old_state=1
2005/05/11 15:20:38 OSPF: oi->state=3
2005/05/11 15:20:38 OSPF: interface 172.16.106.10 join AllSPFRouters
Multicast group.
2005/05/11 15:20:38 OSPF: ospf_apiserver_ism_change
2005/05/11 15:20:38 OSPF: oi->ifp->name=eth1
2005/05/11 15:20:38 OSPF: old_state=1
2005/05/11 15:20:38 OSPF: oi->state=3
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if
2005/05/11 15:20:38 OSPF: ifp name=sit0 status=0 index=0
2005/05/11 15:20:38 OSPF: ospf_apiserver_new_if: interface sit0 not known
to OSPFd?
2005/05/11 15:20:39 OSPF: Packet from [0.0.0.0] received on link eth0 but
no ospf_interface
2005/05/11 15:20:39 OSPF: Packet from [0.0.0.0] received on link eth1 but
no ospf_interface
2005/05/11 15:20:40 OSPF: Packet from [0.0.0.0] received on link eth0 but
no ospf_interface
2005/05/11 15:20:40 OSPF: Packet from [0.0.0.0] received on link eth0 but
no ospf_interface
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

When I try to ping my VIPA IP Address (172.27.106.10) from the subnets
outside the mainframe (OSA's), I don't get any response.
Can't telnet into it either.

Regards,

[EMAIL PROTECTED]
NCCI
Boca Raton, Florida
561.893.2415
greetings / avec mes meilleures salutations / Cordialmente
mit freundlichen Grüßen / Med vänlig hälsning


The information contained in this e-mail message is intended only for 
the personal and confidential use of the recipient(s) named above. This 
message may be an attorney-client communication and/or work product and 
as such is privileged and confidential. If the reader of this message 
is not the intended recipient or an agent responsible for delivering it 
to the intended recipient, you are hereby notified that you have 
received this document in error and that any review, dissemination, 
distribution, or copying of this message is strictly prohibited. If you 
have received this communication in error, please notify us immediately 
by e-mail, and delete the original message.


----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to