hi everyone,
one of my rs/6000's was rebooted yesterday and subsequent to that our mainframe could not connect to the rs/6000. after some investigation I noticed (via netstat -rn) that the rs/6000 no longer had it's default gateway set and as the mainframe is on a different subnet to the rs/6000 I thought this explained the problem. I went into the smitty tcpip and tried to reconfig en0 and therefore reset the default gateway. when I pick any of the ethernet nic's smitty errors with the following -
**** ERROR ****
1800-083 Data error: could not find matching ring
field value for corresponding Command_to_Discover
value. sm_cmd_opt[9].disc_field_name:
"type".
The current actual value will be used as the
default value for the following dialog. Use
local problem reporting procedures.
**** ERROR ****
1800-083 Data error: could not find matching ring
field value for corresponding Command_to_Discover
value. sm_cmd_opt[10].disc_field_name:
"start".
The current actual value will be used as the
default value for the following dialog. Use
local problem reporting procedures.
if you hit enter through this screen the normal screen appears but the last 2 values (speed and start now) do not show N/A and no but en0 and en ?? I tried to run the mktcpip command manually with the correct vaules for these two fields but when you go back into smit it still errors.
looking at inet0 with the lsattr -E -l inet0, the appears to be duplicate entries for the route -
# lsattr -E -l inet0
hostname my_hostname Host Name True
gateway Gateway True
route net,,0,10.xxx.xxx.xxx Route True
route net,,0,10.xxx.xxx.xxx
bootup_option no Serial Optical Network Interface True
rout6 FDDI Network Interface True
authm 65536 Authentication Methods True
#
this is further confirmed by doing an odmget CuAt i.e. there appears to be a duplicate stanza
CuAt:
name = "inet0"
attribute = "route"
value = "net,,0,10.xxx.xxx.xxx"
type = "R"
generic = "DU"
rep = "s"
nls_index = 0
CuAt:
name = "inet0"
attribute = "route"
value = "net,,0,10.xxx.xxx.xxx"
type = "R"
generic = "DU"
rep = "s"
nls_index = 0
#
if I remove the route with the chdev -l inet0 -a delroute="net,,0,10.xxx.xxx.xxx" the smit screen goes back to normal (obviously the default gateway is not populated) but when I complete the default gateway field the duplication re-occurs.
thanks guys - gary.
one of my rs/6000's was rebooted yesterday and subsequent to that our mainframe could not connect to the rs/6000. after some investigation I noticed (via netstat -rn) that the rs/6000 no longer had it's default gateway set and as the mainframe is on a different subnet to the rs/6000 I thought this explained the problem. I went into the smitty tcpip and tried to reconfig en0 and therefore reset the default gateway. when I pick any of the ethernet nic's smitty errors with the following -
**** ERROR ****
1800-083 Data error: could not find matching ring
field value for corresponding Command_to_Discover
value. sm_cmd_opt[9].disc_field_name:
"type".
The current actual value will be used as the
default value for the following dialog. Use
local problem reporting procedures.
**** ERROR ****
1800-083 Data error: could not find matching ring
field value for corresponding Command_to_Discover
value. sm_cmd_opt[10].disc_field_name:
"start".
The current actual value will be used as the
default value for the following dialog. Use
local problem reporting procedures.
if you hit enter through this screen the normal screen appears but the last 2 values (speed and start now) do not show N/A and no but en0 and en ?? I tried to run the mktcpip command manually with the correct vaules for these two fields but when you go back into smit it still errors.
looking at inet0 with the lsattr -E -l inet0, the appears to be duplicate entries for the route -
# lsattr -E -l inet0
hostname my_hostname Host Name True
gateway Gateway True
route net,,0,10.xxx.xxx.xxx Route True
route net,,0,10.xxx.xxx.xxx
bootup_option no Serial Optical Network Interface True
rout6 FDDI Network Interface True
authm 65536 Authentication Methods True
#
this is further confirmed by doing an odmget CuAt i.e. there appears to be a duplicate stanza
CuAt:
name = "inet0"
attribute = "route"
value = "net,,0,10.xxx.xxx.xxx"
type = "R"
generic = "DU"
rep = "s"
nls_index = 0
CuAt:
name = "inet0"
attribute = "route"
value = "net,,0,10.xxx.xxx.xxx"
type = "R"
generic = "DU"
rep = "s"
nls_index = 0
#
if I remove the route with the chdev -l inet0 -a delroute="net,,0,10.xxx.xxx.xxx" the smit screen goes back to normal (obviously the default gateway is not populated) but when I complete the default gateway field the duplication re-occurs.
thanks guys - gary.