RZ10

设定一些系统参数

?
?

例如在生成table maintenance的时候

由于表格结构复杂

导致生成维护程序时

超出了默认的内存限制

这时候可以通过RZ10 修改 zzta/dynpro_area

?
?

?
?

?
?

?
?

?
?

RZ10 修改了必须重启

RZ11 只是修改当前内存中的参数

?
?

RSPFPAR

查看所有参数

?
?

Auto logout

2014年9月1日

15:56

?
?

为防止使用者长时间登入在系统中,可设定SAP的系统参数;让系统关闭超过设定连线时候的帐号。

以下的范例是使用RZ11来修改动态参数,但是这样设定参数的方式;只要系统重开後,这一个设定就会消失。

如果要设定为永久性的参数,请使用RZ10来进行修改。但使用RZ10来设定後需重新启动SAP系统,设定的参数才会生效。

执行RZ11後输入「rdisp/gui_auto_logout」参数名称;後按下显示。

画面上出现的是目前系统所使用的参数值,如果要进行修改;请点选「更改数值」。

请在「新值」栏位内输入所要修改的参数值,预设时间单位为秒,也可以使用H来代表小时。如果设定为「0」代表不会强制中断连线。

输入完成後再按下视窗下方的储存,即完成。

其他常用的参数如下:

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保留的会话设置,如果设置为10,rdisp/rfc_min_wait_dia_wp=3则可用的会话处理是7,3个被保留?

rdisp/wp_no_dia?

在一个实例中处理的会话数目

?
?

来自 <http://zhidao.baidu.com/link?url=ADwVzwfPCA2fagYZEyLCaW1Lr1r7nx6Y3zrxVBl1BwrnWyY4yneEFRMKViMXWlZblpgcYr4MNWLEY1UmSITxQ_nKBgzBszgMcRU0kxeLDTW>

?
?

SAP启动 关闭

2015年4月21日

18:15

+启动SAP系统

1、启动数据库

2、启动central instance

Path:Detail analysis menu -> OS Collector -> start

3、启动Other Instances

?
?

++SAP服务

SAPOSCOL:为SAP实例收集性能数据

SAP<sid>_<instance_no>:控制SAP实例

++用Microsoft Management Console(MMC)启动和关闭SAP系统

?
?

++启动SAP系统进程队列

\\<SAPGLOBALHOST>\sapmnt\<SID>\sys\profile

它包含实例的定义,进程的类型和数量,主要内存的大小,和其它实例参数

?
?

++检查系统是否正确启动

查看background processed(SM50)

?
?

++命令行启动SAP

syntax

startsap name=<sid> nr=<Instanz-Nr.> SAPDIAHOST=<Servername>

+关闭SAP系统

++检查以下状态:

1)检查已经登陆的用户SM04

2)后台过程SM37和批处理输入SM35

3)更新SM13

4)外部连接

?
?

++查看已经登陆的用户(AL08)

++发送系统信息通知用户SM02

?
?

++关闭顺序

1)stop dialog instance

2)stop central instance

3)stop database

++命令行关闭SAP

syntax

stopsap name=<sid> nr=<Instanz-Nr.> SAPDIAHOST=<Servername>

?
?

++MS SQL alert log path

\MSSQL\LOG\ERRORLOG.

?
?

来自 <http://blog.chinaunix.net/uid-20607558-id-1916184.html>

?
?

?
?

常用参数

2015年3月7日

9:54

?
?

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.

To display the documentation for one of the parameters,chooseTools?CCMS?Configuration?ProfileMaintenance(transaction RZ10), specify the parameter nameand chooseDisplay. On the following screen, choose theDocumentation pushbutton.

Password Checks

?
?


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

?
?

?
?

来自 <http://blog.csdn.net/trassion/article/details/7595047/>

?
?

时间: 2024-11-05 19:33:42

RZ10的相关文章

SAP 系统参数设置 RZ10 RZ11

最近在修改默认登录的client号及给新建的client开通SAP*权限时发现都是用的RZ10 事务码, 特意找出来看了下. 以下是转载: <转载> AP 系统参数设置 RZ10 RZ11 path: /usr/sap/PRD/SYS/profileprofile: PRD_DVEBMGS00_sapapp如果您想查看所有的参数及当前设定,可使用SA38执行程序 RSPARAM修改附加配置T-CODE:RZ10进行SAP系统参数的设置,设置后需激活参数并重启SAP实例,配置参数才会生效logi

【SAP】Maintain Profile Parameters (RZ10)

为防止使用者长时间登入在系统中,可设定SAP的系统参数:让系统关闭超过设定连线时候的帐号. 以下的范例是使用RZ11来修改动态参数,但是这样设定参数的方式:只要系统重开後,这一个设定就会消失. 如果要设定为永久性的参数,请使用RZ10来进行修改.但使用RZ10来设定後需重新启动SAP系统,设定的参数才会生效. 执行RZ11後输入「rdisp/gui_auto_logout」参数名称:後按下显示. 画面上出现的是目前系统所使用的参数值,如果要进行修改:请点选「更改数值」. 请在「新值」栏位内输入所

SAP系统修改参数

文章为原创,转载请联系我,欢迎交流[email protected] SAP系统有各项参数可根据实际情况做调整.如dialog进程的数量,默认登录客户端.默认登录语言等等,参数十分多,可调的空间也很大.下面介绍在GUI中怎么参数文件.(不建议直接在操作系统层面直接更改DEFAULT.PFL) T-code:rz10 如果在点击选择之后参数文件不存在,需要先导入参数文件. 导入完成后可以看到参数文件 点击"修改" 点击"新建参数"如下图: 填入需要增加的参数名称和参数

SAP Web Service简介与配置方法

p.MsoNormal { margin: 0pt; margin-bottom: .0001pt; text-align: justify; font-family: Calibri; font-size: 10.5000pt } h1 { margin-top: 17.0000pt; margin-bottom: 16.5000pt; margin-left: 0.0000pt; text-indent: 21.0000pt; page-break-after: avoid; text-al

SAP配置webdynpro完全手册

在sap下进行webdynpro开发的需要进行的配置有如下: 1.Internet Communication Manager 确认ICM中提供的HTTP/HTTPS运行正常. Tcode: SMICM -> Display service. ICM在SAP系统中应用中起着很重要的角色,HTTP请求到达ICM后,由ICM将HTTP请求转发到相应的Work process中,它还可以控制HTTP 对象的缓存等. 2. Internet Communication Framework (ICF) I

一些有用的SAP技术TCODE

Background Processing RZ01 Job Scheduling Monitor SM36 Schedule Background Job SM36WIZ Job definition wizard SM37 Overview of job selection SM37B Simple version of job selection SM37BAK Old SM37 backup SM37C Flexible version of job selection SM39 Job

安装完SAP后BASIS的配置流程

安装完SAP后BASIS配置流程 安装完SAP后,配置流程. 1.升级kernel. 2.TCD SLICENSE: License Administration install > System Num. & license key 3.TCD STMS: Transport Management System 4.DDIC登录,密码为:19920706 SU01,从用户SAP* COPY一个自己的用户. 5.安装PATCH, ADD ON: 先安装语言包,再安装patch. 6.back

自定义SAP用户密码规则

一般实施SAP的公司因为安全性问题都会启用一定规则的用户密码强度,普遍的做法是让Basis在RZ10里面给系统参数做赋值,然后重启服务来实现对所有用户的密码规则的定义.但这样的话对所有用户有效,没办法例外控制某一些特别的用户.比如老板.董事长或高管等用户,或许不需要强制规定密码长度,不需要输错几次就锁定,不需要设置密码有效期等.那么基于以上需求,该如何来实现不同用户不同的密码规则呢? 以下通过几个操作来实现: 一.创建安全策略 事务代码:SU01,选择一个用户之后,回车进入到登录数据页签: 双击

安装语言包(LANGUAGE PACKAGE)

by 枫竹丹青 一.说明 在SAP ECC 安装好后,如果是生产版本,通常只有两种语言--英语和德语.这时如需中文环境,则需定义支持的语言类型并导入语言包.如果安装的是IDES版,则系统中已包含了几十种语言包,只需设置一下配置参数就可使用中文了. 不同的SAP产品.不同的版本,对应的语言包也不相同,例如ECC 6 SR2与ECC 6 SR3的语言包就是两个不同的卷标.除SAP产品外,安装/更新某些组件包也需要安装相应的语言包. 本文示例的是安装ECC 6 SR3的语言包,安装文件的卷标为5103