The ATTACH command starts CA‑L‑Serv servers on a system and set operating values for them.
ATTach COMMSERVER [[LOGID(name)] [XMVS(YES|NO) [[ACBNAME(name|NONE)] [CONTYPE(luvalue)] [HOLDBUF(nnnn)] [MAXSENDSIZE(kilobytes) [MAXSESSIONS(nnnn)] [RECBUFFSIZE(nK)] [RETRMAX(nn)] [RETRY(seconds)] [SENDLIMIT(nnn)] [XCF(YES|NO)]]]
ATTach FILESERVER [[BUFFERSIZE(bytes)] [COMMSERVERSSN(ssname)] [SERVERTYPE(type)]]
ATTach SQLSERVER [[AUDIT(msgtype)] [HOSTVARPFX(char)] [LOGID(name)] [MATCHLIMIT(nnnn)] [OPERATORPFX(char)] [SCANLIMIT(nnnn)]]
Parameters
Identifies the CA-L‑Serv ACB name on this system. This value must be provided if you are using VTAM communication. The value corresponds to the application ID that identifies CA‑L‑Serv to VTAM on the current system. This ID must be unique within your network. Specify NONE if you do not want to use VTAM.
Default: NONE
Determines which SQL messages are logged. Specify one of these values:
Default: ERROR
Sets the size (in bytes) of the data buffer that the file server uses to receive data from the communications server. Specify a value from 1024 to 32768.
Default: 4096
Activates the CA-L‑Serv communications server.
Tells the file server what copy of the communications server to use. Specify one of these values:
Default: *
Identifies the protocol when using VTAM communication. Specify one of these values:
Default: LU0
Activates the CA‑L‑Serv file server.
Indicates the maximum number of data buffers that CA‑L‑Serv should use per client for incoming data. Once this maximum is reached, incoming data is rejected until the client receives the data buffers' contents.
Value: 0 to 999.
Default: 10
Assigns a prefix character that the SQL server uses to identify host variables.
Default: (colon)
Identifies an auxiliary log for certain messages issued by the communications server or the SQL server:
For the communications server, the auxiliary log collects messages about session initiations, terminations, and cross‑system transactions.
For the SQL server, the auxiliary log collects messages about SQL statements.
Default: MSGLOG
Sets the maximum number of rows that the SQL server can return per SQL statement. Specify one of these values:
If you do not want to set a maximum, specify 0.
Otherwise, specify a value from 1 to 999999999.
Default: 0
Sets the maximum number of kilobytes for data transmission when using XMVS communication.
Value: 4 to 64.
Default: 28
Indicates the maximum number of clients that can be in session with the communications server.
Value: 1 to 100.
Default: 32
Assigns a prefix character that identifies special operators to the SQL server.
Default: . (period)
Sets the size of the transmission buffer for the communications server. This value applies only to VTAM communication. It must be set to the same value on all systems.
Values: 1K, 2K, 4K, 8K, or 16K.
Default: 4K
When you tell CA‑L‑Serv to reactivate VTAM communication routes (through the RETRY parameter), this parameter sets the maximum number of retries:
Default: 0
Indicates whether CA‑L‑Serv should try to reactivate inactive VTAM communication routes:
Default: 0
Determines the maximum number of rows that the SQL server can search per SQL statement:
Default: 0
Sets the maximum number of outstanding send requests per client. Once this limit has been reached, the client must wait for the next data transmission to occur.
Value: 1 to 999.
Default: 32
Indicates how requests to access CA‑L‑Serv files should be handled by the file server. Specify one of these values:
Identifies a server as the host server. This server handles all requests for access to files that CA‑L‑Serv is managing. Requests from remote servers are forwarded through the communications server.
Handles access requests from the local system only.
Forwards access requests for files to your host server. Requests are forwarded through the communications server.
Default: LOCAL
Activates the CA-L‑Serv SQL server.
Indicates whether you want to use XCF communication. By default, CA‑L‑Serv does not use XCF. Specifying YES directs CA‑L‑Serv to automatically determine which systems are in the associated sysplex and dynamically initialize the corresponding XCF group and its members.
Default: NO
Indicates whether CA‑L‑Serv is used to communicate between MVS systems. Unless directed to do so by the application documentation, specify YES.
Default: YES
Notes:
If you shutdown a server (with the DETACH command) and restart it using ATTACH server, the parameter values default to the values in effect at the time of the DETACH (whether set by the ATTACH command or modified by the OPTIONS command).
Examples
To start a remote file server:
ATTACH FILESERVER SERVERTYPE(REMOTE)
To start the communications server using XCF communication and VTAM LU 0 (ACB name SYS01):
ATTACH COMMSERVER ACBNAME(SYS01) XCF(YES)
Note: Since LU 0 is used by default, it is not necessary to specify the associated parameter.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|