パッチのインストール(Solaris)


  1. パッチの入手

    ボーランドのWebページから IbSolarisPatch.tar.Z をダウンロードします。


  2. アプリケーション、ロックマネージャの停止

    InterBaseを使用するアプリケーションが実行中の場合は、停止させます。 また、ロックマネージャが起動されている場合は、停止させます。

    # ps -ef | grep gds_lock_manager

    root 315 1 4 08:48:04 ? 0:00 /usr/interbase/bin/gds_lock_manager

    # kill -KILL 315


  3. アーカイブの展開

    % uncompress IbSolarisPatch.tar.Z

    % tar xvf IbSolarisPatch.tar


  4. パッチプログラムの実行

    スーパーユーザで、パッチプログラムを実行させます。

    # ./IbSolarisPatch

                     Interbase Patch Program Version 1.0
                    ---------------------------------------
                  IMPORTANT
    Please shutdown the interbase server before running this app.
    Make sure that there are no connections to any database in this host machine
    
    Press Enter key to continue...
    
    Which version of Interbase are you running..
        1)  IB Versions 4.x 
        2)  IB Versions 5.x 
        3)  IB Version 6.0
        9)  Exit           : 1
     Please Enter the Complete Interbase install directory   : /usr/interbase
    
    Files are patched
    Original file    : /usr/interbase/lib/gdsmt.so.0
    Copy of original : /usr/interbase/lib/gdsmt.so.0.org
    Fixed    file    : /usr/interbase/lib/gdsmt.so.0.fixed
    
             Please rename the above .fixed file as original file before using
    
    Press Enter Key to quit...
    

  5. ライブラリのリネーム

    パッチの当てられた新しいライブラリの名称、およびパーミッションモードを 変更します。

    # cd /usr/interbase/lib

    # mv gdsmt.so.0.fixed gdsmt.so.0

    # chmod 444 gdsmt.so.0


戻る
Copyright(c) 2001 RIOS Corporation