プロジェクト

全般

プロフィール

Patchのインストール

前提

  • ServerProtect for Linux 3.0が導入されている。

インストール

  • 先に任意のディレクトリにインストールファイルをコピーしておく。
    • 例では以下のディレクトリにコピーしたものとする。
      /home/hoge/work/splx/
      
  • インストールファイルの展開
    # tar xvfz splx_30_lx_en_sp1_patch4.tar.gz
    
    • 以下のファイルが展開される。
      • splx_30_lx_en_sp1_patch4.bin
  • インストールプログラムの使用権限を変更
    # chmod u+x splx_30_lx_en_sp1_patch4.bin
    
  • インストールプログラムの実行
    # ./splx_30_lx_en_sp1_patch4.bin
    
    • 既に導入されているPatchのRPM情報を削除するか聞いてくる。
      Installing ServerProtect for Linux 3.0 Service Pack 1 patch 4:
      Patch 4 must remove the previous SPLX 3.0 Patch RPM information from the RPM Database to avoid inconsistencies if a rollback is required.
      The removed RPM information will be stored in /opt/TrendMicro/SProtectLinux/Version.ini
      For more detailed information, please refer to the patch readme file.
      Do you want to continue and remove the previous RPM information? (yes or no)
      
    • 削除しないと導入されないため[y]を入力。
      Unpacking...
      Installing rpm file...
      準備中...                   ########################################### [100%]
         1:splx-3.0-sp1-patch4    ########################################### [100%]
      Shutting down ServerProtect for Linux:
      Shutting down splxcore:
      Shutting down vsapiapp                                     [FAILED]
      Unloading splx kernel module:                              [FAILED]
      Shutting down entity:                                      [  OK  ]
      ServerProtect for Linux core stopped normally.
                                                                 [  OK  ]
      Shutting down splxhttpd:
      Shutting down splxhttpd:                                   [  OK  ]
      ServerProtect for Linux httpd stopped normally.
                                                                 [  OK  ]
      ServerProtect for Linux stopped normally.
      Starting ServerProtect for Linux:
      Checking configuration file:                               [  OK  ]
      Starting splxcore:
      Starting Entity:                                           [  OK  ]
      Loading splx kernel module:                                [FAILED]
      Starting vsapiapp:                                         [FAILED]
      ServerProtect for Linux core started.
                                                                 [  OK  ]
      Starting splxhttpd:
      Starting splxhttpd:                                        [  OK  ]
      ServerProtect for Linux httpd started.
                                                                 [  OK  ]
      ServerProtect for Linux started.
      
      ServerProtect has not been activated.
      You must activate your product to enable scanning and security updates.
      ServerProtect for Linux 3.0 Service Pack 1 patch 4 installation completed.
      

備考

  • 今回の例ではアクティベーションを行なっておらず、カーネルフックモジュールも未導入の物であるため、以下のステータスは[FAILED]になっている。
    • Loading splx kernel module
    • Starting vsapiapp

 

戻る