Davide, Yes, you can query the data in the Cassandra databases on the homestead and homer nodes using the "cassandra-cli" tool. If the problem is with the database contents, it will almost certainly be with the homestead database - missing data from the homer database doesn't matter for registration.
On homestead, once you're in cassandra-cli, type "use homestead_cache ;" and then "list impi;" and "list impu;". * For "list impi;", you should see a list of rows named by the private user ID (the SIP URI with the "sip:" prefix stripped) and each should have an _exists column, a digest_ha1 column and a public_id_<SIP URI> column. * For "list impu;", you should see a list of rows named by the public user ID (the full SIP URI) and each should have an _exists column and an ims_subscription_xml column. Please check that these are present. If not, please retry provisioning and let me know any errors you see. If the rows and columns are all present, I think you'd be best to check the bono, sprout and homestead logs, as described in https://github.com/Metaswitch/clearwater-docs/wiki/Troubleshooting-and-Recovery. If you need help with this, please let me know. Incidentally, have you successfully created and registered a subscriber through ellis? If not, I'd suggest doing this first - this is simpler so we can check that's working before moving to bulk-provisioning. BTW, I notice you're not subscribed to the mailing list (http://lists.projectclearwater.org/listinfo/clearwater) - I'd suggest subscribing so that you can see other Thanks, Matt From: [email protected] [mailto:[email protected]] On Behalf Of Davide Cherubini Sent: 30 October 2013 13:53 To: [email protected] Subject: [Clearwater] bulk provisioning Hi, I am trying to use the bulk provisioning 'recipe' in https://github.com/Metaswitch/crest/blob/dev/docs/Bulk-Provisioning%20Numbers.md but my clients don't register. Is there any way to check that users have been correctly provisioned to homer and homestead? Thanks, Davide
_______________________________________________ Clearwater mailing list [email protected] http://lists.projectclearwater.org/listinfo/clearwater
