Difference between revisions of "Rack Reset"
Jump to navigation
Jump to search
(Created page with "This page details how to stop, remove and free data associated with Truxton. You would do this when you want to start with a fresh install of Truxton. =U01= This machine serv...") |
|||
| Line 2: | Line 2: | ||
You would do this when you want to start with a fresh install of Truxton. | You would do this when you want to start with a fresh install of Truxton. | ||
| − | =U01= | + | Perform the following tasks to reset the rack to a virgin state. |
| + | |||
| + | =U01 - Stop the Message Bus= | ||
This machine serves as the Message Bus server, SOLR server as well as hosting singletons. | This machine serves as the Message Bus server, SOLR server as well as hosting singletons. | ||
| Line 9: | Line 11: | ||
# Stop the [[Truxton Service|ETLs]] <source lang="BAT">net stop truxton</source> | # Stop the [[Truxton Service|ETLs]] <source lang="BAT">net stop truxton</source> | ||
# Uninstall Truxton | # Uninstall Truxton | ||
| − | # Delete the | + | # Delete the files in <code>C:\ProgramData\Truxton\Settings</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U01\Logs</code> |
| − | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U01\Search</code> | |
| − | # | ||
| − | =U03= | + | =U03 - Stop the Load Database= |
This machine serves as the loading database. | This machine serves as the loading database. | ||
# Stop the [[Truxton Service|ETLs]] <source lang="BAT">net stop truxton</source> | # Stop the [[Truxton Service|ETLs]] <source lang="BAT">net stop truxton</source> | ||
# Uninstall Truxton | # Uninstall Truxton | ||
| − | # Delete the | + | # Delete the files in <code>C:\ProgramData\Truxton\Settings</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U03\Logs</code> |
| − | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U03\Search</code> | |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U03\Temp</code> |
| − | # | ||
| − | =U05= | + | =U05 - Stop Node 1= |
This machine serves as a Exploitation Node. | This machine serves as a Exploitation Node. | ||
| Line 31: | Line 31: | ||
# Uninstall Truxton | # Uninstall Truxton | ||
# Delete the configuration files in <code>C:\ProgramData\Truxton\Settings</code> | # Delete the configuration files in <code>C:\ProgramData\Truxton\Settings</code> | ||
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U05\Logs</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U05\Search</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U05\Temp</code> |
| − | =U07= | + | =U07 - Stop Node 2= |
This machine serves as a Exploitation Node. | This machine serves as a Exploitation Node. | ||
| Line 45: | Line 45: | ||
# Clear the files in <code>C:\ClusterStorage\Scratch\U07\Temp</code> | # Clear the files in <code>C:\ClusterStorage\Scratch\U07\Temp</code> | ||
| − | =U09= | + | =U09 - Stop Node 3= |
This machine serves as a Exploitation Node. | This machine serves as a Exploitation Node. | ||
| Line 51: | Line 51: | ||
# Uninstall Truxton | # Uninstall Truxton | ||
# Delete the configuration files in <code>C:\ProgramData\Truxton\Settings</code> | # Delete the configuration files in <code>C:\ProgramData\Truxton\Settings</code> | ||
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U09\Logs</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U09\Search</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U09\Temp</code> |
| − | =U11= | + | =U11 - Stop Node 4= |
This machine serves as a Exploitation Node. | This machine serves as a Exploitation Node. | ||
| Line 61: | Line 61: | ||
# Uninstall Truxton | # Uninstall Truxton | ||
# Delete the configuration files in <code>C:\ProgramData\Truxton\Settings</code> | # Delete the configuration files in <code>C:\ProgramData\Truxton\Settings</code> | ||
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U11\Logs</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U11\Search</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U11\Temp</code> |
| − | =U13= | + | =U13 - Stop Node 5= |
This machine serves as a Exploitation Node. | This machine serves as a Exploitation Node. | ||
| Line 71: | Line 71: | ||
# Uninstall Truxton | # Uninstall Truxton | ||
# Delete the configuration files in <code>C:\ProgramData\Truxton\Settings</code> | # Delete the configuration files in <code>C:\ProgramData\Truxton\Settings</code> | ||
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U13\Logs</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U13\Search</code> |
| − | # | + | # Delete the files in <code>C:\ClusterStorage\Scratch\U13\Temp</code> |
| + | |||
| + | =U01 - Clean the Message Bus= | ||
| + | Remove any outstanding messages by running <source lang="BAT">D:\ClearLocalMessageBus.bat</source> | ||
| + | |||
| + | =U03 - Clean the Load Database= | ||
| + | Remove any outstanding data by running <source lang="BAT">D:\ClearLocalDatabase.bat</source> | ||
Revision as of 07:12, 2 March 2021
This page details how to stop, remove and free data associated with Truxton. You would do this when you want to start with a fresh install of Truxton.
Perform the following tasks to reset the rack to a virgin state.
Contents
U01 - Stop the Message Bus
This machine serves as the Message Bus server, SOLR server as well as hosting singletons.
- Stop SOLR by running
D:\stopsolr.bat
- Stop the Load Status Monitor
net stop les
- Stop the ETLs
net stop truxton
- Uninstall Truxton
- Delete the files in
C:\ProgramData\Truxton\Settings - Delete the files in
C:\ClusterStorage\Scratch\U01\Logs - Delete the files in
C:\ClusterStorage\Scratch\U01\Search
U03 - Stop the Load Database
This machine serves as the loading database.
- Stop the ETLs
net stop truxton
- Uninstall Truxton
- Delete the files in
C:\ProgramData\Truxton\Settings - Delete the files in
C:\ClusterStorage\Scratch\U03\Logs - Delete the files in
C:\ClusterStorage\Scratch\U03\Search - Delete the files in
C:\ClusterStorage\Scratch\U03\Temp
U05 - Stop Node 1
This machine serves as a Exploitation Node.
- Stop the ETLs
net stop truxton
- Uninstall Truxton
- Delete the configuration files in
C:\ProgramData\Truxton\Settings - Delete the files in
C:\ClusterStorage\Scratch\U05\Logs - Delete the files in
C:\ClusterStorage\Scratch\U05\Search - Delete the files in
C:\ClusterStorage\Scratch\U05\Temp
U07 - Stop Node 2
This machine serves as a Exploitation Node.
- Stop the ETLs
net stop truxton
- Uninstall Truxton
- Delete the configuration files in
C:\ProgramData\Truxton\Settings - Clear the files in
C:\ClusterStorage\Scratch\U07\Logs - Clear the files in
C:\ClusterStorage\Scratch\U07\Search - Clear the files in
C:\ClusterStorage\Scratch\U07\Temp
U09 - Stop Node 3
This machine serves as a Exploitation Node.
- Stop the ETLs
net stop truxton
- Uninstall Truxton
- Delete the configuration files in
C:\ProgramData\Truxton\Settings - Delete the files in
C:\ClusterStorage\Scratch\U09\Logs - Delete the files in
C:\ClusterStorage\Scratch\U09\Search - Delete the files in
C:\ClusterStorage\Scratch\U09\Temp
U11 - Stop Node 4
This machine serves as a Exploitation Node.
- Stop the ETLs
net stop truxton
- Uninstall Truxton
- Delete the configuration files in
C:\ProgramData\Truxton\Settings - Delete the files in
C:\ClusterStorage\Scratch\U11\Logs - Delete the files in
C:\ClusterStorage\Scratch\U11\Search - Delete the files in
C:\ClusterStorage\Scratch\U11\Temp
U13 - Stop Node 5
This machine serves as a Exploitation Node.
- Stop the ETLs
net stop truxton
- Uninstall Truxton
- Delete the configuration files in
C:\ProgramData\Truxton\Settings - Delete the files in
C:\ClusterStorage\Scratch\U13\Logs - Delete the files in
C:\ClusterStorage\Scratch\U13\Search - Delete the files in
C:\ClusterStorage\Scratch\U13\Temp
U01 - Clean the Message Bus
Remove any outstanding messages by running
D:\ClearLocalMessageBus.bat
U03 - Clean the Load Database
Remove any outstanding data by running
D:\ClearLocalDatabase.bat