Table of Contents |
---|
Guidelines
The XTM Cloud application's default installation catalog is placed in main OS root tree: /xtm. In some cases, the installation path may might be different, so in order to find the xtm XTM Cloud application folder, you can use the basic find find command, for example: find / -type d -name "xtm".
In this particular case, we search the whole OS tree, searching looking for directory named xtm – a directory called xtm – this command may show might produce a few results, but the folder highest in the tree is the one we are searching for.A sample
Sample output
...
for the above command:
/xtm /xtm/xtm /xtm/xtm/db-upgrade/tables/tm/xtm /servers/files/db-upgrade/tables/tm/xtm /servers/files/installer/base/xtm /servers/files/installer/xtm /servers/installer/base/xtm /servers/installer/xtm |
2. When we find the main XTM folder, we can check what is inside.A sample
Sample output
...
for the ls -alhr --group-directories-first /xtm command:
...
Note |
---|
IMPORTANT! There are some files and directories, but the most important ones are: xtm, webapps, bin, conf. Messing around with Making invalid changes to files in this these folders will corrupt your XTM Cloud installation and the application itself, so , please, be be very careful with any changes made in this directory! |
3. There is also the /servers folder servers folder in the OS root tree , which contains of a few folders.A sample
Sample output
...
for the ls -alh --group-directories-first /servers command:
...
Here we can find the concatenated log directory, installer/updater files and each service's own configuration files, logs, etcamong others.