<Please see attached file for image>
Steps are: - unisrvcntr stop all - with a tar command, save the PostGres database located in directory /opt/CA/SharedComponents/pgsql - unisrvcntr start postgres Then while logged on as 'root', run the following commands: psql mdb <passwd> vacuum verbose analyze; reindex database mdb; \q <passwd> is the password of the 'mdbadmin' account created during the NSM installation, default value is mdbadmin. |