Oracle® Fusion Middleware User's Guide for Oracle JRockit Virtual Edition 11g Release 1 (11.1.1.3.1) Part Number E15206-03 |
|
|
View PDF |
The file system within a virtual machine that was created by using Oracle JRockit Virtual Edition is similar to that in most UNIX-like operating systems. It consists of a single root (/
) directory.
The virtual disk (of the size defined in the configuration file) is mounted in the root directory. It contains the following files and directories.
/jrockitve
: This directory contains the Oracle JRockit JVM files, configuration files for the virtual machine, and files that provide the required kernel capabilities for Oracle JRockit Virtual Edition.
The Java application files.
The file structure of the Java application within the virtual machine file system matches the structures of the directories specified in the <jrockitve-filesystem-imports>
element of the configuration file.
VERSION
: This file contains the release numbers of the components of Oracle JRockit Virtual Edition.
You can access the file system within a running virtual machine by using SSH protocol-based clients (SCP and SFTP). For more information, see Chapter 5, "Accessing the File System of a Running Virtual Machine by Using the SSH Protocol."
When a virtual machine is not running, you can access the file system by using the -f (--file) option of the Image Tool.
External clients and processes cannot access the local file system within a virtual machine when the virtual machine is running. They can, however, access shared file storage locations (such as an NFS location) that are defined by using the -r
vm_cfg
add mount
operation of the Image Tool. For more information, see -r (--reconfigure) in Appendix A, "Image Tool Command-Line Option Reference."