免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1679 | 回复: 0
打印 上一主题 下一主题

[系统管理] AIX TROUBLE SHOOTING记录3 双网关问题 [复制链接]

论坛徽章:
1
荣誉会员
日期:2011-11-23 16:44:17
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-03-15 16:44 |只看该作者 |倒序浏览

    这是以前的一个工作邮件记录。
问题描述:服务器的网口改了VLAN,造成重启后出现了双网关,公司内部有些网段的机器无法访问此机。为审慎起见,不建议使用odmdelete。
实验记录及结论:刚刚在myaix上实验了一下,chdev可行。
myaix#/> odmget CuAt |grep -p inet0
CuAt:
        name = "inet0"
        attribute = "hostname"
        value = "myaix"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 24
CuAt:
        name = "inet0"
        attribute = "route"
        value = "net,-hopcount,0,,0,9.181.168.254"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0
myaix#/> chdev -l inet0 -a route=net,,0,9.181.183.254
inet0 changed
myaix#/> odmget CuAt |grep -p inet0
CuAt:
        name = "inet0"
        attribute = "hostname"
        value = "myaix"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 24
CuAt:
        name = "inet0"
        attribute = "route"
        value = "net,-hopcount,0,,0,9.181.168.254"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0
CuAt:
        name = "inet0"
        attribute = "route"
        value = "net,,0,9.181.183.254"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0
myaix#/> lsatrr -El inet0
ksh: lsatrr:  not found.
myaix#/> lsattr -El inet0
authm         65536                            Authentication Methods              True
bootup_option no                               Use BSD-style Network Configuration True
gateway                                        Gateway                             True
hostname      myaix                          Host Name                           True
rout6                                          IPv6 Route                          True
route         net,,0,9.181.183.254             Route                               True
route         net,-hopcount,0,,0,9.181.168.254 Route                               True
myaix#/> chdev -l inet0 -a delroute=net,,0,9.181.183.254
inet0 changed
myaix#/> r lsatt
lsattr -El inet0
authm         65536                            Authentication Methods              True
bootup_option no                               Use BSD-style Network Configuration True
gateway                                        Gateway                             True
hostname      myaix                          Host Name                           True
rout6                                          IPv6 Route                          True
route         net,-hopcount,0,,0,9.181.168.254 Route                               True
myaix#/> chdev -l inet0 -a route=net,-hopcount,0,,0,9.181.183.254
inet0 changed
myaix#/> r lsattr
lsattr -El inet0
authm         65536                            Authentication Methods              True
bootup_option no                               Use BSD-style Network Configuration True
gateway                                        Gateway                             True
hostname      myaix                          Host Name                           True
rout6                                          IPv6 Route                          True
route         net,-hopcount,0,,0,9.181.183.254 Route                               True
route         net,-hopcount,0,,0,9.181.168.254 Route                               True
myaix#/> odmget CuAt |grep -p inet0
CuAt:
        name = "inet0"
        attribute = "hostname"
        value = "myaix"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 24
CuAt:
        name = "inet0"
        attribute = "route"
        value = "net,-hopcount,0,,0,9.181.168.254"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0
CuAt:
        name = "inet0"
        attribute = "route"
        value = "net,-hopcount,0,,0,9.181.183.254"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0
myaix#/> chdev -l inet0 -a delroute=net,,0,9.181.183.254
inet0 changed
myaix#/> r odm
odmget CuAt |grep -p inet0
CuAt:
        name = "inet0"
        attribute = "hostname"
        value = "myaix"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 24
CuAt:
        name = "inet0"
        attribute = "route"
        value = "net,-hopcount,0,,0,9.181.168.254"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0
myaix#/> netstat -nr
Routing tables
Destination      Gateway           Flags   Refs     Use  If   PMTU Exp Groups
Route Tree for Protocol Family 2 (Internet):
default          9.181.168.254     UGc       0        0  en0     -   -      -   
9.181.168.0      9.181.168.85      UHSb      0        0  en0     -   -      -   =>
9.181.168/24     9.181.168.85      U        16     3979  en0     -   -      -   
9.181.168.85     127.0.0.1         UGHS      0     2033  lo0     -   -      -   
9.181.168.255    9.181.168.85      UHSb      0        0  en0     -   -      -   
127/8            127.0.0.1         U         0       30  lo0     -   -      -   
192.168.1.0      192.168.1.1       UHSb      0        0  en1     -   -      -   =>
192.168.1/24     192.168.1.1       U         0     1914  en1     -   -      -   
192.168.1.1      127.0.0.1         UGHS      0       12  lo0     -   -      -   
192.168.1.255    192.168.1.1       UHSb      0        0  en1     -   -      -   
192.168.68.0     192.168.68.3      UHSb      0        0  en0     -   -      -   =>
192.168.68/24    192.168.68.3      U         0        0  en0     -   -      -   
192.168.68.3     127.0.0.1         UGHS      0        0  lo0     -   -      -   
192.168.68.255   192.168.68.3      UHSb      0        0  en0     -   -      -   
Route Tree for Protocol Family 24 (Internet v6):
::1              ::1               UH        0        0  lo0 16896   -      -   
myaix#/> chdev -l inet0 -a route=net,-hopcount,0,,0,9.181.183.254
inet0 changed
myaix#/> netstat -nr
Routing tables
Destination      Gateway           Flags   Refs     Use  If   PMTU Exp Groups
Route Tree for Protocol Family 2 (Internet):
default          9.181.168.254     UGc       0        0  en0     -   -      -   =>
default          9.181.183.254     UGc       0        0  en0     -   -      -   
9.181.168.0      9.181.168.85      UHSb      0        0  en0     -   -      -   =>
9.181.168/24     9.181.168.85      U        17     3979  en0     -   -      -   
9.181.168.85     127.0.0.1         UGHS      0     2033  lo0     -   -      -   
9.181.168.255    9.181.168.85      UHSb      0        0  en0     -   -      -   
127/8            127.0.0.1         U         0       30  lo0     -   -      -   
192.168.1.0      192.168.1.1       UHSb      0        0  en1     -   -      -   =>
192.168.1/24     192.168.1.1       U         0     1914  en1     -   -      -   
192.168.1.1      127.0.0.1         UGHS      0       12  lo0     -   -      -   
192.168.1.255    192.168.1.1       UHSb      0        0  en1     -   -      -   
192.168.68.0     192.168.68.3      UHSb      0        0  en0     -   -      -   =>
192.168.68/24    192.168.68.3      U         0        0  en0     -   -      -   
192.168.68.3     127.0.0.1         UGHS      0        0  lo0     -   -      -   
192.168.68.255   192.168.68.3      UHSb      0        0  en0     -   -      -   
Route Tree for Protocol Family 24 (Internet v6):
::1              ::1               UH        0        0  lo0 16896   -      -   
myaix#/> r odm
odmget CuAt |grep -p inet0
CuAt:
        name = "inet0"
        attribute = "hostname"
        value = "myaix"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 24
CuAt:
        name = "inet0"
        attribute = "route"
        value = "net,-hopcount,0,,0,9.181.168.254"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0
CuAt:
        name = "inet0"
        attribute = "route"
        value = "net,-hopcount,0,,0,9.181.183.254"
        type = "R"
        generic = "DU"
        rep = "s"
        nls_index = 0
myaix#/> r lsattr
lsattr -El inet0
authm         65536                            Authentication Methods              True
bootup_option no                               Use BSD-style Network Configuration True
gateway                                        Gateway                             True
hostname      myaix                          Host Name                           True
rout6                                          IPv6 Route                          True
route         net,-hopcount,0,,0,9.181.183.254 Route                               True
route         net,-hopcount,0,,0,9.181.168.254 Route                               True
myaix#/> chdev -l inet0 -a delroute=net,,0,9.181.183.254
inet0 changed
myaix#/> netstat -nr
Routing tables
Destination      Gateway           Flags   Refs     Use  If   PMTU Exp Groups
Route Tree for Protocol Family 2 (Internet):
default          9.181.168.254     UGc       0        0  en0     -   -      -   
9.181.168.0      9.181.168.85      UHSb      0        0  en0     -   -      -   =>
9.181.168/24     9.181.168.85      U        17     3979  en0     -   -      -   
9.181.168.85     127.0.0.1         UGHS      0     2033  lo0     -   -      -   
9.181.168.255    9.181.168.85      UHSb      0        0  en0     -   -      -   
127/8            127.0.0.1         U         0       30  lo0     -   -      -   
192.168.1.0      192.168.1.1       UHSb      0        0  en1     -   -      -   =>
192.168.1/24     192.168.1.1       U         0     1914  en1     -   -      -   
192.168.1.1      127.0.0.1         UGHS      0       12  lo0     -   -      -   
192.168.1.255    192.168.1.1       UHSb      0        0  en1     -   -      -   
192.168.68.0     192.168.68.3      UHSb      0        0  en0     -   -      -   =>
192.168.68/24    192.168.68.3      U         0        0  en0     -   -      -   
192.168.68.3     127.0.0.1         UGHS      0        0  lo0     -   -      -   
192.168.68.255   192.168.68.3      UHSb      0        0  en0     -   -      -   
Route Tree for Protocol Family 24 (Internet v6):
::1              ::1               UH        0        0  lo0 16896   -      -   
myaix#/> chdev -l inet0 -a delroute=net,,0,9.181.183.254 (此处说明,多次执行chdev不会造成负面影响)
Method error (/usr/lib/methods/chginet):
        0514-009 Cannot delete an object from the device
                 configuration database.
0821-216 chginet: Cannot delete route (net,0,9.181.183.254) from CuAt.
myaix#/>

==================================================================================
任何形式的转载,请写明出处:
email:
beginner@yeah.net
blog:
http://blog.chinaunix.net/index.php?blogId=739
   
http://www.cublog.cn/u/739/
==================================================================================


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/739/showart_85735.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP