Using multiple ZIS instances
Using multiple ZIS instances
When you install Zowe, it is ready to be used for 1 instance of each component. However, ZIS can have a one-to-many relationship with the Zowe webservers, and so you may wish to have more than one copy of ZIS for testing or to handle different groups of ZIS plugins.
The following steps can be followed to point a Zowe instance at a particular ZIS server.
-
Create a copy of the ZIS server. You could run multiple copies of the same code by having different STC JCLs pointing to the same LOADLIB, or run different copies of ZIS by having JCLs pointing to different LOADLIBs.
-
Edit the JCL of the ZIS STC. In the
NAMEparameter specify a unique name for the ZIS server, for example://ZWESIS02 PROC NAME='ZWESIS_MYSRV',MEM=00,RGN=0MWhere
ZWESIS_MYSRVis the unique name of the new ZIS. -
Start the new ZIS with whatever PROCLIB name was chosen.
-
Locate the zowe configuration file for the Zowe instance, and edit the parameter
components.zss.privilegedServerNameto match the name of the ZIS STC name chosen, such asZWESIS_MYSRV -
Verify that the new ZIS server is being used by checking for the following messages in the
ZWESLSTCserver job log:
ZIS status - Ok (name='ZWESIS_MYSRV ', cmsRC=0, description='Ok', clientVersion=2)