Finding the IP address using the host name
The following command example uses the host name name.smarts.com and returns the IP address 192.168.1.1:
<BASEDIR>/IP/smarts/bin/dmctl -s INCHARGE-AM invoke SM_System::SM-System nameToAddr name.smarts.com
Finding the host name using the IP address
The following command example uses the IP address 192.168.1.1 and returns the host name name.smarts.com:
<BASEDIR>/IP/smarts/bin/dmctl -s INCHARGE-AM invoke SM_System::SM-System addrToName 192.168.1.1