Once Xinet is licensed on your Dedicated DB Server, a limited number of Administration tabs specific to the Venture database are available. For details on the options available in this view, see Xinet Statistics and Database Operations — the Database, Admin subtab.Note: The database daemon (dblogd(8)) will run on the main Xinet Server, not on the Dedicated DB Server, so the Dedicated DB Server cannot run independently of the Xinet Administration server.
1. Install the Xinet Administration software on your Dedicated DB Server
2. Launch Xinet on your Dedicated DB Server and click License > License > Send License Request.
3. Fill out the form to submit a request for a Venture license for your Dedicated DB Server.Note: Remember to place a check mark in the Database Server only field to indicate a Venture license is required.Next, as an Administrator, start the database manager (dbmgr) on your Dedicated DB Server and migrate the Venture database from your main Xinet Administration server.
• IMPORTANT: If this is a new Xinet installation on both the Xinet server and your dedicated database server, DO NOT STOP the database.
3. Establish where and when the latest backup is located. On the Xinet Administration view, click Database > Admin > Backup to review the details. Click Full Backup to generate a backup and copy it to your Dedicated DB Server.# /usr/etc/venture/bin/dbmgr -remotemysqld <IP address or host name of the Dedicated DB Server>
• Run the listdir program to verify if the contents displayed in the Portal browser are up-to-date in the Venture database.
• Run the database daemon (dblogd(8)) to stop and restart the database. Once restarted, the database daemon checks for changes and updates the Venture database.
• Run the program syncvoltodb with no flags to manually synchronize file information in the Venture database.
What happens when the webbdlogs is running on the Xinet Administration Server while migrating the Venture database? The webdblog continues to be processed by the Database Daemon (dblogd(8). Once the dbmgr -remotemysql command is run, the webdblog entries are processed and entered into the database on the Dedicated DB Server instead of the main Xinet Administration Server. Why isn’t mysqld running on the Xinet Administration Server? After the Venture database migration is completed, mysgld will only run on the database server. Open the my.cnf and locate the following code:a. On the Xinet Administration Server, in a command-line, change directory to /usr/etc/venture/var/ and open my.cnfb. Remove the "host" and "protocol" lines from the [client] section.d. Save the my.cnf file.
5. Remove the pointer to the Mysql Host on the Dedicated DB Server.a. On the Xinet Administration Server, open /var/adm/webnative/dblogd.conf.Windows: c:/Program Files (x86)/Xinet/WebNative/Admin/dblogd.confUnix: /var/adm/webnative/dblogd.confb. Remove the Mysql Host line.a. On the Administration Server, first create a new folder to put the backup database file from your Dedicated DB Server. Click Databases > Admin > Backup and click Edit for the Backup Location. Click Create Folder, specify a new folder name, and click Set Directory.b. Copy the backup database file created in Step 3. from the Dedicated DB Server to the Xinet Administration Server putting it in the location created in Step a. The backup file uses the following naming convention: wnv_fullbackup.<DATE>.c. Restore the database on the Xinet Administration Server. With each full backup, Xinet includes a restoration script. In a command-line, on your Xinet Administration Server, run the following:
# RESTORE_FULL
The database will start automatically when this script is run.Note: You can create a new database, on the Administration Server, by running the /usr/etc/webnative/configure.apache script which extracts information from your stored assets. Note, this will take some time to complete if you have a large number of assets in your database.