- Community Home
- >
- Services
- >
- Insight Remote Support
- >
- Re: DESTA - Database files growing out of control
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2010 06:14 PM
07-06-2010 06:14 PM
DESTA - Database files growing out of control
Any clues/pointers on how to troubleshoot this is greatly appreciated.
Thanks,
SR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 09:14 AM
07-07-2010 09:14 AM
Re: DESTA - Database files growing out of control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 10:04 AM
07-07-2010 10:04 AM
Re: DESTA - Database files growing out of control
We actually have two instances of HPSIM/WEBES (the other managed by a different team) and coincidentally, BOTH befell the same symptom over the same period. Very interesting.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 12:47 PM
07-07-2010 12:47 PM
Re: DESTA - Database files growing out of control
Was that the first time that you had bounced the service since install? I wonder if thats a one time logging setting that gets cleared by stopping and starting the service?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2010 01:45 PM
07-07-2010 01:45 PM
Re: DESTA - Database files growing out of control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2010 05:56 AM
07-09-2010 05:56 AM
Re: DESTA - Database files growing out of control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2010 11:52 AM
07-09-2010 11:52 AM
Re: DESTA - Database files growing out of control
Thanks,
-SR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 12:17 AM
07-12-2010 12:17 AM
Re: DESTA - Database files growing out of control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 07:50 AM
07-12-2010 07:50 AM
Re: DESTA - Database files growing out of control
1) Go to Start/Allprograms/HewlettPackard/Remote Support Software Manager/Remote Support Software Manager Interface
On the Packages list select WEBES 6.0 and then click on remove
2) When WEBES is removed go to and download the WEBES Cleanup Util and run it
3) Then go to Add Remove Programs and remove Postgresl and delete the remaining folder under the C://ProgramFiles/Postgresql.
4) When all that is remove just go back to the Remote Support Software Manager Interface and select install to WEBES 6.0, this will install the new Postgresql.
5) The server needs to be rebooted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2010 11:22 PM
07-12-2010 11:22 PM
Re: DESTA - Database files growing out of control
stop DESTA-service
Start ... -->PostSql 8.3 --> SQL Shell (psql)
Server [localhost]:
Database [postgres]:
Port [7950]:
Username [postgres]:
...
postgres=# drop database destadb;
DROP DATABASE
postgres=# drop database wbemdb;
DROP DATABASE
postgres=# drop database ed;
DROP DATABASE
postgres=# create database destadb with owner="WEBES" encoding='UTF8';
CREATE DATABASE
postgres=# create database wbemdb with owner="WEBES" encoding='UTF8';
CREATE DATABASE
postgres=# create database ed with owner="WEBES" encoding='UTF8';
CREATE DATABASE
start DESTA-service
Database grows overnight to > 1GB :-(
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2010 05:29 AM
07-13-2010 05:29 AM
Re: DESTA - Database files growing out of control
Teem --- Did a reinstall help any? That's still a poor solution from HP. They have no idea why this has started to happen with their product at multiple locations??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2010 05:58 AM
07-13-2010 05:58 AM
Re: DESTA - Database files growing out of control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2010 05:04 AM
07-16-2010 05:04 AM
Re: DESTA - Database files growing out of control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2010 07:14 AM
07-16-2010 07:14 AM
Re: DESTA - Database files growing out of control
The following steps were supposedly used by an HP tech to reset the the DB for 6.0.
1. On the CMS launch SEA UI and login with "admin-adv"
2. Go to the Managed Entities Page and click the "Export" button. This will launch another window that displays the process of the Managed Entity data being saved in XML format.
3. Close the window when this completes
4. Close the SEA UI
Then from the CLI on the CMS:
5. stop the desta_service.
net stop desta_service
6. cd C:\Program Files\HP\svctools\common\database\bin
7. Run the following command:
psql -h localhost -U WEBES -d postgres -p 7950
8. The psql window will appear with the following command prompt:
postgres-#
9. To drop existing databases perform the following:
DROP DATABASE IF EXISTS destadb;
10. To recreate the databases perform the following:
CREATE DATABASE destadb WITH OWNER = "WEBES" ENCODING = 'UTF8';
11. To exit type: \q
12. Start Desta Service
net start desta_service
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2010 05:51 AM
07-20-2010 05:51 AM
Re: DESTA - Database files growing out of control
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2011 08:33 AM
07-19-2011 08:33 AM
Re: DESTA - Database files growing out of control
Hi,
i tried to delete the table, because my desta db growing up 6GB, i stop the desta service but when i try to logon in DB i received the request for a password of WEBES user, i didn't know it, so i tried to logon with administrator of local machine, but nothing to do. is there a default username and password?
Thanks to all
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2012 06:56 AM
11-29-2012 06:56 AM
Re: DESTA - Database files growing out of control
So I got to step 7, and it's asking for a password? Does anyone know what the default WEBES password is???
Thanks!
Mike
7. Run the following command:
psql -h localhost -U WEBES -d postgres -p 7950
- Tags:
- Password