Skip to main content
12-Amethyst
February 14, 2025
Solved

HA /ThingworxStorage/extensions

  • February 14, 2025
  • 2 replies
  • 772 views

Hi

 

Want to deploy TWX in HA on RedHat 9

I have an NFS share for /ThingworxStorage/, accessible form 2x TWX servers.

 

In TWX Help Center 9.6 the following statement:

/ThingworxStorage/extensions folder must not be shared in the HA environment.

 

Any recommendations on how to achieve this?

I'm unable to find a setting in platform-settings.json to specify a new location for this folder "/ThingworxStorage/extensions" 

 

Thank you.

 

Best answer by smainente

Hello,

You cannot specify a different location for the /ThingworxStorage/extensions folder in the platform-settings.json file.

On Linux, you can have nested mount points. There are various techniques to achieve this, including plain mounts, bind mounts, and symlinks (though symlinks are not mounts).

2 replies

24-Ruby III
February 15, 2025
smainente16-PearlAnswer
16-Pearl
February 17, 2025

Hello,

You cannot specify a different location for the /ThingworxStorage/extensions folder in the platform-settings.json file.

On Linux, you can have nested mount points. There are various techniques to achieve this, including plain mounts, bind mounts, and symlinks (though symlinks are not mounts).

ndupreez12-AmethystAuthor
12-Amethyst
February 18, 2025

Thank you, Sir.