Difference between revisions of "Install Truxton"
Jump to navigation
Jump to search
| Line 38: | Line 38: | ||
* Share the Depot folder. The resulting share name will be something like <code>\\TruxServer\Depot</code> | * Share the Depot folder. The resulting share name will be something like <code>\\TruxServer\Depot</code> | ||
* Set the <code>[[Default_ETL_Options|depotshare]]</code> setting to contain the name of the share of the depot folder | * Set the <code>[[Default_ETL_Options|depotshare]]</code> setting to contain the name of the share of the depot folder | ||
| + | * Restart the [[Truxton Service|Truxton]] service | ||
| + | * Modify the existing entries in the <code><nowiki>[</nowiki>[[Depot Table|Depot]]<nowiki>]</nowiki></code> table to have the <code>URI</code> column contain the correct location.<source lang="SQL">UPDATE "Depot" | ||
| + | SET "URI" = REPLACE( "URI", '\\Machine\Share\', '\\TruxServer\Depot\') | ||
| + | WHERE "URI" LIKE '\\\\Machine%'</source> | ||
| + | ** [[Useful_SQL_Queries#Change_Depot_URI|Here's]] the SQL to change the URI | ||
| + | ** You can also [[Useful_SQL_Queries#Change_Depot_Path|change the depot path]] if need be. | ||
===Client=== | ===Client=== | ||
Revision as of 08:16, 2 August 2023
Contents
Description
There are several different installations of Truxton.
Standalone Install
From the root of the ISO folder, run Truxton_Installer.exe and accept the defaults.
The database will be running on this machine.
The depot files will be stored on a folder on this machine.
This is much like a single machine install.
Client Server Install
This installation is where you have a database server and depot folders are shared.
New Install
Server
From the root of the ISO folder, run Truxton_Installer.exe and customize it to:
- Put the database onto an SSD drive
- Put the depot files into folder in storage
Customize the install by:
- Share the Depot folder. The resulting share name will be something like
\\TruxServer\Depot - Edit TruxtonSettings.xml to:
- Set the
hashsetdirsetting to point to a folder on an SSD and move the NSRL hashset there - Set the
depotsharesetting to contain the name of the share of the depot folder - Restart the Truxton service
- Set the
Client
- Run the
Truxton_Analyst_4.3.0.30731.exeinstaller. - Run the Analyst desktop and change the database connection to point to the server.
- If you want the client to be unable to load data into Truxton:
Existing Install
Server
If you are converting a stand-alone installation of Truxton to be a server, you will have to modify a few things.
- Stop the Truxton service
- Share the Depot folder. The resulting share name will be something like
\\TruxServer\Depot - Set the
depotsharesetting to contain the name of the share of the depot folder - Restart the Truxton service
- Modify the existing entries in the
[Depot]table to have theURIcolumn contain the correct location.UPDATE "Depot" SET "URI" = REPLACE( "URI", '\\Machine\Share\', '\\TruxServer\Depot\') WHERE "URI" LIKE '\\\\Machine%'
- Here's the SQL to change the URI
- You can also change the depot path if need be.
Client
- Run the
Truxton_Analyst_4.3.0.30731.exeinstaller. - Run the Analyst desktop and change the database connection to point to the server.
- If you want the client to be unable to load data into Truxton: