<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adding global route to VCS (cluster) configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/adding-global-route-to-vcs-cluster-configuration/m-p/3982772#M27874</link>
    <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A system can only have one DEFAULT route.&lt;BR /&gt;&lt;BR /&gt;Therefore other routes need to be dynamically added with the route add command.&lt;BR /&gt;&lt;BR /&gt;This might not help the networking situation however, it could cause problems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 17 Apr 2007 15:29:25 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2007-04-17T15:29:25Z</dc:date>
    <item>
      <title>Adding global route to VCS (cluster) configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-global-route-to-vcs-cluster-configuration/m-p/3982771#M27873</link>
      <description>&lt;!--!*#--&gt;Hi Guys,&lt;BR /&gt;&lt;BR /&gt;I'm trying to add a global route to VCS cluster configuration. I added the following RouteOptions to my Linux VCS main.cf:&lt;BR /&gt;&lt;BR /&gt;        MultiNICA EdnMNIC (&lt;BR /&gt;                Device @ronbgmc1a = { eth2 = "10.107.68.24", eth3 = "10.107.68.25" }&lt;BR /&gt;                Device @ronbgmc1b = { eth2 = "10.107.68.26", eth3 = "10.107.68.27" }&lt;BR /&gt;                NetMask = "255.255.255.0"&lt;BR /&gt;                RouteOptions = "-host 10.107.3.223 eth2"&lt;BR /&gt;                PingOptimize = 0&lt;BR /&gt;                NetworkHosts = { "10.107.68.1" }&lt;BR /&gt;                )&lt;BR /&gt;&lt;BR /&gt;Using the following commands:&lt;BR /&gt;&lt;BR /&gt;[root@ronbgmc1b root]# hastop -all -force&lt;BR /&gt;[root@ronbgmc1b root]# pushd /etc/VRTSvcs/conf/config/&lt;BR /&gt;/etc/VRTSvcs/conf/config ~&lt;BR /&gt;[root@ronbgmc1b config]# vi main.cf&lt;BR /&gt;[root@ronbgmc1b config]# hacf -generate .&lt;BR /&gt;[root@ronbgmc1b config]# grep Route ./main.cf&lt;BR /&gt;                RouteOptions = "-host 10.107.3.223 eth2"&lt;BR /&gt;[root@ronbgmc1b config]# hastart&lt;BR /&gt;&lt;BR /&gt;However, the new route is not added to the routing table:&lt;BR /&gt;&lt;BR /&gt;[root@ronbgmc1b config]# netstat -nr&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;10.107.68.0     0.0.0.0         255.255.255.0   U         0 0          0 eth2&lt;BR /&gt;10.107.68.0     0.0.0.0         255.255.255.0   U         0 0          0 eth3&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 eth3&lt;BR /&gt;0.0.0.0         10.107.68.1     0.0.0.0         UG        0 0          0 eth2&lt;BR /&gt;[root@ronbgmc1b config]#&lt;BR /&gt;&lt;BR /&gt;Can anyone suggest the correct procedure of adding a route to VCS ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ron.&lt;BR /&gt;--&lt;BR /&gt;Ron Barak&lt;BR /&gt;Unix System Developer, MIS, Comverse&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Apr 2007 04:21:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-global-route-to-vcs-cluster-configuration/m-p/3982771#M27873</guid>
      <dc:creator>linux_4</dc:creator>
      <dc:date>2007-04-17T04:21:15Z</dc:date>
    </item>
    <item>
      <title>Re: Adding global route to VCS (cluster) configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-global-route-to-vcs-cluster-configuration/m-p/3982772#M27874</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;A system can only have one DEFAULT route.&lt;BR /&gt;&lt;BR /&gt;Therefore other routes need to be dynamically added with the route add command.&lt;BR /&gt;&lt;BR /&gt;This might not help the networking situation however, it could cause problems.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 17 Apr 2007 15:29:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-global-route-to-vcs-cluster-configuration/m-p/3982772#M27874</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-04-17T15:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding global route to VCS (cluster) configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/adding-global-route-to-vcs-cluster-configuration/m-p/3982773#M27875</link>
      <description>No, it's not a default route issue.&lt;BR /&gt;&lt;BR /&gt;It's a lack-of-network issue.&lt;BR /&gt;&lt;BR /&gt;You're trying to add a route to '10.107.3.xxx' via an interface which isn't on that subnet, so it's getting confused.  You could tell it to use a next hop using 'gw 10.107.68.1' instead of 'eth2', but..&lt;BR /&gt;&lt;BR /&gt;The default route is covering that route, so unless you're getting ip-redirect ICMP's, theres no reason to have it.</description>
      <pubDate>Tue, 17 Apr 2007 17:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/adding-global-route-to-vcs-cluster-configuration/m-p/3982773#M27875</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2007-04-17T17:48:07Z</dc:date>
    </item>
  </channel>
</rss>

