The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Creating a shared folder(remotely) using NFS for rapidminer servers
RaviSwamyAptus
Member Posts: 7 Contributor II
in Help
Hello,
We are creating a shared folder through NFS in one system and accessing the rapidminer-server-home directory of two rapidminer-servers installed on two different systems.
We are able to access the content of rapidminer-server-home directory of individual rapidminer-servers but concurrent access to the content of both server's home directory is not happening(the content of one server home directory is getting overwritten with the other).
Could anyone help us, why this is so and is this implementation is actually possible?
0
Best Answer
-
BalazsBarany Administrator, Moderator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert Posts: 955 UnicornHi,
without being a developer: I'm quite sure that this setup is not supported. RM Server expects to have exclusive access to its home directory and it caches a lot of things for best performance. You'll have a corrupted home directory sooner or later if you do this.
What kind of problem are you trying to solve?
Regards,
Balázs0
Answers
The problem we wanted to solve is creating a shared folder containing the files of both home directory of rapidminer server, so that if some process in server A wants to access the data stored in repository of server B, it can easily access it through the shared folder.
Thanks and regards
Ravi
The repository folder is itself not present in the home folder of rapidminer rather it's path is "rapidminer-server/rapidminer-server-9.5.2/modules/system/layers/base/org/jboss/osgi/repository" which we are not sharing. So, there is no question of putting it outside the home directory.
Thanks and regards,
Ravi