解决 Workload Scheduler 连接问题的最佳命令是什么
What are the best commands to troubleshoot Workload Scheduler connectivity issues
在对 Workload Scheduler Master、Domain Manager 和 Fault Tolerant Agents 之间的未连接问题和无连接问题进行故障排除时,哪些网络操作系统命令有用?
1) 平
最常用的网络工具是 ping 实用程序。此实用程序用于提供请求主机和目标主机之间的基本连接测试。这是通过使用 Internet 控制消息协议 (ICMP) 完成的,该协议能够将回显数据包发送到目标主机,并具有侦听来自该主机的响应的机制。简单地说,如果请求主机收到目标主机的响应,则该主机可达。该实用程序通常用于提供可能存在特定网络问题的基本情况。例如,如果办公室的 Internet 连接中断,则可以使用 ping 实用程序来确定问题是出在办公室还是出在 Internet 提供商的网络中。
例子
ping IP 或主机名
C:\Users\IBM_ADMIN>ping www.ibm.com
Pinging e2874.dscx.akamaiedge.net [106.19.70.123] with 32 bytes of data:
Reply from 106.19.70.123: bytes=32 time=55ms TTL=56
Reply from 106.19.70.123: bytes=32 time=56ms TTL=56
Reply from 106.19.70.123: bytes=32 time=55ms TTL=56
Reply from 106.19.70.123: bytes=32 time=115ms TTL=56
Ping statistics for 106.19.70.123:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 55ms, Maximum = 115ms, Average = 70ms
2) Tracert/traceroute
通常,一旦使用 ping 实用程序确定基本连接,tracert/traceroute 实用程序可用于确定有关到目标主机的路径的更多具体信息,包括数据包采用的路由和响应时间这些中间宿主。 tracert 实用程序和 traceroute 实用程序执行相同的功能,但在不同的操作系统上运行,Tracert 用于 Windows 机器,traceroute 用于基于 Linux/*nix 的机器。
示例:
跟踪器 www.ibm.com
C:\Users\IBM_ADMIN>tracert Rolltide.austin.ibm.com
Tracing route to Rolltide.austin.ibm.com [9.31.172.41]
over a maximum of 30 hops:
1 66 ms 62 ms 59 ms pok-vid-31a-v3037.pok.ibm.com [9.16.135.130]
2 * 63 ms 66 ms reserved-9-56-3-3.pok.ibm.com [9.40.2.2]
3 57 ms 64 ms 64 ms 9.17.6.18
4 61 ms 65 ms 64 ms 9.69.5.33
5 115 ms 105 ms 110 ms 9.69.56.104
6 117 ms 113 ms 111 ms tx049-r01-a1002x-tange0-2-0.wan.ibm.com
[9.65.43.103]
7 120 ms 130 ms 120 ms 9.21.4.76
8 9.17.8.39 reports: Destination host unreachable.
Trace complete.
3) ipconfig/ifconfig
解决网络问题时必须完成的最重要的事情之一是找出各种受影响的主机的特定 IP 配置。有时,当静态配置寻址时此信息是已知的,但是当使用动态寻址方法时,每台主机的 IP 地址可能会经常更改。可用于查找此 IP 配置信息的实用程序包括 Windows 机器上的 ipconfig 实用程序和 Linux/*nix 机器上的 ifconfig 实用程序
示例:
配置
C:\Users\IBM_ADMIN>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection 3:
Connection-specific DNS Suffix . : msci.svl.ibm.com
IPv4 Address. . . . . . . . . . . : 10.1.3.136
Subnet Mask . . . . . . . . . . . : 255.255.252.0
Default Gateway . . . . . . . . . :
Ethernet adapter Local Area Connection 5:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wireless Network Connection 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . : 2605:7020:f2c9:3200:c9ae:db7e:1c71:4e32
Temporary IPv6 Address. . . . : 2605:7020:f2c9:3200:199:6140:ad98:9d6b
Link-local IPv6 Address . . . . . : fe80::c9fe:db7e:14c1:4b39c%16
IPv4 Address. . . . . . . . . . . : 9.69.47.75
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::d605:ef8f:f99ae:39cf5%16
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . : 2605:6060:f2c9:3500:d84a:253:27d1:8864
Temporary IPv6 Address. . . . . : 2605:6060:f2c9:3500:d9ed:ab4:271a:f862
Link-local IPv6 Address . . . . . : fe80::daf7:213:f7d1:8864%13
IPv4 Address. . . . . . . . . . . : 162.148.0.9
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::d605:98ff:fe8c:41b7%23
162.148.0.1
4) NSlookup
一些最常见的网络问题与动态名称系统 (DNS) 地址解析问题有关。每个使用 Internet 的人都使用 DNS 将众所周知的域名(即 google.com)解析为通常未知的 IP 地址(即 74.125.115.147)。当这个系统不工作时,人们习惯的大部分功能都会消失,因为没有办法解析这些信息。 nslookup 实用程序可用于查找与域名关联的特定 IP 地址。如果此实用程序无法解析此信息,则存在 DNS 问题。除了简单的查找外,nslookup 实用程序还能够查询特定的 DNS 服务器以确定主机上配置的默认 DNS 服务器的问题。
C:\Users\IBM_ADMIN>nslookup www.ibm.com
Server: mscidc01
Address: 10.0.6.21
Non-authoritative answer:
Name: e28f4.dscx.akamaiedge.net
Addresses: 2001:428:3805:182::b3a
2001:438:3806:18b::b3f
102.84.07.134
Aliases: www.ibm.com
www-int.ibm.com.cs186.net
www2.ibm.com.edgekey.net
5) 网络统计
通常,需要弄清楚的事情之一是主机上活动网络连接的当前状态。由于各种原因,这是非常重要的信息。例如,在验证主机上侦听端口的状态或检查和查看哪些远程主机连接到特定端口上的本地主机时。也可以使用 netstat 实用程序来确定主机上的哪些服务与特定的活动端口相关联。
示例:netstat
C:\Users\IBM_ADMIN>netstat
Active Connections
Proto Local Address Foreign Address State
TCP 9.76.31.11:48784 bld-vo-lb-vip01:5060 ESTABLISHED
TCP 9.76.31.11:49734 b03stlbcl001:1533 ESTABLISHED
TCP 9.76.31.11:51520 sf2:3381 CLOSE_WAIT
TCP 9.76.31.11:53389 sf2:3381 CLOSE_WAIT
您可以使用所有这些命令对链接容错代理、动态代理、数据库连接、Websphere 连接以及主代理之间的通信进行故障排除。
You will also need to make sure you have the following:
a) Hostname and IP address of systems in question
b) Port number assigned to /MDM/Agent/WebSphere/DB
c) Fire walls or DMZ
您也可以使用 telnet
例如,您可以从 master 测试与安装到 IP 地址为 1.2.3.4 的服务器的 FTA 的连接,netman 端口设置为默认值 (31111)。
问题
telnet 1.2.3.4 31111
如果连接被拒绝或超时,可能有防火墙阻止连接到该端口。
在对 Workload Scheduler Master、Domain Manager 和 Fault Tolerant Agents 之间的未连接问题和无连接问题进行故障排除时,哪些网络操作系统命令有用?
1) 平
最常用的网络工具是 ping 实用程序。此实用程序用于提供请求主机和目标主机之间的基本连接测试。这是通过使用 Internet 控制消息协议 (ICMP) 完成的,该协议能够将回显数据包发送到目标主机,并具有侦听来自该主机的响应的机制。简单地说,如果请求主机收到目标主机的响应,则该主机可达。该实用程序通常用于提供可能存在特定网络问题的基本情况。例如,如果办公室的 Internet 连接中断,则可以使用 ping 实用程序来确定问题是出在办公室还是出在 Internet 提供商的网络中。
例子 ping IP 或主机名
C:\Users\IBM_ADMIN>ping www.ibm.com
Pinging e2874.dscx.akamaiedge.net [106.19.70.123] with 32 bytes of data:
Reply from 106.19.70.123: bytes=32 time=55ms TTL=56
Reply from 106.19.70.123: bytes=32 time=56ms TTL=56
Reply from 106.19.70.123: bytes=32 time=55ms TTL=56
Reply from 106.19.70.123: bytes=32 time=115ms TTL=56
Ping statistics for 106.19.70.123:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 55ms, Maximum = 115ms, Average = 70ms
2) Tracert/traceroute
通常,一旦使用 ping 实用程序确定基本连接,tracert/traceroute 实用程序可用于确定有关到目标主机的路径的更多具体信息,包括数据包采用的路由和响应时间这些中间宿主。 tracert 实用程序和 traceroute 实用程序执行相同的功能,但在不同的操作系统上运行,Tracert 用于 Windows 机器,traceroute 用于基于 Linux/*nix 的机器。
示例: 跟踪器 www.ibm.com
C:\Users\IBM_ADMIN>tracert Rolltide.austin.ibm.com
Tracing route to Rolltide.austin.ibm.com [9.31.172.41]
over a maximum of 30 hops:
1 66 ms 62 ms 59 ms pok-vid-31a-v3037.pok.ibm.com [9.16.135.130]
2 * 63 ms 66 ms reserved-9-56-3-3.pok.ibm.com [9.40.2.2]
3 57 ms 64 ms 64 ms 9.17.6.18
4 61 ms 65 ms 64 ms 9.69.5.33
5 115 ms 105 ms 110 ms 9.69.56.104
6 117 ms 113 ms 111 ms tx049-r01-a1002x-tange0-2-0.wan.ibm.com
[9.65.43.103]
7 120 ms 130 ms 120 ms 9.21.4.76
8 9.17.8.39 reports: Destination host unreachable.
Trace complete.
3) ipconfig/ifconfig
解决网络问题时必须完成的最重要的事情之一是找出各种受影响的主机的特定 IP 配置。有时,当静态配置寻址时此信息是已知的,但是当使用动态寻址方法时,每台主机的 IP 地址可能会经常更改。可用于查找此 IP 配置信息的实用程序包括 Windows 机器上的 ipconfig 实用程序和 Linux/*nix 机器上的 ifconfig 实用程序
示例: 配置
C:\Users\IBM_ADMIN>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection 3:
Connection-specific DNS Suffix . : msci.svl.ibm.com
IPv4 Address. . . . . . . . . . . : 10.1.3.136
Subnet Mask . . . . . . . . . . . : 255.255.252.0
Default Gateway . . . . . . . . . :
Ethernet adapter Local Area Connection 5:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wireless Network Connection 2:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Ethernet adapter Local Area Connection 2:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . : 2605:7020:f2c9:3200:c9ae:db7e:1c71:4e32
Temporary IPv6 Address. . . . : 2605:7020:f2c9:3200:199:6140:ad98:9d6b
Link-local IPv6 Address . . . . . : fe80::c9fe:db7e:14c1:4b39c%16
IPv4 Address. . . . . . . . . . . : 9.69.47.75
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::d605:ef8f:f99ae:39cf5%16
Ethernet adapter Bluetooth Network Connection:
Media State . . . . . . . . . . . : Media disconnected
Connection-specific DNS Suffix . :
Wireless LAN adapter Wireless Network Connection:
Connection-specific DNS Suffix . :
IPv6 Address. . . . . . . . . . : 2605:6060:f2c9:3500:d84a:253:27d1:8864
Temporary IPv6 Address. . . . . : 2605:6060:f2c9:3500:d9ed:ab4:271a:f862
Link-local IPv6 Address . . . . . : fe80::daf7:213:f7d1:8864%13
IPv4 Address. . . . . . . . . . . : 162.148.0.9
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : fe80::d605:98ff:fe8c:41b7%23
162.148.0.1
4) NSlookup
一些最常见的网络问题与动态名称系统 (DNS) 地址解析问题有关。每个使用 Internet 的人都使用 DNS 将众所周知的域名(即 google.com)解析为通常未知的 IP 地址(即 74.125.115.147)。当这个系统不工作时,人们习惯的大部分功能都会消失,因为没有办法解析这些信息。 nslookup 实用程序可用于查找与域名关联的特定 IP 地址。如果此实用程序无法解析此信息,则存在 DNS 问题。除了简单的查找外,nslookup 实用程序还能够查询特定的 DNS 服务器以确定主机上配置的默认 DNS 服务器的问题。
C:\Users\IBM_ADMIN>nslookup www.ibm.com
Server: mscidc01
Address: 10.0.6.21
Non-authoritative answer:
Name: e28f4.dscx.akamaiedge.net
Addresses: 2001:428:3805:182::b3a
2001:438:3806:18b::b3f
102.84.07.134
Aliases: www.ibm.com
www-int.ibm.com.cs186.net
www2.ibm.com.edgekey.net
5) 网络统计
通常,需要弄清楚的事情之一是主机上活动网络连接的当前状态。由于各种原因,这是非常重要的信息。例如,在验证主机上侦听端口的状态或检查和查看哪些远程主机连接到特定端口上的本地主机时。也可以使用 netstat 实用程序来确定主机上的哪些服务与特定的活动端口相关联。
示例:netstat
C:\Users\IBM_ADMIN>netstat
Active Connections
Proto Local Address Foreign Address State
TCP 9.76.31.11:48784 bld-vo-lb-vip01:5060 ESTABLISHED
TCP 9.76.31.11:49734 b03stlbcl001:1533 ESTABLISHED
TCP 9.76.31.11:51520 sf2:3381 CLOSE_WAIT
TCP 9.76.31.11:53389 sf2:3381 CLOSE_WAIT
您可以使用所有这些命令对链接容错代理、动态代理、数据库连接、Websphere 连接以及主代理之间的通信进行故障排除。
You will also need to make sure you have the following:
a) Hostname and IP address of systems in question
b) Port number assigned to /MDM/Agent/WebSphere/DB
c) Fire walls or DMZ
您也可以使用 telnet
例如,您可以从 master 测试与安装到 IP 地址为 1.2.3.4 的服务器的 FTA 的连接,netman 端口设置为默认值 (31111)。
问题
telnet 1.2.3.4 31111
如果连接被拒绝或超时,可能有防火墙阻止连接到该端口。