This section explains the procedures to be taken after manager uninstallation.
If necessary, delete the users registered in the directory service.
When SMEE was not deleted during uninstallation, uninstall it following the procedure below.
Note
Confirm that other products are not using it before performing uninstallation.
The procedure for uninstallation of SMEE is given below.
Log in to the system as the superuser (root).
Use the rpm command to uninstall the package.
# rpm -e FJSVsmee <RETURN> |
When the Securecrypto library runtime was not deleted during uninstallation, uninstall it following the procedure below.
Note
Confirm that other products are not using it before performing uninstallation.
The procedure for uninstallation of Securecrypto Library RunTime is given below.
Log in to the system as the superuser.
Use the rpm command to uninstall the package.
# rpm -e FJSVsclr <RETURN> |
After SMEE and Securecrypto Library RunTime uninstallation, the following folders will remain. Confirm that other products are not using them, and delete them manually if they are not necessary.
Delete any remaining files and folders contained in these folders as well.
Directory in /opt
FJSVsmee |
Directory in /etc/opt
FJSVsclr |
This section explains the procedure for deleting the registered certificate.
Delete the registered certificate if you regularly use ServerView Operations Manager.
[Windows Manager]
The CA certificate(keystore) of ServerView Operations Manager is stored in the following location:
ServerView Operations Manager V6.1 or later
ServerView Suite Installation_folder\jboss\standalone\svconf\pki\cacerts |
Earlier than ServerView Operations Manager V6.1
ServerView Suite Installation_folder\jboss\server\serverview\conf\pki\cacerts |
An example of deleting the registered certificate is as follows:
Example
> RJE Installation_folder\bin\keytool.exe -delete -alias alias -keystore "C:\Program Files (x86)\Fujitsu\ServerView Suite\jboss\server\serverview\conf\pki\cacerts"<RETURN> Enter destination keystore password: Password for the environment for creating SVOM web server certificates |
Specify "sslcert", "testcert", or the "Certificate nickname" registered in "3.2 Importing a Certificate to ServerView SSO Authentication Server" as the alias.
The default password for the environment for creating SVOM Web server certificates is "changeit".
[Linux Manager]
The CA certificate(keystore) of ServerView Operations Manager is stored in the following location:
ServerView Operations Manager V6.1 or later
/opt/fujitsu/ServerViewSuite/jboss/standalone/svconf/pki/cacerts |
Earlier than ServerView Operations Manager V6.1
/opt/fujitsu/ServerViewSuite/jboss/server/serverview/conf/pki/cacerts |
An example of deleting the registered certificate is as follows:
Example
# RJE Installation_directory/bin/keytool -delete -alias alias -keystore /opt/fujitsu/ServerViewSuite/jboss/server/serverview/conf/pki/cacerts<RETURN> Enter destination keystore password: Password for the environment for creating SVOM web server certificates |
Specify "sslcert", "testcert", or the "Certificate nickname" registered in "3.2 Importing a Certificate to ServerView SSO Authentication Server" as the alias.
The default password for the environment for creating SVOM Web server certificates is "changeit".