Uninstalling File Manager Service Provider
Uninstall the Service Provider from z/OS® Connect using the installUtility command.
Before you begin
The uninstall procedure is conducted in the UNIX® System Services environment and has the following environmental prerequisites:
- The shell environment must have a z/OS® Connect EE-compatible version of Java™ available on the environment PATH variable. You can check the PATH variable by using the UNIX® System Services echo $PATH command.
- The z/OS® Connect installation directory <ZCON_INST_DIR>/v3r0/wlp/bin must be in the PATH environment variable.
About this task
The following procedure includes stopping and restarting the z/OS® Connect WLP server. In high-availability environments this may be
undesirable. For alternative procedures refer to the following topics:
Procedure
- Stop the z/OS Connect WLP server.
-
Uninstall the File Manager Service Provider feature using the installUtility command.
For example:
installUtility uninstall filemanager:fmProvider-2.0
- Remove the properties file from the z/OS® Connect
<WLP_USER_DIR>/v3r0/extensions directory using the UNIX System Services
rm command. For example:
rm /var/zosconnect/v3r0/extensions/filemanager.properties
-
Remove the service archive files from the z/OS® Connect
service directory.
For example:
rm /var/zosconnect/servers/<yourWLPServer>/resources/zosconnect/services/fm*.sar
Tip: You might also decide to remove any other File Manager SAR files from this directory. -
Edit the z/OS Connect WLP server.xml configuration.
The server.xml requires the following changes:
-
Remove the entry for the File Manager feature
from the
<featureManager>
stanza. -
Remove the
FileManager_Connection
configuration stanza. -
If you have added any other
FileManager_Connection
configuration stanzas for IDs other thandefault
, remove these also.
-
Remove the entry for the File Manager feature
from the
- Restart the z/OS Connect WLP server.