By default, TAMz's SJVM installs into a single, read/write zFS. This document describes how to configure SJVM to utilize 2 separate file systems: one read-only for binaries, the other read-write for configuration and log files.
After completing these steps, there will be 2 zFS data sets and file systems in use by SJVM. One will be read-only for the binaries (libJNISjv00.so and sjvv1.jar) and one as read/write for the configuration (logback.xml) and log files (under the “logs” directory).
At this time it is only recommended to split SJVM as described. It is not recommended to split CFH0MNT into separate read-only and read/write sets. TAMSTC deploys Normalization Integration Management for Service Management (NIM SM) as part of it, which has a relatively complicated file system that is difficult to split up. For this reason, it should remain as read/write.
Release : 1.1
Component :
NOTE: When applying maintenance to SJVM, the maintenance will apply into the first file system (mounted to {SJVM_HOME}). The maintenance may include updates to the “logback.xml” file, which will be installed into the {SJVM_HOME} directory. After applying maintenance, merge any changes in the logback.xml file that appears in the {SJVM_HOME} directory into the copy inside the {SJVM_LOGS} directory. Then, delete or rename the file from the {SJVM_HOME}.