Problem Note 62065: The SAS® Viya® sas-viya-all-services command always indicates that sas-viya-vault-default is DOWN if the operating system locale is set to ja_JP.utf8
Overview
When you are running SAS Viya in a Red Hat Enterprise Linux 7 operating environment, the service sas-viya-all-services status command might not correctly show the status of sas-viya-vault-default. Specifically, if the operating system locale is set to ja_JP.utf8, the service sas-viya-all-services status command always indicates that sas-viya-vault-default is DOWN. The status is shown as DOWN even if sas-viya-vault-default is up and running. If you run service sas-viya-vault-default status instead, the status is correctly shown.
Workaround
-
Open the /etc/rc.d/init.d/sas-viya-all-services file for editing.
-
Locate the following line:
. /etc/profile.d/lang.sh
-
Insert export LANG=en_US.UTF-8 after that line so that the script has this content:
. /etc/profile.d/lang.sh
export LANG=en_US.UTF-8
- Save the file.
Operating System and Release Information
SAS System | SAS Viya | Linux for x64 | 3.3 | | | |
*
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.
With SAS Viya 3.3 in RHEL7, if the operating system locale is set to ja_JP.utf8, the "service sas-viya-all-services status" command always indicates that the status of sas-viya-vault-default is DOWN. The status is shown as DOWN even if sas-viya-vault-default is up and running.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2018-11-08 10:16:22 |
Date Created: | 2018-03-28 21:52:41 |