Appendix A. Server Configuration Parameters

 

SERVER-CONFIG Service Parameters

The below table describes the service parameters you can set with the SERVER-CONFIG Utility.

Parameter

Description

ACCEPT-HOSTS

The list of hosts allowed access to this server. See Chapter 10.

 

ACCEPT-NETS

The list of networks or subnetworks that are allowed to access this server. See Chapter 10.

 

BACKLOG

The number of server connections to queue up before refusing to accept additional connections when MAX-SERVERS is reached.

 

CONFFILE

This file is used instead of the default MULTINET:NAMED.CONF file.

 

CONNECTED

The name of the internal MULTINET_SERVER routine to call when a connection request is received. This varies by protocol and is normally not changed. For servers supplied with MultiNet, do not change this parameter. When adding your own servers, you usually do not need to modify the default parameters.

 

DEBUG

Sets the debug level of the Domain Nameserver (the default is no debugging). The larger the number, the more verbose the output. A value of 0 turns off debugging.

 

DEBUGFILE

This file is used instead of the default MULTINET:NAMED.RUN file.

 

DISABLED-NODES

The list of VMScluster nodes that cannot run this server. See Chapter 10.

 

ENABLED-NODES

The list of VMScluster nodes that can run this server. See Chapter 10.

 

FLAGS

Various flags that control the operation of the service.

 

INIT

The name of the internal MULTINET_SERVER routine for initializing a service. This varies by protocol and is normally not changed.

 

LISTEN

The name of the internal MULTINET_SERVER routine for listening for connections to the service. This varies by protocol and is normally not changed.

 

LOG-ACCEPTS

Specifies whether to log successful connections to the service.

 

LOG-FILE

Destination of log messages. May be a VMS filename or OPCOM to direct messages to the VMS OPCOM process.

 

LOG-REJECTS

Specifies whether to log rejected connections to the service. A connection is rejected because of the combination of the REJECT-HOSTS, REJECT-NETS, and REJECT-BY-DEFAULT parameters.

 

MAX-SERVERS

The maximum number of service processes to allow at any one time. If this limit is reached, additional connections - up to the number specified by the BACKLOG parameter - are accepted but not processed until one of the previous connections completes.

 

MAXIMUM-TTL

Changes the maximum time-to-live (TTL) that resource records are cached from the default of 604800 seconds (1 week) to the specified value.

 

MINIMUM-TTL

Changes the minimum time-to-live (TTL) that resource records are cached from the default of zero (0) seconds to the specified value.

 

It is recommended you use this command only if there is a specific need. This could cause problems in that you may be caching resource records for longer than the authoritative administrator intended.

 

PARAMETERS

Specifies service-dependent parameters passed to the initialization routine of built-in services. Normally not used for user-written services.

 

PRESERVE-CASE

Tells NAMED to keep the case of the response from the remote nameserver after doing a query.

 

PRIORITY

The VMS process priority to assign to created processes.

 

PROGRAM

The VMS filename of the image to run or merge.

 

QUERY-LOG

Toggles query logging ON and OFF. Query logging shows an informational message every time a query is received by the server. Query logging can be directed to OPCOM or a file in the MULTINET:NAMED.CONF file using the logging category queries.

 

REJECT-BY-DEFAULT

Whether to reject a connection from a host that does not match any of the ACCEPT-HOSTS, ACCEPT-NETS, REJECT-HOSTS, and REJECT-NETS lists.

 

REJECT-HOSTS

The list of hosts not allowed access to this server. See Chapter 10.

 

REJECT-MESSAGE

A text string to send down the network connection when a service is rejected.

 

REJECT-NETS

The list of networks or subnetworks not allowed access to this server. See Chapter 10.

 

REWRITE-TTL

Sets the time-to-live (TTL) that load balanced resource records are cached from the default of 300 seconds (5 minutes) to the specified value.

 

SERVICE

The name of the internal MULTINET_SERVER routine to call to perform the service. This is normally Run_Program for user-written services.

 

SERVICE-NAME

The name of the service.

 

SOCKET-FAMILY

The address family of the service; for example, AF_INET.

 

SOCKET-OPTIONS

Socket options to be set via setsockopt().  See the MultiNet Programmer's Reference for more information on socket options.

 

SOCKET-PORT

The port number on which to listen for connections.

 

SOCKET-TYPE

The type of socket; for example, SOCK_STREAM (TCP) or SOCK_DGRAM (UDP).

 

WORKING-SET

The VMS working set to assign to created processes.

 

 

Services Provided with MultiNet

This table shows the MultiNet servers that can be disabled or enabled using SERVER-CONFIG.

Protocol

Server

Service Provided

RPC

BWNFSD

Beame & Whiteside PC-NFS daemon

 

NFS

Network File System server

 

PCNFSD

PC-NFS daemon

 

RPCBOOTPARAM

RPC boot parameters for diskless hosts

 

RPCLOCKMGR

RPC lock manager

 

RPCMOUNT

RPC procedure for mounting file systems

 

RPCPORTMAP

RPC portmapper (RPC naming service)

 

RPCQUOTAD

Returns disk quota information

 

RPCSTATUS

RPC status daemon

 

RUSERS

Returns information about logged in users

 

RWALL

Broadcasts messages to users

Special

CLUSTERALIAS

Special  server for managing cluster-wide IP addresses

 

RARP

Ethernet Reverse Address Resolution Protocol

 

UCXQIO

VMS/ULTRIX Connection $QIO emulation special services

 

VIADECNET

Special server for IP-over-DECnet links

TCP

CHARGEN

Character generator

 

DAYTIME

Returns time of day in ASCII

 

DISCARD

Discard data received

 

ECHO

Echo data received

 

FINGER

Lists information about users on host

 

FTP

File Transfer Protocol

 

LPD

Remote printing service

 

NETCONTROL

Remote network server control

 

NETSTAT

Return network configuration and statistics

 

NTALK

Interactive conversation with remote user (newer 4.3 BSD protocol)

 

POP2

Post Office Protocol Version 2

 

POP3

Post Office Protocol Version 3

 

REXEC

Remote command execution (with password)

 

RLOGIN

Network virtual terminal service (with BSD "R" services authentication)

 

RSHELL

Remote command execution (with BSD "R" services authentication)

 

SMTP

Simple Mail Transfer Protocol

 

SSH

Secure Shell server and client

 

SYSTAT

Remote system status (remote SHOW SYSTEM)

 

TELNET

Network virtual terminal service

 

TIME

Returns time of day in binary

UDP

BOOTP

Remote booting protocol

 

DHCP

Dynamic remote booting protocol

 

DOMAINNAME

Internet Domain Name System (DNS) name service (BIND)

 

GATED

Gateway routing service (EGP, RIP, and HELLO)

 

NTP

Network Time Protocol-For time synchronization

 

SNMP

Simple Network Management Protocol agent

 

SMUX

SNMP Multiplexing Protocol

 

TALK

Interactive conversation with remote user (old 4.2 BSD protocol)

 

TFTP

Trivial File Transfer Protocol

 

UDPCHARGEN

Character generator

 

UDPDAYTIME

Returns current time of day in ASCII

 

UDPDISCARD

Discard data received

 

UDPECHO

Echo data received

 

UDPTIME

Returns time of day in binary

 

Default Server Values

The below table shows the default value for MultiNet service parameters set using SERVER-CONFIG.  Note that not all service parameters have defaults; hence, only those with default values are listed in this table.

Note! Many default values in this table will be shown as “Current process JPI$_xxxxx”.  These will generally, but not always, correspond to the OpenVMS SYSGEN parameter “PQL_Dxxxx”.  For example, JPI$_ASTLM will generally correspond to PQL_DASTLM.

Server

Parameter

Default value

- All Services -

BACKLOG

LOG-ACCEPTS

LOG-FILE

LOG-REJECTS

MAX-SERVERS

PRIORITY

REJECT-MESSAGE

USERNAME

WORKING-SET-EXTENT

WORKING-SET-QUOTA

10

no

none

no

1000

Current process JPI$_PRIB

none

no

Current process  JPI$_WSEXTENT

Current process JPI$_WSQUOTA

ACCOUNTING

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

150

100000

0

150

500

100

4096

65536

0

100

BOOTP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

BWNFSD

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

CHARGEN

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

CLUSTERALIAS

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

DAYTIME

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

DHCLIENT

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

150

100000

0

150

500

100

4096

65536

0

100

DHCP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

150

100000

0

150

500

100

4096

65536

0

100

DISCARD

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

DOMAINNAME

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

ECHO

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

FINGER

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

FONTSERVER

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

1000

500

100000

Current process JPI$_CPULM

500

500

500

4096

65536

Current process JPI$_PRCLM

500

FTP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

30

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

GATED

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

150

100000

0

150

500

100

4096

65536

0

100

KTELNET

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

500

100000

0

150

500

100

4096

65536

0

100

LLMR

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

150

100000

0

Current process JPI$_DIOLM

Current process JPI$_ENQLM

100

4096

65536

0

100

LPD

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

NAMED

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

Current process JPI$_BIOLM

100000

0

Current process JPI$_DIOLM

500

100

4096

65536

0

100

NETCONTROL

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

NETSTAT

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

NFS

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

1000

500

100000

Current process JPI$_CPULM

DIOLM

500

500

4096

65536

Current process JPI$_PRCLM

500

NTALK

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

NTP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

500

100000

Current process JPI$_CPULM

500

500

100

4096

65536

Current process JPI$_PRCLM

100

PCNFSD

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

POP2

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

POP3

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RACOON

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

150

100000

0

150

500

100

4096

65536

0

100

RARP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

REXEC

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RLOGIN

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RPCBOOTPARAM

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RPCLOCKMGR

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RPCMOUNT

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RPCPORTMAP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RPCQUOTAD

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RPCSTATUS

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RSHELL

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RUSERS

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

RWALL

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

SMTP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

SMUX

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

SNMP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

150

100000

0

150

500

100

4096

65536

0

100

SSH

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

250

500

100000

0

150

500

100

4096

65536

0

100

SYSTAT

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

TALK

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

TELNET

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

TFTP

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

TIME

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

UCXQIO

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

UDPCHARGEN

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

UDPDAYTIME

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

UDPDISCARD

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

UDPECHO

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

UDPTIME

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

VIADECNET

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

Current process JPI$_ASTLM

Current process JPI$_BIOLM

Current process JPI$_BYTLM

Current process JPI$_CPULM

Current process JPI$_DIOLM

Current process JPI$_ENQLM

Current process JPI$_FILLM

Current process JPI$_JTQUOTA

Current proces JPI$_PGFLQUOTA

Current process JPI$_PRCLM

Current process JPI$_TQELM

XDM

PQL-ASTLM

PQL-BIOLM

PQL-BYTLM

PQL-CPULM

PQL-DIOLM

PQL-ENQLM

PQL-FILLM

PQL-JTQUOTA

PQL-PGFLQUOTA

PQL-PRCLM

PQL-TQELM

1000

500

100000

Current process JPI$_CPULM

500

500

500

4096

65536

Current process JPI$_PRCLM

500