Verifying Zowe installation on z/OS
Verifying Zowe installation on z/OS
After the Zoweâ„¢ started task ZWESLSTC
is running, follow the instructions in the following sections to verify that the components are functional.
- Verifying Zowe Application Framework installation
- Verifying API Mediation installation
- Verifying z/OS Services installation
Not all components may have been started. Which components have been started depends on your setting of the component enabled
status in Zowe configuration file (usually zowe.yaml
).
Examples:
- If you set
enabled
to betrue
forgateway
,discovery
andapi-catalog
, the API Mediation Layer and z/OS Services are started. - If you set
enabled
to betrue
forapp-server
andzss
, the Zowe Application Framework (Zowe desktop) are started. - Configurations that use containerization may only have
ZSS
started.
For more information, see YAML configurations - components.
Verifying Zowe Application Framework installation​
If the Zowe Application Framework is installed correctly, you can open the Zowe Desktop from a supported browser.
From a supported browser, open the Zowe Desktop at https://myhost:httpsPort
where,
-
myHost is the host on which you installed the Zowe Application Server.
-
httpsPort is the port number value
components.app-server.port
inzowe.yaml
. For more information, see Configure component app-server.For example, if the Zowe Application Server runs on host myhost and the port number that is assigned to
components.app-server.port
is 12345, you specifyhttps://myhost:12345
. The web desktop uses page direct to the actual initial page which ishttps://myhost:12345/ZLUX/plugins/org.zowe.zlux.bootstrap/web/index.html
. If the redirect fails, try the full URL.
If the desktop appears but you are unable to log on, check Cannot log into the Zowe desktop for troubleshooting tips.