SA z/OS USS Configuration Files (Automatically)
Logon to the NetView console on the system where you plan to run the end-to-end automation adapter.
Issue the command:
NETVASIS INGE2E PREPARE IPATH=/install-root/adapter
CPATH=/custom-root/adapter
SERVER=hostname
JAVA=/32bit_java_home
- IPATH
- Install root directory of the end-to-end automation adapter, for example, /usr/lpp/ing/adapter
- CPATH
- Custom root directory for read/write, for example, /local/ing/adapter.
Subdirectories will automatically be created.
- SERVER
- SMU server hostname
- JAVA
- 32 bit java home directory, for example, /local/java/a80/J8.0
You may omit this parameter if the default java runtime is already Java™ Runtime Environment (JRE) 1.8 (32 bit).
For example:
NETVASIS INGE2E PREPARE IPATH=/usr/lpp/ing/adapter
CPATH=/u/ing/adapter
SERVER=SMULINUX
JAVA=/local/java/a60/J6.0 This command completes the following:
- Creates the subdirectories within the custom-root directory
- Copies all necessary configuration files
- Updates the configuration files within the input parameters for quick startup.
You may want to browse and check the recently created configuration files via
command:
NETVASIS INGE2E DISPCFG CPATH=/u/ing/adapterNow you are
done with the configuration of the USS configuration files.For more details about the command INGE2E PREPARE, see INGE2E.