After you install the Linux agent software on the Linux system, you configure the agents for communicating with the z/VM host and the z/OS region.
Follow these steps:
modprobe vmcp
The Linux agent can issue CP commands in the current session.
The Linux agent can issue CP commands the next time the Linux system starts.
Note: SOLVE is a service name that is registered with Internet Assigned Numbers Authority (IANA) for Port 2636.
/usr/sbin/calxagnt
The following example shows the content of a solve file:
#Linux Agent for CA Mainframe Connector
service SOLVE
{
socket_type = stream
protocol = tcp
wait = no
user = root
server = /usr/sbin/calxagnt
}
Note: If you are using SuSE, you can use YaST (Yet another Setup Tool) to create this file.
server_args = -d home_directory_path
service xinetd restart
The xinetd daemon restarts. Communication between the Linux agent and the z/OS region is configured.
|
Copyright © 2015 CA Technologies.
All rights reserved.
|
|