Top
PRIMECLUSTER Enterprise Edition 4.3A30B Installation Guide
FUJITSU Software

4.1.2 Uninstallation

  1. Login to the system as a root user.

    # su <Return>
    Password:password <Return>
  2. If you are using RMS, stop RMS.

    # hvshut -a <Return>
  3. If you are using GFS, unmount all the GFS shared file systems and stop GFS.

    # sfcumount GFS_MOUNTPOINT <Return>
    # /etc/init.d/sfcfsrm stop <Return>
  4. If you are using GDS, cancel the GDS settings. For details see the "PRIMECLUSTER Global Disk Services Configuration and Administration Guide".

  5. Boot the system in single user mode.

    # shutdown now <Return>
  6. If you are using GDS, check the file in the /dev/sfdsk directory. If there are other files than _adm, _diag, _sysadm, and _sysdiag, delete them.

  7. Insert CD and mount the CD-ROM device.

    # mount /media/cdrom <Return>
    <CDROM_DIR> will be used as the mount point.
  8. Execute the CLI uninstaller.

    # cd <CDROM_DIR>/Tool <Return>
    # ./cluster_uninstall <Return>
    Are you sure to remove PRIMECLUSTER from your system (y or n) ? y <Return>
    
      .
      .
    
    The uninstallation finished successfully.
  9. Eject CD, then reboot the system by executing the "shutdown(8)" command.

    # cd / <Return>
    # umount /media/cdrom <Return>
    # eject <Return>
    # shutdown -r now <Return>

Note

  • In PRIMECLUSTER Global Link Services:
    Redundant Line Control Function, when using the user command execution function and script files remains, the directory under /etc/opt/FJSVhanet/script is not deleted. Delete this directory after saving or deleting script files.

    # rm -r /etc/opt/FJSVhanet <Return>