SAP常用参数
path: /usr/sap/PRD/SYS/profile
profile: PRD_DVEBMGS00_sapapp
如果您想查看所有的參數及當前設定,可使用SA38
執行程序 RSPARAM
修改附加配置
T-CODE:RZ10
進行SAP系統參數的設置,設置后需激活參數并重啟SAP實例,配置參數才會生效
login/system_client??登錄時默認的Client號
login/password_expiration_time??密碼有效期
login/fails_to_user_lock? ?密碼輸錯多少次后鎖定
login/failed_user_auto_unlock??用戶失效后多長時間解鎖
rdisp/mshost? ?狀態欄中顯示的系統名稱
rdisp/rfc_use_quotas??是否激活配額資源分配,0是關閉,1是啟用.以下相關限制必須這個為1時才生效.
rdisp/gui_auto_logout 表示如果客戶在指定時間內沒有進行任何操作,則會自動退出SAP系統。時間為秒
rdisp/max_wprun_time? ?程序運行的最長時間限制
rdisp/rfc_max_login? ?最大SAP用戶登錄數
login/disable_multi_gui_login??限制用戶多次登錄,該參數可以設置同個client?同個用戶ID可以允許同時登錄幾個,當設為1時,系統將提示用戶選擇: 'Terminate the Current Sessions' or 'Terminate this Login.' ,以達到保證只允許一個登錄.
rdisp/tm_max_no? ?這個參數是限制每個實例最大的用戶數,默認是200個.
rdisp/rfc_max_own_login? ?一個程序在一個服務器?上允許分配的RFC資源個數,也就是同時能運行多少個.默認值25.
rdisp/rfc_min_wait_dia_wp 設置RFC保留的會話設置,
rdisp/wp_no_dia? ?在一個實例中處理的會話數目,如果設置為10,rdisp/rfc_min_wait_dia_wp=3
?則可用的會話處理是7,3個被保留
rdisp/rfc_max_own_used_wp
rdisp/rfc_max_comm_entries
rdisp/rfc_max_wait_time
rdisp/btctime SAP調度器(SAYMSSY2),定期自動運行,由這個參數指定運行時間間隔。
rdisp/btcname 事件觸發后運行envent scheduler 主機名稱
rspo/store_location 文件存儲位置(假脫機)
wdisp/server_info_location? ?the default is /msgserver/text/logon.The URL to retrieve the list? ?is determined this parameter
rdisp/mshost??信息服務器設置
ms/http_port??http服務端口
auth/new_buffering to??該參數設為4,權限的修改將立即起作用,不用用戶重新登錄. Note 209899.
系統性能參數調整類:
SAP 描述文件參數
參數? ?建議值
abap/use_paging ? ?建議值:0(關閉)使用:重新激活舊的 ABAP/4 分頁系統獲得清單和簡單表格類型。
abap/heaplimit ? ?建議值:20000000(20MB)使用:用戶環境完成處理后,重新啟動一個工作進程來釋放局部私有存儲。
abap/heap_area_total ? ?建議值:500000000(500MB)使用:設置 SAP 應用程序服務器可以使用的進程局部存儲限制。對服務器的使用或交換空間設置限制。
em/initial_size_MB ? ?建議值:250(250 MB,每個用戶五 MB)使用:SAP 共享內存的大小。
em/stat_log_size_Mb ? ?建議值:20使用:統計。
em/stat_log_size_timeout ? ?建議值:600使用:統計。
rdisp/ROLL_MAXFS ? ?建議值:32768使用:滾動文件的最大規模。
rdisp/ROLL_SHM ? ?建議值:4096 使用:滾動緩沖區大小。
rdisp/PG_MAXFS ? ?建議值:32768使用:ABAP/4 分頁文件的最大規模。
rdisp/PG_SHM ? ?建議值:0使用:分頁緩沖區大小。
ztta/roll_area:滾動區域 ? ?建議值:1000000 (1 million bytes)使用:滾動區域大小。
T-CODE:RZ11
修改運行中實例的參數,修改完馬上生效,不用重啟實例。重啟實例,參數修改失效.有部分參數你會發現,進入RZ11后發現只能查看不能修改,一種原因是這個參數不在RZ10中存在,如果排除這個原因,其他的原因我也不清楚。
1?Authorizationupdates completed without loggingoff
auth/new_buffering to?該參數設為4,權限的修改將立即起作用,不用用戶重新登錄. 如果有其他疑問請查閱note209899.
2?Preventing multipledialog user logons
login/disable_multi_gui_login該參數可以設置同個client同個用戶ID可以允許同時登錄幾個,當設為1時,系統將提示用戶選擇: 'Terminate theCurrent Sessions' or 'Terminate this Login.',以達到保證只允許一個登錄.
3Profile Parameters for Logon andPassword (Login Parameters)
To make the parametersglobally effective in an?SAP?System (system profileparameters), set them in the default system profile DEFAULT.PFL.However, to make them instance-specific, you must set them in theprofiles of each application?server?in your SAPSystem.
?
| Parameter | Description |
| login/min_password_lng | Defines the minimum length of the password. Default value: 3; permissible values: 3 – 40 Until SAP NetWeaver 6.40 (inclusive), up to 8characters. |
| login/min_password_digits | Defines the minimum number of digits (0-9) in passwords. Default value: 0; permissible values: 0 – 40 Available as of SAP Web AS 6.10 (Until SAP NetWeaver 6.40(inclusive), up to 8 characters.) |
| login/min_password_letters | Defines the minimum number of letters (A-Z) inpasswords. Default value: 0; permissible values: 0 – 40 Available as of SAP Web AS 6.10 (Until SAP NetWeaver 6.40(inclusive), up to 8 characters.) |
| login/min_password_specials | Defines the minimum number of special characters in thepassword Permissible special characters are, in particular, !"@$%&/()=?'`*+~#-_.,;:{[]}<>|and space After SAP NetWeaver 6.40, all characters that are not lettersor digits are regarded as special characters. Default value: 0; permissible values: 0 – 40 Available as of SAP Web AS 6.10 (Until SAP NetWeaver 6.40(inclusive), up to 8 characters.) |
| login/password_charset | This parameter defines the characters of which a password canconsist. Permissible values: ·???????0(restrictive):The password can only consist of digits, letters, and the following(ASCII) special characters :!"@$%&/()=?'`*+~#-_.,;:{[]}<>|and space ·???????1(backward compatible, default value): The password can consist ofany characters including national special characters (such as ?, ?,? from ISO Latin-1, 8859-1). However, all characters that are notcontained in the set above (for value = 0) are mapped to the samespecial character, and the system therefore does not differentiatebetween them. ·???????2(not backward compatible): The password can consist of anycharacters. It is converted internally into the Unicode formatUTF-8. If your system does not support Unicode, you may not be ableto enter all characters on the logon screen. This restriction islimited by the codepage specified by the systemlanguage. Withlogin/password_charset = 2, passwords arestored in a format that systems with older kernels cannotinterpret. You must therefore only set the profile parameter to thevalue 2 after you have ensured that all systems involved supportthe new password coding. Available in the standard system as of SAP Web AS 6.40. |
| login/min_password_diff | Defines the minimum number of characters that must bedifferent in the new password compared to the old password. Default value: 1; permissible values: 1 – 40 Available as of SAP Web AS 6.10 (Until SAP NetWeaver 6.40(inclusive), up to 8 characters.) |
| login/password_expiration_time | Defines the validity period of passwords in days. Default value: 0; permissible values: 0 -1000 |
| login/password_change_for_SSO | If the user logs on with Single Sign-On, checks whether theuser must change his or her password. Available as of SAP Web AS 6.10, as of SAP Basis 4.6 bySupport Package |
| login/disable_password_logon | Controls the deactivation of password-based logon This means that the user can no longer log on using apassword, but only with Single Sign-On variants (X.509 certificate,logon ticket). SeeLogonData?Tab Page Available as of SAP Web AS 6.10, as of SAP Basis 4.6 bySupport Package |
| login/password_logon_usergroup | Controls the deactivation of password-based logon for usergroups Available as of SAP Web AS 6.10, as of SAP Basis 4.6 bySupport Package |
| login/min_password_lowercase | Specifies how many characters in lower-case letters a passwordmust contain. Permissible values: 0 – 40; default value 0 Available after SAP NetWeaver 6.40 |
| login/min_password_uppercase | Specifies how many characters in upper-case letters a passwordmust contain. Permissible values: 0 – 40; default value 0 Available after SAP NetWeaver 6.40 |
| login/password_history_size | Specifies the number of passwords (chosen by the user, not theadministrator) that the system stores and that the user cannot useagain. Permissible values: 1 – 100 (unit: number of entries); defaultvalue 5 Available after SAP NetWeaver 6.40 |
| login/password_downwards_compatibility | Specifies the degree of backward compatibility to be achieved.The default value is 1, where the values have the followingmeaning: 0 Withlogin/password_downwards_compatibility=0,passwords are stored in a format that systems with older kernelscannot interpret. The system only generates new (backwardincompatible) password hash values. 1 The system also generates backward compatible password hashvalues internally, but does not evaluate these for password-basedlogons (to its own system). This setting is required, if thissystem is used as the central system of a Central UserAdministration that systems that only support backward compatiblepassword hash values are also connected to the system group. 2 The system also generates backward compatible password hashvalues internally, which it evaluates if a logon with the new,non-backward compatible password failed. In this way, the systemchecks whether the logon would have been accepted with the backwardcompatible password (truncated after eight characters, andconverted to upper-case). This is recorded in the system log. Thelogon fails. This setting is to allow the identification ofbackward incompatibility problems. 3 As with 2, but the logon is regarded as successful. Thissetting is to allow the avoidance of backward incompatibilityproblems. 4 As with 3, but no entry is created in the system log. 5 Full backward compatibility: the system only creates backwardcompatible password hash values. Available after SAP NetWeaver 6.40 |
| login/password_change_waittime | Specifies the number of days that a user must wait beforechanging the password again. Permissible values: 1 – 1,000 (unit: days); default value1 Available after SAP NetWeaver 6.40 |
| login/password_compliance_to_current_policy | Permissible values: 0 – no check; 1 – the system checks duringpassword logon whether the current password complies with thecurrent password rules and forces a password change if this is notthe case. Default value: 0 Available after SAP NetWeaver 6.40 |
| login/password_max_idle_productive | Specifies the maximum period for which a productive password(a password chosen by the user) remains valid if it is not used.After this period has expired, the password can no longer be usedfor authentication. The user administrator can reactivatepassword-based logon by assigning a new initial password. Permissible values: 0 – 24,000 (unit: days); Default value 0,that is, the check is deactivated Available after SAP NetWeaver 6.40 |
| login/password_max_idle_initial | Specifies the maximum period for which an initial password (apassword chosen by the administrator) remains valid if it is notused. After this period has expired, the password can no longer beused for authentication. The user administrator can reactivatepassword-based logon by assigning a new initial password. This parameter replaces the profileparameterslogin/password_max_new_validandlogin/password_max_reset_valid. Permissible values: 0 – 24,000 (unit: days); Default value 0,that is, the check is deactivated Available after SAP NetWeaver 6.40 |
| login/password_max_new_valid | Defines the validity period of passwords for newly createdusers. Only available in SAP Web Application Server 6.20 and6.40. |
| login/password_max_reset_valid | Defines the validity period of reset passwords. Only available in SAP Web Application Server 6.20 and6.40. |
?
Multiple Logon?
| Parameter | Description |
| login/disable_multi_gui_login | Controls the deactivation of multiple dialog logons Available as of SAP Basis 4.6 |
| login/multi_login_users | List of excepted users (multiple logon) Available as of SAP Basis 4.6 |
?
Incorrect Logon?
| Parameter | Description |
| login/fails_to_session_end | Defines the number of unsuccessful logon attempts before thesystem does not allow any more logon attempts. The parameter is tobe set to a value lower than the value of parameterlogin/fails_to_user_lock. Default value: 3; permissible values: 1 -99 |
| login/fails_to_user_lock | Defines the number of unsuccessful logon attempts before thesystem locks the user. By default, the lock applies untilmidnight. Default value: 12; permissible values: 1 -99 |
| login/failed_user_auto_unlock | Defines whether user locks due to unsuccessful logon attemptsshould be automatically removed at midnight. Default value: 1 (Lock applies only on same day); permissiblevalues: 0, 1 |
?
SSO Logon Ticket?
| Parameter | Description |
| login/accept_sso2_ticket | Allows or locks the logon using SSO ticket. Available as of SAP Basis 4.6D, as of SAP Basis 4.0 by SupportPackage |
| login/create_sso2_ticket | Allows the creation of SSO tickets. Available as of SAP Basis 4.6D |
| login/ticket_expiration_time | Defines the validity period of an SSO ticket. Available as of SAP Basis 4.6D |
| login/ticket_only_by_https | The logon ticket is only transferred using HTTP(S). Available as of SAP Basis 4.6D |
| login/ticket_only_to_host | When logging on over HTTP(S), sends theticketonlyto the server that created theticket. Available as of SAP Basis 4.6D |
?
Other Login Parameters?
| Parameter | Description |
| login/disable_cpic | Refuse inbound connections of type CPIC |
| login/no_automatic_user_sapstar | Controls the emergency user SAP* (SAP Notes 2383 and68048) |
| login/system_client | Specifies the default client. This client is automaticallyfilled in on the system logon screen. Users can type in a differentclient. |
| login/update_logon_timestamp | Specifies the exactness of the logon timestamp. Available as of SAP Basis 4.6 |
?
Other User Parameters?
| Parameter | Description |
| rdisp/gui_auto_logout | Defines the maximum idle time for a user in seconds (appliesonly for SAP GUI connections). Default value: 0 (no restriction); permissible values: anynumerical value |
總結
- 上一篇: SAP SD之定价
- 下一篇: 2013校作息时间表暂存