Unaugmenting profiles using the manageprofiles command

You can unaugment a profile from the command line using the manageprofiles command.

Before you begin

For more information about the manageprofiles command, see manageprofiles command reference.

Procedure

  1. From the command prompt run the following command:
    • manageprofiles.sh -unaugment -profileName WSRRSrv01 -templatePath install_root/profileTemplates/template_name
    You can specify your own profile name (in place of 'WSRRSrv01' in the example). The variable template_name represents the name of the template used to augment the profile. The following templates can be used to augment profiles:
    • default.wsrr (stand-alone server profile)
    • managed.wsrr (managed node profile)
    • dmgr.wsrr (deployment manager profile)
  2. Confirm that the unaugmenting the profile has completed by checking the following log file:
    • install_root/logs/manageprofiles/profilename_unaugment.log
  3. If you want to drop the database, then you must drop it manually. An SQL script to drop the database is available in the dbscripts directory. If you are dropping the database on DB2® for z/OS® using the supplied SQL, and the tables have already been dropped, you will receive SQLCODE -204 when dropping the stored procedures. This can be ignored.