The procedure below shows you how to prepare to back up a UnixWare system from a NetWare server.
Perform this procedure from any server listed in the /etc/unixtsa.conf file on your UnixWare system, or from any server connected to a server listed in /etc/unixtsa.conf.
If the LOAD command cannot find the NLM specified, you may not have installed the NLM software. See ``NetWare Loadable Modules'' for instructions.
SYS:SYSTEM\TSA\LOGUse an appropriate NetWare utility (such as FILER) to create the directory, if necessary.
You must bind the protocol that corresponds to the protocol listed for the server in the file /etc/unixtsa.conf on the UnixWare system; if more than one protocol is listed in unixtsa.conf, then bind at least one of them.
For SPX in the unixtsa.conf file, you must bind the IPX protocol on the NetWare server. For TCP in the unixtsa.conf file, you must bind the IP protocol on the NetWare server.
Check the currently bound protocols on the NetWare server by entering the PROTOCOL command on the NetWare console.
Typical output of this command showing an interface card with both IP and IPX bound to it is shown below:
Protocol: IPX Frame type: VIRTUAL_LAN Protocol ID: 0 Protocol: ARP Frame type: ETHERNET_II Protocol ID: 806 Protocol: IP Frame type: ETHERNET_II Protocol ID: 800 Protocol: IPX Frame type: ETHERNET_II Protocol ID: 8137If you need to bind a protocol to a network card, use the BIND NetWare console command. An example is shown below for both IP and IPX.
where network_address is your system's IPX address, xxx.xxx.xxx.xxx is the IP address of your system and yyy.yyy.yyy.yyy is the network mask (for example, 255.255.255.0).
This file must contain the node names and IP addresses of all UnixWare systems that you want to be able to backup via TCP/IP from the NetWare server. A sample of the file appears below.
# "IP Address", "Hostname" 147.2.107.192 basil 147.2.107.196 cecil 147.2.107.225 perilEach IP address and node name must be separated by a <Tab> character.