How to convert all MSM related file systems from HFS to z/FS?
search cancel

How to convert all MSM related file systems from HFS to z/FS?

book

Article ID: 50626

calendar_today

Updated On:

Products

Compress Data Compression for MVS Compress Data Compression for Fujitsu Datacom DATACOM - AD Mainframe Software Manager (Chorus Software Manager) MICS Resource Management CIS COMMON SERVICES FOR Z/OS 90S SERVICES DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS COMMON PRODUCT SERVICES COMPONENT Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT Mainframe VM Product Manager CHORUS SOFTWARE MANAGER CA ON DEMAND PORTAL CA Service Desk Manager - Unified Self Service PAM CLIENT FOR LINUX ON MAINFRAME MAINFRAME CONNECTOR FOR LINUX ON MAINFRAME GRAPHICAL MANAGEMENT INTERFACE WEB ADMINISTRATOR FOR TOP SECRET Xpertware

Issue/Introduction

To change the MSM file system from HFS to zFS follow these steps:

  1. Change in MSMSetupOptionsFile.properties the parm:
    USSFileSystemType=

  2. Change in msm.SAMPLIB member DBINIT the parm:
    mpmFilesystemType=

  3. Change the DBINIT DD in the MSMTC first startup to DBUPDATE DD

  4. Change your actual files to the proper filesystem type.
    There is a utility to do this:
    HFS TO ZFS CONVERSION TOOL (BPXWH2Z)

  5. Run the DBSQL inquiry query:
    //SYSIN DD *
    select * from mountpoint;
    /*
  6. Check what's in the field MP_OPTIONS.
    And modify the below 'old value' parm with it.
    The 'old value' could be 'system,HFS' or 'HFS'.
    Then change the 'new value' to 'system,ZFS' or 'ZFS'.
    //SYSIN DD *
    update mountpoint set MP_OPTIONS = 'old value'
    where MP_OPTIONS = 'new value';
    //*
  7. Run the DBSQL inquiry query again to see if the MP_OPTIONS is set correctly.
    //SYSIN DD *
    select * from mountpoint;
    /*

Note that these steps above do not include the file systems mounted to /../msm, /../msmruntime and /../msminstall. These file systems can simply be converted from HFS to zFS without any additional requirement for MSM. If after the conversion of HFS to zFS MSMTC fails at start with:

java.lang.NoClassDefFoundError: org.apache.catalina.startup.Bootstrap 
Caused by: java.lang.ClassNotFoundException: org.apache.catalina.startup.Bootstrap                                              

Refer to TEC559459. If Bootstrap.jar is available under /msmruntime/tomcat/bin then this may be security related.                                                                         

Environment

Release: MSMNGR00200-5.1-Chorus Software Manager
Component: