Sets or displays the identifier of the current local host.
/usr/sbin/hostid [ HexNumber | InternetAddress | HostName ]
The /usr/sbin/hostid command displays the identifier (either a unique host name or a numeric argument) of the current local host as a hexadecimal number. This numeric value is expected to be unique across all hosts and is commonly set to the address of the host specified by the InternetAddress or HostName parameter. The root user can set the hostid command by specifying a hexadecimal number for the HexNumber, InternetAddress, or HostName parameter. The host identifier is set to the hostname by the /etc/rc.net file.
hostid 192.9.200.3 0xc009c803The hostid command converts the Internet address 192.9.200.3 into the hexadecimal representation 0xc009c803 , and then sets the local host (your workstation connected to a network) to this address.
hostid 0xc009c803The hostid command displays the identifier of the host as a hexadecimal number.
The hostname command.
The gethostid subroutine, sethostid subroutine.
The rc.net file format.
TCP/IP Addressing in AIX Version 4.3 System Management Guide: Communications and Networks.