Discussion:
Zenoss start blocked at : createdatabase
cloud stack
2013-03-04 09:43:19 UTC
Permalink
cloud stack [http://community.zenoss.org/people/cloudstack] created the discussion

"Zenoss start blocked at : createdatabase"

To view the discussion, visit: http://community.zenoss.org/message/72258#72258

--------------------------------------------------------------
hi, all

I am not a new zenoss user , but I was not successful deploy zenoss 4.2.3 on my new server :

I use core-autodeploy.sh  to deploy zenoss server  on centos 6.3 .



the error info as below:
----------------------------------------begin
/etc/init.d/zenoss start
Zenoss not initialized.  Performing first-boot initialization...
Fresh install pre steps
Checking RRDtool version >= 1.4.7: [ OK ] 1.4.7
Dropping database: zodb_session
Creating database: zodb_session
Applying schema version: 1
-----------------------------------------end

Zenoss block at : Applying schema version : 1 .

if I use Ctrl+c interrupt  , I can trace the source into /opt/zenoss/bin/zeneventserver-create-db .

----------------------------------------- begin
        if options.force:
            print 'Dropping database: %s' % options.dbname
            migrator.dropDatabase()
        print 'Creating database: %s' % options.dbname
        migrator.createDatabase()  # BLOCKED HERE BLOCKED HERE BLOCKED HERE BLOCKED HERE BBLOCKED HERE
        migrator.initializeDatabase()
        current_version = migrator.getSchemaVersion()
        log.debug('Current schema version: %d', current_version)

------------------------------------------- end



I had try for half a day , so I have to come here for your kindly help.
--------------------------------------------------------------

Reply to this message by replying to this email -or- go to the discussion on Zenoss Community
[http://community.zenoss.org/message/72258#72258]

Start a new discussion in zenoss-users by email
[discussions-community-forums-zenoss--***@community.zenoss.org] -or- at Zenoss Community
[http://community.zenoss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2003]
Loading...