Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CUBRIDMAN-235] CUBRID_TMP description #537

Merged

Conversation

kisoo-han
Copy link
Contributor

@kisoo-han kisoo-han commented Aug 22, 2024

http://jira.cubrid.org/browse/CUBRIDMAN-235

Description

  • 현재의 매뉴얼은 CUBRID_TMP 환경 변수를 Linux에서의 UNIX Domain Socket을 생성하는 것에 초점을 맞추어 기술되어 있다.
  • 여기에 더해서, 이 환경 변수가 설정된 경우 텍스트형 임시 파일의 생성 위치도 변경되는데 이 부분을 수정할 필요가 있다.

ko/env.rst Show resolved Hide resolved
@kisoo-han kisoo-han requested a review from hgryoo August 22, 2024 03:41
ko/env.rst Outdated Show resolved Hide resolved
Co-authored-by: Mike MyungHwan Oh <[email protected]>
en/env.rst Outdated Show resolved Hide resolved
Co-authored-by: Mike MyungHwan Oh <[email protected]>
en/env.rst Outdated Show resolved Hide resolved
en/env.rst Outdated Show resolved Hide resolved
@kisoo-han kisoo-han merged commit 4a4cae3 into CUBRID:develop Aug 27, 2024
2 checks passed
@kisoo-han kisoo-han deleted the CUBRIDMAN-235-CUBRID_TMP-env-variable branch August 27, 2024 03:46
@@ -21,18 +21,23 @@ CUBRID 환경 변수
* CUBRID Manager 사용자는 DB 서버 노드의 **CUBRID_MSG_LANG** 환경 변수를 **en_US** 로 설정해야만 데이터베이스 관련 작업 이후 출력되는 메시지를 정상적으로 확인할 수 있다. **CUBRID_MSG_LANG** 환경 변수가 **en_US** 가 아닌 경우 메시지는 비정상적으로 출력되지만 데이터베이스의 작업은 정상적으로 실행된다.
* 변경한 **CUBRID_MSG_LANG** 을 적용하려면 DB 서버 노드의 CUBRID 시스템이 반드시 재시작(cubrid service stop; cubrid service start)되어야 한다.

* **CUBRID_TMP**: Linux용 CUBRID에서 유닉스 도메인 소켓 파일을 저장하는 위치를 지정하는 환경 변수로, 지정하지 않으면 프로세스에 따라 다음의 디렉터리에 유닉스 도메인 소켓 파일을 저장한다 (Windows용 CUBRID에서는 사용되지 않는다).
* **CUBRID_TMP**: CUBRID DBMS를 구동에 필요한 임시 파일을 저장하기 위한 디렉터리를 설정하는 환경 변수이다. 임시 파일은 텍스트형과 프로세스간 통신을 위한 UNIX 도메인 소켓의 두 종류가 있다. 이 환경 변수가 설정된 경우 임시 파일은 환경 변수에 지정된 디렉터리에 생성된다.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
* **CUBRID_TMP**: CUBRID DBMS를 구동에 필요한 임시 파일을 저장하기 위한 디렉터리를 설정하는 환경 변수이다. 임시 파일은 텍스트형과 프로세스간 통신을 위한 UNIX 도메인 소켓의 두 종류가 있다. 이 환경 변수가 설정된 경우 임시 파일은 환경 변수에 지정된 디렉터리에 생성된다.
* **CUBRID_TMP**: CUBRID DBMS 구동에 필요한 임시 파일을 저장하기 위한 디렉터리를 설정하는 환경 변수이다. 임시 파일은 텍스트형과 프로세스간 통신을 위한 UNIX 도메인 소켓의 두 종류가 있다. 이 환경 변수가 설정된 경우 임시 파일은 환경 변수에 지정된 디렉터리에 생성된다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants