ページの先頭行へ戻る
Interstage Application Server インストールガイド

6.2.2 uninstall.shシェルによるアンインストール

  以下の手順でアンインストールしてください。

1) スーパユーザへの変更

  アンインストールを行う場合、スーパユーザになります。

# su -<RETURN>

2) uninstall.shの実行

  アンインストールシェルスクリプト(uninstall.sh)を実行します。アンインストールシェルスクリプトはCD-ROM上のディレクトリに移動し、実行してください。

# mount /dev/デバイスファイル名 <CD-ROMマウントディレクトリ> <RETURN>
# cd <CD-ROMマウントディレクトリ> <RETURN>
# ./uninstall.sh <RETURN>

  以下のように製品名が表示されます。

+----------------------------------------------------------+
| Interstage Application Server Enterprise Edition V9.2.0  |
|                                                          |
|           All Rights Reserved, Copyright(c) FUJITSU 2009 |
+----------------------------------------------------------+

  上記に続いて以下のようにパッケージ名が表示されます。
  アンインストールするパッケージの番号を“,”で区切って入力してください(例: 1,2,3 <RETURN>)。すべてのパッケージをアンインストールする場合はall <RETURN>を入力してください。

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 FJSVsoap      Interstage SOAP Service
    8 FJSVisjee     Interstage Java EE
    9 FJSVsvmon     Web Service Monitor
   10 FJSVjs4       Interstage JServlet (Tomcat 4.1 based servlet service)
   11 FJSVjs5       Interstage JServlet (Tomcat 5.5 based servlet service)
   12 FJSVj2ee      Interstage J2EE Common Resource
   13 FJSVjms       Interstage JMS
   14 FJSVejb       Interstage EJB Service
 * 15 FJSVisjmx     Interstage JMX Service
   16 FJSVapcst     Interstage Apcoordinator - Struts
   17 FJSVwebc      Interstage Apcoordinator - Webcoordinator
   18 FJSVbcco      Interstage Apcoordinator - Bccoordinator
 * 19 FJSVihs       Interstage HTTP Server
   20 FJSVes        ObjectDirector/EventService
 * 21 FJSVisscs     Interstage Secure Communication Service
 * 22 FJSVjs2su     Interstage JServlet (OperationManagement)
 * 23 FJSVsmee      S/MIME & EE Certificate Management Package
 * 24 FJSVsclr      Securecrypto Library RunTime
   25 FJSVena       Enabler Repository for enterprise content knowledge and document management
   26 FJSVirep      Interstage Directory Service
   27 FJSVssofs     Interstage Single Sign-on Federation Service
   28 FJSVfsvl      Single Sign-on Federation Service Library Package
   29 FJSVssocm     Interstage Single Sign-on Common Library
   30 FJSVssoaz     Interstage Single Sign-on Business server
   31 FJSVssoac     Interstage Single Sign-on Authentication server
   32 FJSVssosv     Interstage Single Sign-on Repository server
   33 FJSVuddic     Fujitsu UDDI Client
   34 FJSVporb      ObjectDirector[Portable-ORB]
   35 FJSVots       ObjectTransactionService
   36 FJSVirepc     Interstage Directory Service Software Development Kit
   37 FJSVjdk14     Fujitsu Java Development Kit
   38 FJSVjdk6      Fujitsu Java Development Kit 6
 * 39 FJSVjdk5      Fujitsu Java Development Kit
 * 40 FJSVod        ObjectDirector
 * 41 FJSVextp      Transaction Processing Monitor
 * 42 FJSVisas      Interstage Application Server Management Function
 * 43 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

  

3) システムのリブート

  アンインストール完了後、システムの再起動を行います。

# cd / <RETURN>
# shutdown -r now <RETURN>