Quick Beginnings

Remove the Administration Server

You must remove the Administration Server before you remove DB2.

To remove the Administration Server:

  1. Log in as the Administration Server owner.
  2. Run the start up script:
    . INSTHOME/	sqllib/db2profile       (bash, Bourne, or Korn shells)
    source INSTHOME/sqllib/db2cshrc     (C shell)
    

    where INSTHOME is the home directory of the user who owns the Administration Server.

  3. Back up the files in the ASHOME/sqllib directory, if needed, where ASHOME is the home directory of the user who owns the Administration Server.
  4. Log off.
  5. Log in as root and remove the Administration Server by entering the following command:
       DB2DIR/instance/dasidrop ASName
    

    where

    where DB2DIR = /usr/lpp/db2_07_01 on AIX


    = /opt/IBMdb2/V7.1 on HP-UX, PTX, or Solaris

    and ASName represents the name of the administration instance being removed.

The dasidrop command removes the /sqllib directory under the home directory of the Administration Server.


[ Top of Page | Previous Page | Next Page ]