Problem Note 66616: The node.lua file located in tenant CAS environments contains an incorrect path
The node.lua file that resides in the /opt/sas/tenant/config/etc/cas/default/ folder contains the following line:
config_loc = env.CAS_HOME .. '/../../config/etc/cas/' .. deployment_instance
This line evaluates to /opt/sas/viya/config/etc/cas/default, which is not correct for tenant CAS configurations, such as /opt/sas/mytenant/config/etc/cas/default.
Because of this behavior, options added to node_usermods.lua in a tenant CAS configuration do not take effect.
To work around the problem, change the line in the node.lua file to the following:
config_loc=current_dir
Then, restart the tenant CAS server.
Click the Hot Fix tab in this note for a link to instructions about accessing and applying the software update.
Operating System and Release Information
SAS System | SAS Viya | Linux for x64 | 3.5 | | Viya | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2020-09-09 11:59:19 |
Date Created: | 2020-09-09 11:41:01 |