Recovering from DNS misconfiguration
When specifying DNS settings for the first time, specifying incorrect DNS settings can cause issues with DNS
resolution
If this happens, do not attempt to rerun the script
v3/tacp_switch_config_v3
.
Important:
This procedure can be performed only by Lenovo Professional Services.
To recover from DNS misconfiguration, follow these steps:
Step 1. Update
/etc/tacp/tacp_switch_resource.sh
with the correct DNS IP address on both interconnect
switches:
### Hardware management network DHCP configuration ###
BMC_DHCP_START=10.103.31.2
BMC_DHCP_END=10.103.31.253
BMC_ROUTER_IP=$BMC_VLAN_IP
BMC_PREFIX=$BMC_VLAN_IP_PREFIX
DNS=10.0.64.10
#SWITCH_HA="DS-V3"|"SS-V3"
SWITCH_HA="DS-V3"
Step 2. Edit
/etc/dhcp/vlan-mgmt.conf
on the primary interconnect switch:
This file is used to specify the hardware management network setting.
subnet 10.103.31.0 netmask 255.255.255.0 {
option domain-name-servers 10.0.64.10;
option routers 10.103.31.1;
default-lease-time 43200;
max-lease-time 43200;
pool {
range 10.103.31.2 10.103.31.253;
}
}
Step 3. Edit
/etc/dhcp/vlan-main.conf
on the primary interconnect switch:
subnet 10.102.31.0 netmask 255.255.255.0 {
option domain-name-servers 10.0.64.10;
option routers 10.102.31.254;
default-lease-time 43200;
max-lease-time 43200;
#Disable DHCP-HA until off rules are fixed
#failover peer "failover-partner";
pool {
range 10.102.31.2 10.102.31.253;
}
}
124
Lenovo ThinkAgile CP Hardware Part Replacement and Component Maintenance Procedures
Summary of Contents for ThinkAgile CP
Page 4: ...ii Lenovo ThinkAgile CP Hardware Part Replacement and Component Maintenance Procedures ...
Page 6: ...iv Lenovo ThinkAgile CP Hardware Part Replacement and Component Maintenance Procedures ...
Page 8: ...vi Lenovo ThinkAgile CP Hardware Part Replacement and Component Maintenance Procedures ...
Page 30: ...22 Lenovo ThinkAgile CP Hardware Part Replacement and Component Maintenance Procedures ...
Page 33: ...Chapter 4 Managing Support Mode 25 ...
Page 80: ...72 Lenovo ThinkAgile CP Hardware Part Replacement and Component Maintenance Procedures ...
Page 158: ...150 Lenovo ThinkAgile CP Hardware Part Replacement and Component Maintenance Procedures ...
Page 160: ...152 Lenovo ThinkAgile CP Hardware Part Replacement and Component Maintenance Procedures ...
Page 161: ......
Page 162: ......