Installation and Configuration Guide

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

Copying the ISO Image

The WLS-VE ISO image is the boot image for WLS-VE. It contains the LiquidVM and WLS-VE classes that run on hypervisor software and host your Java applications. To give ESX Server access to these classes, after you install WLS-VE, copy the ISO image to a datastore on each ESX Server that will run WLS-VE. BEA recommends that you copy to a datastore that is on the ESX Server's SAN. (See Figure 4-1.) Copying to a local disk may disable some VMware functionality, such as VMotion. Datastores on NFS will experience degraded performance when booting WLS-VE.

Figure 4-1 Copy the ISO Image to Datastores for Each ESX Server

Copy the ISO Image to Datastores for Each ESX Server

To copy the WLS-VE ISO image to a datastore on local disk or SAN, use the following secure copy (scp) command syntax:
scp source-file username@esxhost:/vmfs/volumes/datastore/path/

where:

Note: The Linux operating system includes an scp client. For Windows, you can install (or download for free) third-party utilities that include scp clients.

Remember the pathname that you specify. When you use the LiquidVM Configuration Wizard to configure virtual machines, you specify this location. Note that the syntax in ESX Server for specifying this path is:
[datastore] /path/file

For example, use the following scp command to copy the WLS-VE ISO image from the current directory to the default storage1 datastore (VMware creates the storage1 datastore when you install ESX Server):

scp wlsve921.iso myusername@myESXHost:/vmfs/volumes/storage1/

With the above example, the path name that you specify in the LiquidVM Configuration Wizard is:
[ storage1 ] /wlsve921.iso


  Back to Top       Previous  Next