Alternate method – Visara Master Console Center Administration Guide User Manual

Page 30

Advertising
background image

Visara Master Console Center

30

© Visara International 2007

<ipaddr> <hostname>

where <ipaddr> is the MCC system’s IP address, and <hostname> is the
MCC system’s host name.
The gateway.tbl should contain a list of all gateways (routers) at all sites
in the organization. Each gateway definition contains the target network
address and the IP address of the gateway to use for that network, in the
following format:

<network addr> <ipaddr>

where <network addr> is the network address of the remote network (for
example, 200.100.50.0) and <ipaddr> is the IP address of the gateway to
this network (for example, 192.168.11.254).
The xp.cnf file contains a section titled TekHostMenu. In the
TekHostMenu section, all of the MCC server names should be listed,
using the following syntax:

xdmcp_menu_entry <hostname>

where <hostname> is the MCC system’s host name.

Alternate Method

This requires the hardcoding of the MCC hostnames and IP addresses in
the Tek config file /usr/tekxp/boot/config/xp.cnf, as outlined in the steps
below.
1.

Define the hosts, by adding IP Host Table entries in the network
cfg using the following syntax:

ip_host_table <ipaddr> <hostname>

where <ipaddr> is the MCC system’s IP address, and
<hostname>is the MCC system’s host name.

Note: Using this type of entry, there is a limit of four XDMCP

menu selections—the storage limit of NVRAM. Alternately,
the following line can be used:

ip_host_entry <ipaddr> <hostname>

This places the hosts in RAM, providing for a virtually
unlimited number of menu selections.

2.

Define the gateways by adding Gateway Table entries in the
network.cfg section using the following syntax:

gateway_table <0.0.0.0> <gatewayipaddr>

where <gatewayipaddr> is the IP address of the gateway.

3.

Define the menu entry by adding the XDMCP section in the
TekHostMenu cfg section:

Advertising