![]() | ![]() |
Home |
|
|
e-Adapter Development Kit Installation Guide |
|
| Chapter 2 Uninstalling New Era of Networks e-ADK |
Chapter 2
This chapter explains how to uninstall e-ADK 3.9. This information addresses version 3.9 only. To uninstall e-ADK 3.8, you must use the installer that was provided with that version. Call Technical Support for instructions on uninstalling a version earlier than 3.8.
The CIM repository that shares Sybase and New Era of Networks product information must be running to uninstall products. This ensures the repository is updated with the accurate list of installed products. Using other means to uninstall products does not update the respository, which becomes an issue during reinstallation.
To start the repository on Windows, enter the following:
cd <install dir>\CIMRepository-3_0_0\bin
repository.bat
To start the repository on UNIX, enter the following:
cd <install dir>/CIMRepository-3_0_0/bin
./repository.sh
A separate uninstaller is provided to remove e-ADK 3.9. The scripts to start the uninstaller are located in <install dir>\ADK-3_9.
For Windows, uninstall.bat
For Unix, uninstall.sh
Commands are written for Windows; for Unix, substitute a forward slash for the backward slash.
To uninstall e-ADK 3.9:Move any custom or other files that you want to save from the ADK-3_9 directory to another directory.
At the command prompt, enter the following:
For Windows:
cd <install dir>\ADK-3_9
uninstall.bat
For Unix:
cd <install dir>/ADK-3_9
uninstall.sh
The InstallShieldWizard starts to uninstall e-ADK 3.9.
Manually remove the remaining <install dir>\ADK-3_9 directory.
You must first uninstall any e-ADK or other New Era of Networks or Sybase products that use these shared components. Then uninstall the shared components. You will receive a message when you attempt to uninstall any product that is required by another product. Shared components must be uninstalled in the order they are listed in step 3.
To uninstall shared components:Copy <install dir>\JRE_1_3 directory to a temporary location and change the PATH environment variable to include the temporary directory.
This provides a correct version of the JRE for running the uninstallers.
If you do not copy JRE_1_3 to a temporary location, you will not be able to uninstall all of the shared components.
You may want to verify that the correct version of Java is being used. It must be version 1.3.1 or higher. Verify the version by typing the following:
~>java -version
Enter the following command:
cd <install dir>\uninstallers
Repeat the steps 5 through 9 for each shared product in the following order:
AgentManager-3_0_0
ConfigUtils
jConnect
ThirdParty
JRE_1_3
ASAAgent
CIMRepository-3_0_0
EPASA-7_0_3
Run the following command. Note that the command is written for Windows. For Unix, substitute a forward slash for the backward slash:
java -jar <Shared Product>\<Shared Product File>.jar
For example:
java -jar AgentManager-3_0_0\AgentManager- 3_0_0.jar
The InstallShieldWizard starts to uninstall the shared component.
Click Next on the initial Uninstaller window to begin the uninstall.
The Repository Information window appears.
Accept the defaults for the Repository Connection Information and click Next.
On the Feature Select window, select all items to be removed and click Next.
When the selected components are uninstalled, click Finish.
After repeating steps 5 through 9 for all of the shared products, delete the copy of JRE_1_3 that you had moved to a temporary directory.
|
|