-
[8/23/2023 11:36 PM] Treichel Holger 8BC3Leong Robert 5USSBV Officially I would uninstall the old version using the referring RSI. I recommend to double check everything has been properly uninstalled. If not the three gpfs packages and cygwin needs to be uninstalled manually. Afterwards the new RSI can be applied.The following steps usually work fine to uninstall gpfs and cygwin.
-
Umount fs from Clipster: #> mmumount [FSNANE]
-
Stop gpfs services: mmshutdown -N [NODENAME]
-
Use other node to remove clipster from cluster: mmdelnode -N [NODENAME]
-
Use Windos "Add/Remove Programs" to uninstall gpfs in the following order
-
Gskit
-
Reboot
-
Gpfs- base
-
Reboot
-
Gpfs_license
-
-
Stop CYGWIN sshd service on Clipster
-
Login as 'root'
-
Remove complete cygwin64 folder using cmd:
-
Cd to c
-
takeown /r /d y /f cygwin64
-
icacls cygwin64 /t /grant Everyone:F
-
rmdir /s /q cygwin64
-
-
Remove all cygwin registry entries
-
Logout as root
-
Login as admin
-
Remove 'root' and 'sshd' user
-
Additional notes and references:
https://superuser.com/questions/110726/how-to-uninstall-reinstall-cygwin-to-use-the-sshd
0 Comments