Recreating the default site after it was deleted

If replication is enabled when sites are deleted from the IBM® Sametime® Video Manager's solidDB® database, the entire table is deleted, including the default site. The default site is required for supporting audio/video calls, so you must recreate it.

Procedure

Complete the following steps to recreate the default site in the solidDB table.
  1. Log in to the Video Manager Server as root.
  2. Run the following solsql commands to create a record for the default site.
    solsql admin admin
    
    INSERT INTO "PROXIAS"."ADMIN"."SITE" VALUES('__internet_vpn_site_id','Internet/VPN','Internet Placeholder',NULL,NULL,NULL,'Internet','0',NULL,NULL,NULL,NULL,'0','0','None','None',NULL,NULL,
    NULL,'0','H323Firewall',NULL,NULL,'SIPFirewall',NULL,NULL,NULL,NULL,'0',NULL,NULL,NULL,NULL);
    
    commit work;