About this task
This topic shows how to establish an alternate sysplex root
in a shared file system environment.Before you begin: You
need to ensure that the alternate sysplex root does not reside in
the same volume, device, and control unit as the current sysplex root.
To
minimize the single point of failure, the alternate sysplex root file
system should be a different PFS type than that of the current sysplex
root file system.
Procedure
- Allocate a new file system to be used as the alternate
sysplex root file system, following these rules:
- The UID, GID and the permission bits of the root directory
in the alternate sysplex root file system must match the root directory
in the current sysplex root file system
- If the SECLABEL class is active and the MLFSOBJ option
is active, then the multilevel security label for the alternate sysplex
root must be identical to the assumed multilevel security label of
the current sysplex root.
_______________________________________________________________
- On the alternate sysplex root, set up the mount points
and the symbolic links. The mount points and the symbolic links must
be same as the ones on the current sysplex root.
- Mount the alternate sysplex root file system at a temporary
mount point (for example, /altroot).
- Select one of the following suggested ways to set up
mount points and symbolic links:
- Unmount the alternate sysplex root.
_______________________________________________________________
- Specify ALTROOT in the BPXPRMxx parmlib member with the
mount point in the root directory of the current sysplex root file
system.
Restriction: The ALTROOT mount point
must not exceed 64 characters in length.
Example: To specify ALTROOT:
ALTROOT FILESYSTEM ('OMVS.ALTROOT.ZFS')
MOUNTPOINT('/sysalt') PARM ('FSFULL(70,10)')
You can
use the SETOMVS SYNTAXCHECK operator command to validate the ALTROOT
syntax.
_______________________________________________________________
- Make sure that all systems in the shared file system environment
have direct access to the new file system and can locally mount it.
_______________________________________________________________
- Process the ALTROOT statement by using the SET OMVS command
or by initializing the OMVS with the updated BPXPRMxx parmlib member.
For example:
SET OMVS=(xx)
_______________________________________________________________
Results
When you are done, you have established an alternate sysplex
root in the shared file system configuration. The alternate sysplex
root is mounted in read-only mode at the specified mount point and
designated as AUTOMOVE. When the alternate sysplex root becomes the
current sysplex root, it is mounted in read-only mode and designated
as AUTOMOVE regardless of the current sysplex root settings.
Requirement: If you make changes to the current
sysplex root after the alternate sysplex root was established, you
must make the same changes to the alternate sysplex root as well.