Uninstalling the IBM Spectrum Scale management GUI

Do the following to uninstall management GUI and remove the performance monitoring components that are installed for the GUI:

  1. Issue the systemctl stop command as shown in the following example:
    systemctl stop gpfsgui
    psql postgres postgres -c "drop schema fscc cascade"
  2. Issue the following commands to remove the performance monitoring components of the GUI:
    systemctl stop pmcollector
    rpm -e gpfs.gui* gpfs.gss.pmsensors*  gpfs.gss.collector*
  3. Issue the following commands on all nodes of the cluster to remove the performance monitoring components installed on them:
    systemctl stop pmsensors
    rpm -e gpfs.gss.pmsensors*