Installing BMC II for z/OS on UNIX
Use the following procedures to install the BMC II for z/OS cell and console components on a UNIX operating system.
To install the BMC II for z/OS cell components
- From a command line, enter cd $MCELL_HOME to change the working directory to MCELL_HOME, the installation directory for BMC Impact Manager.
- At the command prompt, use File Transfer Protocol (FTP) to retrieve the files from the z/OS host system where BMC II for z/OS is installed:
- When prompted, enter your z/OS user ID and password.
- Change the directory to the hlq.TAR directory that contains the iimpkgu.tar file.
hlq represents your high-level qualifier. - Enter binary to set the transfer mode to binary.
- Enter get iimpkgu iimpkgu.tar to retrieve the tar file.
- When finished, enter quit to end the FTP session.
- At the command prompt, enter tar -xf iimpkgu.tar to unpack the tar file contents.
- Change the directory to the iimpkg directory that was created in Step 3.
- At the command prompt, enter su root to change to the root user ID and, when prompted, enter the root password.
- Use the MCSTAT command to verify the active status of the cell:
- Enter mcstat -n my_cell1 -r -ttimeout.
The variable timeout is the maximum time to wait (in milliseconds) to receive a response to the register request. The deThe default value is 60000.
The system output can be either of the following responses:- Running indicates that the cell exists and its service is running. If you receive this response, continue to Step 7.
- Could not connect to Cell indicates that the cell exists and its service is stopped. If you receive this response, continue to Step 6.b.
- Enter mcell -n my_cell1 to start the cell.
- Enter mcstat -n my_cell1 -r -ttimeout.
At the command prompt, type ./InstallKB and press Enter.
The Configuration Utility opens.- In the Configuration views frame, select Local cells.
The Configuration Utility displays the cells located on this computer in the views frame. - From the list of cells in the Local cells view, select cellname.
From the Actions menu, select Cell actions > Update Knowledge base.
The Configuration Utility displays the Get updates package dialog.- From the Choose method list, select Get package from local directory.
In the Directory or file path field, type the name of the directory where the files were created when the tar file was unpacked.
- When finished, click Continue.
The Configuration Utility completes the following actions:- Backs up modified files to . fileName.old before copying or editing occurs
- Creates an updateKB.log file that contains all update activity
- Displays messages about the progress of the update in the Log view frame at the bottom of the window
To install the BMC II for z/OS console components
- From a command line, enter cd $BMC_PORTAL_KIT_HOME to change the working directory to BMC_PORTAL_KIT_HOME, the installation directory for the TrueSight console server.
- At the command prompt, use File Transfer Protocol (FTP) to retrieve the files from the z/OS host system where BMC II for z/OS is installed:
- When prompted, enter your z/OS user ID and password.
- Change the directory to the hlq.TAR directory that contains the iimpkgu.tar file.
- Enter binary to set the transfer mode to binary.
- Enter get iimpkgu iimpkgu.tar to retrieve the tar file.
- When finished, enter quit to end the FTP session.
- At the command prompt, enter tar -xf iimpkgu.tar to unpack the tar file contents.
- Change the directory to the iimpkg directory that was created in Step 3.
- At the command prompt, enter su root to change to the root user ID and, when prompted, enter the root password.
At the command prompt, type ./InstallKB and press Enter.
The Configuration Utility opens as shown in Configuration Utility main window.From the Actions menu, select Console actions > Update console.
The Configuration Utility displays the Get updates package dialog (Get updates package dialog).- From the Choose method list, select Get package from local directory .
In the Directory or file path field, type the directory where the files were created during the unzip process.
When finished, click Continue.
The Configuration Utility displays the Update TrueSight Console dialog.- From the Choose web update type list, select Replace jar.
- Click Execute.The Configuration Utility executes the following actions:
- Backs up modified files to fileName.old before copying or editing occurs.
- Creates an updateConsole.log file that contains all update activity.
- Displays messages about the progress of the update in the Log view frame at the bottom of the window.
Related topic