Powered By

Free XML Skins for Blogger

Powered by Blogger

Friday, January 2, 2009

Checking the Hardware and Operating System of the Host System for SAP R/3

Using the R/3 Program sappfpar, you can check the profile of an application server and the hardware resources of the host.

Under UNIX, use the following syntax:

/usr/sap//SYS/exe/run/sappfpar check pf=/usr/sap//SYS/profile/ nr= name= | more

Under OS/400, use the following syntax:

call pgm(sappfpar) parm( 'check' 'pf=/usr/sap//SYS/profile/' 'nr=' 'name=')

Here, Profile name is the profile name used by the corresponding application server. Program sappfpar is in the kernel library.

If you work with the Maintain Profile function (Transaction RZ10) in the Computing Center Management System, you can begin the error check using the function Check in the initial screen.

No comments:

Archives