fusping Utility
You can use the fusping utility in the $CFROOT/bin directory to determine if a platform server is running remotely.
See the following usage of the fusping utility:
usage: fusping parameters:[values]
h: or Host and Port: - h:[IpAddress]:[PortNumber] or h[IpName]:[PortNumber]
?: - Help
For example, you can determine the status of a remote z/OS server by using the following command:
fusping h:[11.22.33.55]:[46464]
See the following example of the output:
Host: 11.22.33.55
Port: 46464
System Name: Name=A390,STC=CFUSN65,CPUType=1234,CPUID=5555
Key Expiration: 20351231
Version: MFT Platform Server z/OS,Version=720,PTFLevel=CZ01977:720
For example, you can determine the status of a remote Windows server by using the following command:
fusping h:[11.22.33.44]:[46464]
See the following example of the output:
Host: 11.22.33.44
Port: 46464
System Name: NA1DEVMFTYZ01
Key Expiration: Unknown
Version:
Ftms32.DLL, Version 8.0 (Build 28 HF-007 UNICODE)
FtmsDni.DLL, Version 8.0 (Build 28 HF-007 UNICODE)
FtmsTcpS.DLL, Version 8.0 (Build 28 HF-007 UNICODE)
FtmsVer.DLL, Version 8.0 (Build 28 HF-007 UNICODE)
FusionMs.DLL, Version 8.0 (Build 28 HF-007 UNICODE)
HoLib.DLL, Version 8.0 (Build 28 HF-007 UNICODE)
HOTrace.DLL, Version 8.0 (Build 28 HF-007 UNICODE)
SMTPDll.DLL, Version 8.0 (Build 28 HF-007)
FtmsMgr.EXE, Version 8.0 (Build 28 HF-007 UNICODE)
FtmsCmd.EXE, Version 8.0 (Build 28 HF-007 UNICODE)
FtmsMon.EXE, Version 8.0 (Build 28 HF-007 UNICODE)
FtmsSvr.EXE, Version 8.0 (Build 28 HF-007 UNICODE)
FusionVer.EXE, Version 8.0 (Build 28 HF-007 UNICODE)
For example, you can determine the status of a remote UNIX server with IPv6 address by issuing the following command:
fusping h:[2001:0DB8:0000:0000:0000:0000:1428:0000]:[46464]