Launching MainView Explorer
You can launch MainView Explorer in one of the following ways:
- Perform a one-time download of a stand-alone package, which can be deployed locally or remotely, and is easily configurable to create one or more MainView Explorer sessions. The stand-alone package also includes a custom mini JRE built from the latest OpenJDK; therefore, installing Java separately on your PC is not required.
- Use Java Web Start from any web browser to launch individual MainView Explorer sessions that are then saved as shortcuts to your desktop. Make sure that you have Java 8 already installed on your PC.
To launch MainView Explorer from the stand-alone package
- Open any browser and enter the URL: http://host:port/mveload to download the stand-alone package.
- For host, use the IP address or name of the system on which the Host Server is running.
- For port, use the value specified for the PORT parameter in the Host Server startup procedure. For more information, see Creating-the-Host-Server-startup-procedure.
- Press Enter.
The MainView Explorer download page appears. - Click Download to begin downloading the stand-alone package, mveimage.exe.
- Save the file to the directory from which you want to run MainView Explorer:
- If prompted to Run or Save the file, click the arrow next to Save and select Save As. Browse to the location you want and click Save.
- If the file is saved automatically, open your Downloads folder and move the file to the desired location.
- Double-click the file to extract the mveimage folder and its contents.
The README file in the mveimage folder describes the manual process for setting up run files and an optional desktop shortcut icon. The mveSetup.bat file in the mveimage folder, runs the setup process automatically, prompting only for your host and port parameters. Double-click the mveSetup.bat file to begin the automated process. A command is generated to launch MVE with your parameters. Following is an example of the command with your parameters (shown in bold):
\bin\java -Xmx1024m -Dsun.java2d.uiScale=1 -m com.bmc.mve sysa 3940
This command is placed in the runmve.bat file and also in a desktop shortcut icon, if you so choose.
- To launch MVE double-click the runmve.bat (console messages shown) or startmve.bat file (console messages minimized) or the new desktop shortcut icon, if generated. The MainView Explorer logon screen appears and prompts you to log on. To start your MainView Explorer session, see Logging-on-to-MainView-Explorer.
To launch MainView Explorer using Java Web Start
- Open any browser and enter the URL: http://host:port/mve.
- For host, use the IP address or name of the system on which the Host Server is running.
- For port, use the value specified for the PORT parameter in the Host Server startup procedure. For more information, see Creating-the-Host-Server-startup-procedure.
- Press Enter.
A web page appears with two launch buttons: one for MainView Explorer and one for MainView Explorer Viewer. - Click the launch button for MainView Explorer.
A new window opens and prompts you to log on. To start your MainView Explorer session, see Logging-on-to-MainView-Explorer.
Running MainView Explorer with IBM AT-TLS
You can run MainView Explorer in secure mode (https) using IBM Application Transparent Transport Layer Security (AT-TLS). You define the security parameters for AT-TLS in the Host Server startup procedure. For more information, see Creating-the-Host-Server-startup-procedure. The ATTLS=Y parameter value is used when the user is authorized to access the Host Server.
However, while running the MainView Explorer with ATTLS=D or ATTLS=R parameter values that allows a client certificate to be used, the client certificate needs to be registered into the z/OS security manager (for example, IBM RACF, CA ACF2, or CA TSS).
For more information about the certificate registration, contact your z/OS security administrators.
The following Policy Agent AT-TLS configuration sample shows the required client certification:
{
TTLSEnvironmentAdvancedParms
{
ClientAuthType PassThru #Client certificate is requested
ApplicationControlled Off
}
HandshakeRole ServerWithClientAuth #Application verifies the certificate
TTLSKeyringParmsRef keyMVE01
}