TotalNET Advanced Server 5.2 Reference Manual

About This Manual

This manual provides information for setting up, configuring, and administering TAS from the UNIX command line after you install TAS using the instructions in the TotalNET Advanced Server Release Notes, which came with your packaging. It assumes you have both an advanced understanding of network administration and network administration privileges in the system.

After reading the rest of this introduction, perform initial setup as described in Chapter 2, Initial Setup Steps. From there, you may administer TAS as using UNIX commands described in Chapters 3 and 4.

This section covers the following topics:

Notational Conventions

This table describes textual notations you will encounter:

courier

A command, path, or part of a path. 

italic

A variable. You must replace each occurrence of this text with a valid value for its variable. For the realm variable, use NB, NW, or AT. 

lower-case 

A command or file name that does not require upper-case. 

UPPER-CASE 

Characters you must supply in upper-case. 

[]

Brackets around an optional part of the command line. 

{}

Braces around two or more options, separated by pipes (|), from which you must choose. 

|

A pipe to separate choices enclosed in braces. 

()

Parentheses to group the options they enclose. 

...

An ellipsis to indicate that you may include as many specifications as you wish for the preceding option. 

The following example demonstrates the use of courier, courier italic, brackets, braces, pipes, and ellipses:

The following example illustrates the addition of the value of the browse-master attribute (kipper) to the file service atmoe:file in the AT realm:

tnservice -A -r AT -s atmoe:file  -a browse-master=kipper

Command Entry Format

Lists of command entries in alphabetical order appear in Chapter 3, TotalNET User Commands and Chapter 4, TotalNET Maintenance Commands. The command entries describe function, location, usage, examples, and attributes for every command. Each command entry has the command name as the title, followed by a description of its functionality and the following sections:

Terminology

$TNHOME

The TotalNET home directory where TAS files and programs reside, located at /var/opt/totalnet.

attach points

Aliases for directory paths in a volume. Users see attach points as volumes and cannot move up directory trees past them.

realms

Domains in the TAS environment. TAS has the following three realms, based on the three types of clients and transport protocols:

LM-NT-OS/2 realm -- The realm for LAN Manager, Windows NT, Windows 95, and IBM OS/2 clients running NetBIOS-over-TCP/IP or NetBIOS-over-NetBEUI transports.

NetWare realm -- The realm for NetWare clients running the IPX/SPX transport.

AppleTalk realm -- The realm for Macintosh clients running the AppleTalk transport.

services

File, print, and terminal services in the TotalNET environment.

TNAS

TotalNET Administration Suite, a task-oriented graphic administration and configuration interface for TotalNET product administration, licensing, and system administration. TNAS includes the TotalAdmin sphere for administering TAS. For more information on TNAS, refer to TAS Administration Manual.

TotalNET system manager

The daemon that performs general management of the TotalNET system. For more information, refer to TAS Administration Manual.

transports

Low-level networking protocol suites defined at the system level and referenced from all realms. TAS provides services for each realm over the appropriate transport protocols: NetBIOS-over-TCP/IP, NetBIOS-over-NetBEUI, IPX/SPX, and AppleTalk.

volumes

Short names for UNIX directory paths made known to TAS and its clients. File services export volumes to clients. You must define a volume and its corresponding directory path to make it accessible to network clients. Include a reference to a volume for all the file services you wish to enable for client access.

zone

In the AppleTalk environment, a zone consists of a logical grouping of clients. It simplifies browsing the network for resources, such as servers and printers, in similar domains. In a DNS (Domain Name System) database, a zone consists of a subdirectory of the DNS database. It serves as a DNS name server. This may contain a single domain or several sub-domains. You can set up one or more name servers for each zone.

zone list

All of the zones associated with a particular network.

Overview of Chapters

You must complete Chapter 2, Initial Setup Steps before you can perform any tasks in Part II: Administration.

Part I: Initial Setup

Part II: Administration