반응형

1. Profile 이란?

  - SAP Profiles are operating system files that contain instance configuration information.
    SAP profile은 인스턴스 정보를 가지고 있는 운영 시스템 파일이다.

  - SAP system can consist of one or more instances. Individual configuration parameters can be customized to the requirements of each instance.
     SAP 시스템은 하나 이상의 AP server instance로 구성되어 프로파일 내 파라미터를 필요에 따라 구성 할 수 있다.

  - There are 3 types of profiles in SAP
    SAP에는 아래와 같이 세가지 종류의 프로파일이 있다. ( 이번 포스팅에서는 Default / Instance profile에 대해 다룰 예정 )

  • Start profile
  • Default profile ( i.e DEFAULT.PFL - 일반적으로 시스템 프로파일로 불린다.)
  • Instance profile

2. DEFAULT.PFL

  - This profile exists uniquely in an SAP R/3 system. It means if there are 5 application servers in an SAP system, even then there will be only one DEFAULT.PFL file.
    해당 프로파일은 시스템 상에 고유하게 존재하며, 여러개의 AP 서버가 존재하더라도 오직 하나의 DEFAULT.PEL을 가진다.

  - It contain system-wide settings which include
    해당 프로파일은 아래와 같은 시스템의 전반적인 세팅 정보를 가진다.

  • Name of the SAP system
  • The database system
  • Name of the enqueue server

  - Each SAP R/3 instance to be started reads this profile first. The information specified in this profile is very vital for the functioning of the SAP system.
     각각의 SAP instance는 기동시 해당 프로파일을 우선적으로 읽는다. 해당 프로파일에 설정된 정보는 SAP 시스템에 필수적인 역할을 한다.

3. Instance profile

-  Instance profile is specific to an instance. if there are 5 application server, each will have profile with the setting specific to an instance.
    인스턴스 프로파일은 각 인스턴스별로 가지게 된다. 만약 5개의 어플리케이션 서버를 가진다면, 각각의 설정은 자신의 인스턴스 파일을 따라간다.

  - The runtime environment of the instance is configured in the instance profile.
     인스턴스 프로파일은 각 인스턴스의 런타임 환경에 대해 정의한다.

  - In Instance profile parameters specific to an instance can be set like auto_gui_logout_time, number of work process, etc
    인스턴스 프로파일에 명시된 파라미터를 통해 인스턴스 별 GUI 자동 로그아웃 시간, 워크 프로세스의 개수 제한 등등의 설정을 할 수 있다.

4. Read and Assign sequence of SAP profiles

  - SAP 시스템이 시작되는 동안 SAP profile이 읽히는 순서는 다음과 같다.

  • Start Profile -> Default Profile -> Instance Profile

  - SAP 커널 소스 코드는 시스템 표준 기본값을 가지고 있으며, 해당 값은 DEFAULT.PFL에 의해 Overwrite 되고, 다시 Instance profile에 의해 한번 더 정의된다.

 

 

🙋‍♂️ 궁금한 점이나 잘못된 내용을 댓글로 적어주시면 감사하겠습니다 !!

반응형

'SAP > BC' 카테고리의 다른 글

# [SAP] SAP Router  (0) 2023.02.01
# [SAP] Logon User - SM04 & AL08  (0) 2023.01.30
# [SAP] SAP Process Memory Allocation  (0) 2023.01.10
# [SAP] SAP User Type  (0) 2023.01.09
# [SAP] SAP SYSTEM  (2) 2023.01.04

+ Recent posts