以下の手順でアンインストールしてください。
1) スーパユーザへの変更
アンインストールを行う場合、スーパユーザになります。
# su -<RETURN>
2) uninstall.shの実行
アンインストールシェルスクリプト(uninstall.shシェル)を実行します。uninstall.shシェルはCD-ROM上のディレクトリに移動し、実行してください。
# mount /dev/デバイスファイル名 <CD-ROMマウントディレクトリ> <RETURN> # cd <CD-ROMマウントディレクトリ> <RETURN> # ./uninstall.sh <RETURN>
注意
RHEL5(Intel64)で自動マウントデーモン(autofs)によるCD-ROMの自動マウントを行った場合、マウントオプションに"noexec"が設定されるため、uninstall.shシェルの実行に失敗します。
この場合、mountコマンドによりCD-ROMを適切に再マウントしてからアンインストールを実行してください。
なお、マウントされているCD-ROMのマウントオプションについては、mountコマンドを引数なしで実行することで確認できます。
以下のように製品名が表示されます。
+----------------------------------------------------------+ | Interstage Application Server Enterprise Edition V9.3.1 | | | | All Rights Reserved, Copyright(c) FUJITSU 2011 | +----------------------------------------------------------+
上記に続いて以下のようにパッケージ名が表示されます。
アンインストールするパッケージの番号を“,”で区切って入力してください(例: 1,2,3 <RETURN>)。すべてのパッケージをアンインストールする場合はall <RETURN>を入力してください。
注意
インストール済みのパッケージは番号の左横に“*”が表示されます。
all指定などでインストールされていないパッケージが選択された場合、インストール済みのパッケージのみアンインストールされます。
アンインストール時のパッケージ番号は、インストール時のパッケージ番号と逆となっていますので、注意してください。
FJSVisasは、保守やトラブル調査で必要なパッケージです。他のパッケージを残す場合は、削除しないでください。
Packages: 1 FJSVjssrc Interstage JServlet Session Registry Client 2 FJSVjssrs Interstage JServlet Session Registry Server 3 FJSVmqd MessageQueueDirector base 4 FJSVisspl Interstage Sample Integration * 5 FJSVisgui Interstage Management Console 6 FJSVxmlpc Fujitsu XML Processor 7 FJSVisjee Interstage Java EE 8 FJSVsvmon Web Service Monitor 9 FJSVjs5 Interstage JServlet (Tomcat 5.5 based servlet service) 10 FJSVj2ee Interstage J2EE Common Resource 11 FJSVjms Interstage JMS 12 FJSVejb Interstage EJB Service * 13 FJSVisjmx Interstage JMX Service 14 FJSVapcst Interstage Apcoordinator - Struts 15 FJSVwebc Interstage Apcoordinator - Webcoordinator 16 FJSVbcco Interstage Apcoordinator - Bccoordinator * 17 FJSVihs Interstage HTTP Server 18 FJSVes ObjectDirector/EventService * 19 FJSVisscs Interstage Secure Communication Service * 20 FJSVjs2su Interstage JServlet (OperationManagement) * 21 FJSVsmee S/MIME & EE Certificate Management Package * 22 FJSVsclr Securecrypto Library RunTime 23 FJSVena Enabler Repository for enterprise content knowledge and document management 24 FJSVirep Interstage Directory Service 25 FJSVssofs Interstage Single Sign-on Federation Service 26 FJSVfsvl Single Sign-on Federation Service Library Package 27 FJSVssocm Interstage Single Sign-on Common Library 28 FJSVssoaz Interstage Single Sign-on Business server 29 FJSVssoac Interstage Single Sign-on Authentication server 30 FJSVssosv Interstage Single Sign-on Repository server 31 FJSVporb ObjectDirector[Portable-ORB] 32 FJSVots ObjectTransactionService 33 FJSVirepc Interstage Directory Service Software Development Kit 34 FJSVjdk6 Fujitsu Java Development Kit 6 * 35 FJSVjdk5 Fujitsu Java Development Kit * 36 FJSVod ObjectDirector * 37 FJSVextp Transaction Processing Monitor * 38 FJSVisas Interstage Application Server Management Function * 39 FJSVtd TransactionDirector パッケージを選択してください。複数選択する場合、","で区切って指定してください。[?,??,all,q]:
アンインストール情報が以下のように表示されます。内容を確認し、表示された情報でアンインストールを開始する場合はy <RETURN>を入力してください。
アンインストール情報: アンインストールパッケージ: FJSVisgui FJSVisjmx FJSVihs FJSVisscs FJSVjs2su FJSVsmee FJSVsclr FJSVjdk5 FJSVod FJSVextp FJSVisas FJSVtd アンインストールを開始しますか? [y,q]:
注意
FJSVjs2suをアンインストールする場合、以下の警告メッセージが出力されることがありますが、無視してください。
警告: /etc/opt/FJSVjs2su/jswatch.conf saved as /etc/opt/FJSVjs2su/jswatch.conf.rpmsave
警告: /etc/opt/FJSVjs2su/jsgw_apapi.conf saved as /etc/opt/FJSVjs2su/jsgw_apapi.conf.rpmsave
警告: /etc/opt/FJSVjs2su/jscontainer.xml saved as /etc/opt/FJSVjs2su/jscontainer.xml.rpmsave
注意
一部の機能を残してアンインストールする場合、依存を持つパッケージも残す必要があります。
また、一部の機能を再インストールするためにアンインストールする場合、依存するパッケージも同時にアンインストールする必要があります。
パッケージの依存関係については、“4.1.1.1 必要なパッケージ”を参照してください。
3) システムのリブート
アンインストール完了後、システムの再起動を行います。
# cd / <RETURN> # shutdown -r now <RETURN>