If orphaned processes remain, identify and terminate the processes as follows:
■
Solaris, Linux, and Mac OS X systems:
Use the
ps -ef
command and terminate the processes using the
kill
command.
■
Windows systems:
Use the Task Manager and terminate the processes.
Also see
“Known Issues” in
Sun GlassFish Enterprise Server v3 Release Notes
for known issues
related to uninstallation.
Navigate to the directory where Enterprise Server v3 is installed.
The default installation directory is as follows:
Solaris, Linux, and Mac OS X systems:
user's-home-directory
/glassfishv3
Windows systems:
SystemDrive
:\glassfishv3
Start the uninstallation program and remove the software.
■
Solaris, Linux, and Mac OS X systems:
a. If necessary, grant execute permissions to the uninstall file.
chmod +x ./uninstall.sh
b. At the command prompt, type:
./uninstall.sh
■
Windows systems:
a. Double-click the
uninstall.exe
file.
On Windows you can also start the uninstaller by typing the file name at the command
prompt.
Note –
To uninstall in silent (non-interactive) mode, use the
-s
option after the file name. For
example:
./uninstall.sh -s
or
uninstall.exe -s
Review the summary page that displays following uninstallation and click Exit to exit the
uninstaller.
Uninstallation information is captured in log files. The names of the files are
timestamp
-remove.log
and
timestamp
-remove-summary.html
. On Solaris, Linux, and Mac OS X
systems, these files are generated under the
$TMP
directory. On Windows systems, these files
are generated under the
%TEMP%
directory.
1
2
3
Removing an Enterprise Server Installation
Sun GlassFish Enterprise Server v3 Installation Guide • December 2009
26