NetBase for MPE Reference Guide
Using NBCTRL
2-23
Examples
If during a heavy period of user updating, it was discovered that the shadowing posting process for
node 2 was using too much of the processor, you can issue the following command to lower the
posting priority:
∗> SET POST 2=DS
The SHOW STATUS command can be used to display current limits. The current limits are listed
under LOCAL in the display. To allow 80 users on this system access to NetBase services, 100 users
from other systems access to files on this system, and preallocate 70 servers for remote access:
∗> STATUS
STATUS FOR NODE 1: SYSA
------- NFA ------- -- SPOOLING -- ---- SHADOWING ---
NODE STATUS ACCESS LOCAL REMOTE EXPORT IMPORT EXPORT IMPORT POST
2 SYSB UP IN/OUT 0 0 DOWN INACT STOP
3 SYSC UP IN/OUT 0 0 ACTIVE ACTIVE DOWN ACTIVE STOP
LOCAL:
REMOTE USERS: 0 LIMIT = 64
LOCAL USERS: 0 LIMIT = 500
SERVERS: 0 ALLOC = 0
CLIENTS: 0
ROLL FORWARD: 0
SERVICES:
NFA CACHING: ACTIVE
STATISTICS: INACTIVE
SQL SHADOW: ACTIVE
∗> SET LOCAL=80
∗> SET REMOTE=100
∗> SET SERVERS=70