1gettable(1M) System Administration Commands gettable(1M)
2
3
4
6 gettable - get DoD Internet format host table from a host
7
9 /usr/sbin/gettable host
10
11
13 gettable is a simple program used to obtain the DoD Internet host table
14 from a "hostname" server. The specified host is queried for the table.
15 The table is placed in the file hosts.txt.
16
17
18 gettable operates by opening a TCP connection to the port indicated in
19 the service specification for "hostname". A request is then made for
20 all names and the resultant information is placed in the output file.
21
22
23 gettable is best used in conjunction with the htable(1M) program which
24 converts the DoD Internet host table format to that used by the network
25 library lookup routines.
26
28 See attributes(5) for descriptions of the following attributes:
29
30
31
32
33 ┌─────────────────────────────┬─────────────────────────────┐
34 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
35 ├─────────────────────────────┼─────────────────────────────┤
36 │Availability │SUNWnisu │
37 └─────────────────────────────┴─────────────────────────────┘
38
40 htable(1M), attributes(5) Harrenstien, Ken, Mary Stahl, and Elizabeth
41 Feinler, HOSTNAME Server, RFC 953, Network Information Center, SRI
42 International, Menlo Park, California, October 1985.
43
45 Should allow requests for only part of the database.
46
47
48
49SunOS 5.11 14 Sep 1992 gettable(1M)