LiquidVM User Guide

     Previous  Next    Open TOC in new window    View as PDF - New Window  Get Adobe Reader - New Window
Content starts here

Using the WLOC ISO Builder

This section discusses how to use the WLOC ISO Builder tool bundled with the LVM Tools.

 


WLOC ISO Builder Tool

The WLOC ISO Builder component allows you to create an ISO-9660 file from a template ISO-9660 file, typically a WLS-VE or LVM ISO file. The tool also allows you to add data files (e.g., application files) along with the content of the source template file in the resulting ISO-9660 file. There are two scenarios for using the ISO Builder tool:

Note: LVM Tools are not supported on Solaris platforms.

How the WLOC ISO Builder Works

The WLOC ISO Builder tool collects the following input:

The tool copies the content of the template file to the destination ISO image file, and includes user-selected data files in their specified locations in the destination ISO file structure.

Using the WLOC ISO Builder to Create an ISO Image

Follow these steps to create an ISO image from an existing ISO template.

Note: The ISO Builder works only in GUI mode on Windows and Linux platforms.
  1. Invoke the WLOC ISO Builder wizard described in Table 3-1.
    Table 3-1 Invoking the WLOC ISO Builder Wizard
    Platform
    Command
    Windows
    From the command-line:
    1. Open a Command Prompt window and navigate to BEA_HOME\WLOC_HOME\lvm-1.2\bin\
    2. Enter the following command:
    3. isobuilder.cmd

    Or
    From the Start Menu, select WebLogic Operations Control 1.0 > WLOC ISO Builder
    Linux
    1. Set the DISPLAY environment variable
    2. Open a command shell and navigate to BEA_HOME/WLOC_HOME/lvm-1.2/bin
    3. Enter the following command:
    4. isobuilder.sh

    Note: Certain Linux environments may need x server to run the ISO Builder.

  2. Note: In these command-lines, BEA_HOME represents the BEA Home directory in which you installed WLOC. For more information about the BEA Home directory, see “The BEA Home Directory” in the WLOC Installation Guide.

    The ISO Builder Wizard starts.

  3. On the ISO Template Selection window, accept the default ISO file to use as a template or use the Browse button to specify a different file, and then click Next.
  4. On the ISO Template Additions window, you can add data files using the buttons described in the following table:
  5. Complete the fields as described in Table 3-2.
    Table 3-2 ISO Configuration Options
    Button
    Description
    New Folder
    Opens a dialog that allows you to create a new folder in the location selected in the tree table. You can modify the name of any folder in the tree (except the root “/” folder) by using the Rename button, as described in this table.
    Add Data
    Opens a standard file selection dialog, which allows you to select multiple files or folders from the file system. The selected files and folders will be added to the folder selected in the ISO image file tree.
    Remove
    Removes the selected file or folder from ISO image file after a confirmation.
    Rename
    Opens a dialog that allows you to rename the selected file or folder from ISO image file.
  6. The file tree shows the selected files and their location in the final ISO image file. When you are finished selecting files, click Next.
  7. On the ISO Image Selection window, use the Browse button to specify a name and location for new ISO image.
  8. Before clicking Create, verify that the folder(s) in the destination path already exist. (The ISO Builder tool does not create the destination folder if it does not exist.)

    Note: When using the Browse button, if do not specify the .iso file type in the file name, then the .iso file type is automatically applied to the file name, as indicated in the Select ISO image destination file field. If you do not use the Browse button, then the file name is saved without the .iso file type (e.g., entering myfile will be saved as myfile, not as myfile.iso).
  9. The Image Creation window, shows the progress of the ISO image file creation. When the process is completed, click Done.

  Back to Top       Previous  Next