The following operator commands are available for the expanded access server started task. First, install the start procedure for the task. These examples assume the JCL from the preceding example.
S SAREAS
S SAREAS,TYPE=PRIMARY
S SAREAS,TYPE=SECONDARY
To assign a reusable ASID to the server when it is started, issue the following operator command:
S SAREAS,REUSASID=YES
Note: The system honors a request for a reusable ASID only if REUSASID(YES) is specified in the parmlib member DIAGxx. Otherwise, the system assigns an ordinary ASID.
Important! Not all Virtual tape products support REUSASID=YES. If the SAREAS task is accessing virtual tapes, the Virtual tape vendor software must also support REUSASID=YES. Otherwise, S0D3 abends are issued to the SAREAS task.
To turn off REUSASID support for a SAREAS task started with REUSASID=YES, issue the following commands:
P SAREAS
Stops tape server task started with REUSASID=YES.
S SAREAS
Starts tape server with the default REUSASID=NO.
P SAREAS F SAREAS,STOP
F SAREAS,NTHREADS=nn
Immediately reduces or increases the number of threads in use. The value specified cannot exceed the value specified for NTHREADS when the task was started.
F SAREAS,COMMRESET
Note: All requests awaiting a response from the server are canceled.
All tapes that are currently allocated by the server can be immediately unloaded by issuing the following operator command:
F SAREAS,UNLOAD
Immediate unload can be useful if the CA View backup cycle or the SARPAC tape consolidation program requires a tape that is currently mounted by the server.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|