Reverting to a previous level of GPFS when you have issued mmchconfig release=LATEST

If you have issued the mmchconfig release=LATEST command, you must rebuild the cluster. Perform these steps.

  1. Stop all user activity in the file systems.
  2. Cleanly unmount all mounted GPFS™ file systems. Do not use force unmount.
  3. Stop GPFS on all nodes in the cluster:
    mmshutdown -a
  4. Export the GPFS file systems by issuing the mmexportfs command:
    mmexportfs all -o exportDataFile
  5. Delete the cluster:
    mmdelnode -a
  6. Run the appropriate de-installation program to remove GPFS from each node in the cluster. For example:
    • For Linux nodes:
      rpm -e gpfs.gpl gpfs.base gpfs.docs gpfs.msg.en_US
    • For AIX® nodes:
      installp -u gpfs
    • For Windows nodes, open the Programs and Features control panel and remove IBM General Parallel File System.

    For the remaining steps, see IBM Spectrum Scale™ in IBM® Knowledge Center, and search for the appropriate IBM Spectrum Scale: Concepts, Planning, and Installation Guide for your release.

  7. Copy the installation images of the previous GPFS licensed program on all affected nodes.
  8. Install the original installation images and all required PTFs.
  9. For Linux nodes running GPFS, you must rebuild the GPFS portability layer.
  10. Reboot all nodes.
  11. Recreate your original cluster using the mmcrcluster command. Run the mmchlicense command to set the appropriate licenses after the cluster is created.
  12. Use the mmchconfig command to restore any previously set configuration settings that are compatible with GPFS 4.1 or below.
  13. Import the file system information using the mmimportfs command. Specify the file created by the mmexportfs command from Step 4:
    mmimportfs all -i exportDataFile
  14. Start GPFS on all nodes in the cluster, issue:
    mmstartup -a
  15. Mount the file systems if this is not done automatically when the GPFS daemon starts.