IBM Books

Quick Beginnings for DB2 Extended Enterprise Edition for UNIX


Step 3. Remove the Administration Server

You must remove the Administration Server before you remove DB2 products. To remove the Administration Server, you need to perform the following steps:

  1. Log in as root.

  2. Obtain the name of the Administration Server using the following command:
       DB2DIR/bin/dasilist
    


    where DB2DIR = /usr/lpp/db2_05_00 on AIX


    = /opt/IBMdb2/V5.0 on Solaris

  3. Log in as the Administration Server owner.

  4. Run the start up script as follows:
       . INSTHOME/sqllib/db2profile    (for Bourne or Korn shell)
       source INSTHOME/sqllib/db2cshrc (for C shell)
    

    where INSTHOME is the home directory of the instance.

  5. Stop the Administration Server using the db2admin command as follows:
       db2admin stop
    

  6. Backup the files in the ASHOME/sqllib directory, if needed, where ASHOME is the home directory of the Administration Server.

  7. Log off.

  8. Log in as root and remove the Administration Server using the dasidrop command as follows:
       DB2DIR/instance/dasidrop ASName
    



    where DB2DIR = /usr/lpp/db2_05_00 on AIX


    = /opt/IBMdb2/V5.0 on Solaris

    and ASName is the name of the instance being removed.
    Note:The dasidrop command removes the sqllib directory under the home directory of the Administration Server.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]

[ DB2 List of Books | Search the DB2 Books ]