TotalNET Advanced Server 5.2 Reference Manual

ncslist

This command displays a list of NetWare services.

Location

TNHOME/usr/bin

Usage

ncslist [-s servername] [-t type]

Options

-s servername

Specify the name of the remote server. This does not necessarily coincide with the UNIX host name. 

-t type

Specify a service type. Define it as a number or a service type string defined in the table below. 

Description 

Number 

Service Type 

file service 

0x0004 (or) 4 

file 

terminal service 

0x0247 (or) 583 

term 

igate service 

0x07C2 (or) 1986 

igate 

nvterm service 

0x009E (or) 158 

nvt 

all services (default) 

0xFFFF (or) 65535 

 

Examples

  1. Use one of the following commands to list active services for all service types from the server selma:


    ncslist -s selma -t 0xFFFF
    ncslist -s selma -t term
  2. Use the following command to list all active terminal services from the server selma:


    ncslist -s selma -t 0x0247
  3. Use the following command to list all active services of all service types for the entire network:


    ncslist -t 0xFFFF
  4. Use the following command to list all active terminal services for the entire network:


    ncslist -t term