sap.sap_operations.host_info module – Collect information about installed SAP instances on the host

Note

This module is part of the sap.sap_operations collection.

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install sap.sap_operations. You need further requirements to be able to use this module, see Requirements for details.

To use it in a playbook, specify: sap.sap_operations.host_info.

New in sap.sap_operations 1.1.0

Synopsis

  • Collect information about installed SAP instances on the host

  • SAP start framework is used to collect information and perform actions from host level

Requirements

The below requirements are needed on the host that executes this module.

  • python >= 3.6

  • pyrfc >= 2.7.0

Parameters

Parameter

Comments

ca_file

path

ca_file - path to file with CA certificate to secure the communication. if not provided system CA store is used.

Required if security is set to custom

hostname

string

hostname of the SAP system, will be used to connect to SAP host agent web services

Parameters username password and hostname should be provided together.

password

string

password of the OS user that will connect to SAP host agent web services (sapadm, or <sid>adm, or any other user with necessary permissions

Parameters username password and hostname should be provided together.

security

string

Parameter security specifies how secure communication should be enforced.

By default system CA (certification authority) store is used (parameter value is system).

If custom CA (certification authority) has to be used, parameter ca_file should be set to path to CA public certificate.

If set to none https communication is possible, but server certificate will not be checked for trust.

Choices:

  • "system" ← (default)

  • "custom"

  • "none"

username

string

username of the OS user that will connect to SAP host agent web services (sapadm, or <sid>adm, or any other user with necessary permissions)

Parameters username password and hostname should be provided together.

Examples

- name: Collection information about SAP instances installed on the current host
  sap.sap_operations.host_info:

- name: Collection information about SAP instances installed on the remote host
  sap.sap_operations.host_info:
    username: sapadm
    password: "secret123!"
    hostname: "sap.system.example.com"

Return Values

Common return values are documented here, the following are the fields unique to this module:

Key

Description

databases

list / elements=dictionary

SAP databases installed on a host

Returned: success

Sample: [{"DatabaseProperties": {"Database/CPUCount": "4", "Database/Capability/CopyMethods": "Offline, Online", "Database/ConfigurationDirectory/Default": "/sybase/NPL/sapdbctrl-config", "Database/ConnectAddress": "Protocol=tcp;Host=wdflbmd16697;Port=4901", "Database/DBRelease": "16.0.02.05", "Database/DBSysBits": "64", "Database/Distribution": "local", "Database/IsRelocatable": "true", "Database/IsRelocationTarget": "true", "Database/IsSharedInstance": "true", "Database/IsSharedNetService": "true", "Database/ManagementHosts": "wdflbmd16697", "Database/MaxPhysMemSize": "7812"}, "DatabaseStatus": {"result": [{"mProperties": {"Database/ComponentDescription": "SYBASE Server Client Software", "Database/ComponentName": "Client", "Database/ComponentStatusDescription": "SAP ASE Server client software is configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Server Software", "Database/ComponentName": "Server", "Database/ComponentStatusDescription": "The database server is running and configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Server Database", "Database/ComponentName": "Database", "Database/ComponentStatusDescription": "The database is running and configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Backup Server Software", "Database/ComponentName": "Backup Server", "Database/ComponentStatusDescription": "Backup Server is running."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Job Scheduler", "Database/ComponentName": "Job Scheduler", "Database/ComponentStatusDescription": "Job Scheduler is running."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Replication Agent Thread", "Database/ComponentName": "RepAgent thread", "Database/ComponentStatusDescription": "Running Rep Agents:  / Stopped Rep Agents:"}, "mStatus": "SAPHostControl-DB-RUNNING"}], "status": "SAPHostControl-DB-RUNNING"}, "mComponents": [{"mProperties": {"Database/ComponentDescription": "SYBASE Server Client Software", "Database/ComponentName": "Client", "Database/ComponentStatusDescription": "SAP ASE Server client software is configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Server Software", "Database/ComponentName": "Server", "Database/ComponentStatusDescription": "The database server is running and configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Server Database", "Database/ComponentName": "Database", "Database/ComponentStatusDescription": "The database is running and configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Backup Server Software", "Database/ComponentName": "Backup Server", "Database/ComponentStatusDescription": "Backup Server is running."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Job Scheduler", "Database/ComponentName": "Job Scheduler", "Database/ComponentStatusDescription": "Job Scheduler is running."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Replication Agent Thread", "Database/ComponentName": "RepAgent thread", "Database/ComponentStatusDescription": "Running Rep Agents:  / Stopped Rep Agents:"}, "mStatus": "SAPHostControl-DB-RUNNING"}], "mDatabase": {"Database/Host": "sid-npl", "Database/InstanceName": "NPL", "Database/Name": "NPL", "Database/Release": "16.0.02.05", "Database/Status": "Running", "Database/Type": "syb", "Database/Vendor": "SYB"}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"DatabaseProperties": {"Database/CPUCount": "4", "Database/Capability/CopyMethods": "Offline, Online", "Database/ConfigurationDirectory/Default": "/sybase/NPL/sapdbctrl-config", "Database/ConnectAddress": "Protocol=tcp;Host=wdflbmd16697;Port=4901", "Database/DBRelease": "16.0.02.05", "Database/DBSysBits": "64", "Database/Distribution": "local", "Database/IsRelocatable": "true", "Database/IsRelocationTarget": "true", "Database/IsSharedInstance": "true", "Database/IsSharedNetService": "true", "Database/ManagementHosts": "wdflbmd16697", "Database/MaxPhysMemSize": "7812"}, "DatabaseStatus": {"result": [{"mProperties": {"Database/ComponentDescription": "SYBASE Server Client Software", "Database/ComponentName": "Client", "Database/ComponentStatusDescription": "SAP ASE Server client software is configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Server Software", "Database/ComponentName": "Server", "Database/ComponentStatusDescription": "The database server is running and configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Server Database", "Database/ComponentName": "Database", "Database/ComponentStatusDescription": "The database is running and configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Backup Server Software", "Database/ComponentName": "Backup Server", "Database/ComponentStatusDescription": "Backup Server is running."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Job Scheduler", "Database/ComponentName": "Job Scheduler", "Database/ComponentStatusDescription": "Job Scheduler is running."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Replication Agent Thread", "Database/ComponentName": "RepAgent thread", "Database/ComponentStatusDescription": "Running Rep Agents:  / Stopped Rep Agents:"}, "mStatus": "SAPHostControl-DB-RUNNING"}], "status": "SAPHostControl-DB-RUNNING"}, "mComponents": [{"mProperties": {"Database/ComponentDescription": "SYBASE Server Client Software", "Database/ComponentName": "Client", "Database/ComponentStatusDescription": "SAP ASE Server client software is configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Server Software", "Database/ComponentName": "Server", "Database/ComponentStatusDescription": "The database server is running and configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Server Database", "Database/ComponentName": "Database", "Database/ComponentStatusDescription": "The database is running and configured properly."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Backup Server Software", "Database/ComponentName": "Backup Server", "Database/ComponentStatusDescription": "Backup Server is running."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Job Scheduler", "Database/ComponentName": "Job Scheduler", "Database/ComponentStatusDescription": "Job Scheduler is running."}, "mStatus": "SAPHostControl-DB-RUNNING"}, {"mProperties": {"Database/ComponentDescription": "SYBASE Replication Agent Thread", "Database/ComponentName": "RepAgent thread", "Database/ComponentStatusDescription": "Running Rep Agents:  / Stopped Rep Agents:"}, "mStatus": "SAPHostControl-DB-RUNNING"}], "mDatabase": {"Database/Host": "sid-npl", "Database/InstanceName": "NPL", "Database/Name": "NPL", "Database/Release": "16.0.02.05", "Database/Status": "Running", "Database/Type": "syb", "Database/Vendor": "SYB"}, "mStatus": "SAPHostControl-DB-RUNNING"}]

instances

list / elements=dictionary

SAP Instances installed on a host

Returned: success

Sample: [{"AccessPointList": [{"active": "Yes", "address": "127.0.0.1", "port": 8000, "processname": "icm", "protocol": "HTTP"}, {"active": "Yes", "address": "10.0.0.234", "port": 8000, "processname": "icm", "protocol": "HTTP"}, {"active": "Yes", "address": "127.0.0.1", "port": 44300, "processname": "icm", "protocol": "HTTPS"}, {"active": "Yes", "address": "10.0.0.234", "port": 44300, "processname": "icm", "protocol": "HTTPS"}, {"active": "Yes", "address": "127.0.0.1", "port": 0, "processname": "icm", "protocol": "SMTP"}, {"active": "Yes", "address": "10.0.0.234", "port": 0, "processname": "icm", "protocol": "SMTP"}, {"active": "No", "address": "127.0.0.1", "port": 8101, "processname": "icm", "protocol": "HTTP"}, {"active": "No", "address": "10.0.0.234", "port": 8101, "processname": "icm", "protocol": "HTTP"}, {"active": "Yes", "address": "127.0.0.1", "port": 50000, "processname": "icm", "protocol": "HTTP"}, {"active": "Yes", "address": "10.0.0.234", "port": 50000, "processname": "icm", "protocol": "HTTP"}, {"active": "Yes", "address": "127.0.0.1", "port": 50001, "processname": "icm", "protocol": "HTTPS"}, {"active": "Yes", "address": "10.0.0.234", "port": 50001, "processname": "icm", "protocol": "HTTPS"}, {"active": "Yes", "address": "127.0.0.1", "port": 50013, "processname": "sapstartsrv", "protocol": "HTTP"}, {"active": "Yes", "address": "10.0.0.234", "port": 50013, "processname": "sapstartsrv", "protocol": "HTTP"}, {"active": "Yes", "address": "127.0.0.1", "port": 50014, "processname": "sapstartsrv", "protocol": "HTTPS"}, {"active": "Yes", "address": "10.0.0.234", "port": 50014, "processname": "sapstartsrv", "protocol": "HTTPS"}, {"active": "Yes", "address": "127.0.0.1", "port": 3300, "processname": "gwrd", "protocol": "RFC"}, {"active": "Yes", "address": "10.0.0.234", "port": 3300, "processname": "gwrd", "protocol": "RFC"}, {"active": "Yes", "address": "127.0.0.1", "port": 4800, "processname": "gwrd", "protocol": "RFC SNC"}, {"active": "Yes", "address": "10.0.0.234", "port": 4800, "processname": "gwrd", "protocol": "RFC SNC"}, {"active": "Yes", "address": "127.0.0.1", "port": 3200, "processname": "disp+work", "protocol": "DPTM"}, {"active": "Yes", "address": "10.0.0.234", "port": 3200, "processname": "disp+work", "protocol": "DPTM"}, {"active": "Yes", "address": "127.0.0.1", "port": 40000, "processname": "igsmux", "protocol": "IGS"}, {"active": "Yes", "address": "10.0.0.234", "port": 40000, "processname": "igsmux", "protocol": "IGS"}, {"active": "Yes", "address": "127.0.0.1", "port": 40080, "processname": "igsmux", "protocol": "HTTP"}, {"active": "Yes", "address": "10.0.0.234", "port": 40080, "processname": "igsmux", "protocol": "HTTP"}, {"active": "Yes", "address": "127.0.0.1", "port": 40001, "processname": "igspw", "protocol": "IGS"}, {"active": "Yes", "address": "10.0.0.234", "port": 40001, "processname": "igspw", "protocol": "IGS"}, {"active": "Yes", "address": "127.0.0.1", "port": 40002, "processname": "igspw", "protocol": "IGS"}, {"active": "Yes", "address": "10.0.0.234", "port": 40002, "processname": "igspw", "protocol": "IGS"}], "Environment": {"COLORTERM": "1", "CPU": "x86_64", "CSHEDIT": "emacs", "CSHRCREAD": "true", "DIR_LIBRARY": "/usr/sap/NPL/SYS/exe/run", "FROM_HEADER": "", "GPG_TTY": "/dev/pts/1", "GROUP": "sapsys", "G_BROKEN_FILENAMES": "1", "HOME": "/home/npladm", "HOST": "sid-npl", "HOSTNAME": "sid-npl", "HOSTTYPE": "x86_64", "INCLUDE": "/sybase/NPL/OCS-16_0/include:", "JAVA_BINDIR": "/usr/lib64/jvm/jre-1.8.0-ibm/bin", "JAVA_HOME": "/usr/lib64/jvm/jre-1.8.0-ibm", "JAVA_ROOT": "/usr/lib64/jvm/jre-1.8.0-ibm", "JDK_HOME": "/usr/lib64/jvm/java-1_8_0-ibm-1.8.0", "JRE_HOME": "/usr/lib64/jvm/jre-1.8.0-ibm", "LANG": "C.UTF-8", "LD_LIBRARY_PATH": "/usr/sap/NPL/D00/exe:/usr/sap/NPL/SYS/exe/run:/usr/sap/NPL/SYS/exe/uc/linuxx86_64: /usr/sap/NPL/SYS/global/syb/linuxx86_64/sybodbc:/sybase/NPL/ASE-16_0/lib: /sybase/NPL/OCS-16_0/lib:/sybase/NPL/OCS-16_0/lib3p64:/sybase/NPL/OCS-16_0/lib3p:", "LESS": "-M -I -R", "LESSCLOSE": "lessclose.sh %s %s", "LESSKEY": "/etc/lesskey.bin", "LESSOPEN": "lessopen.sh %s", "LESS_ADVANCED_PREPROCESSOR": "no", "LIB": "/sybase/NPL/OCS-16_0/lib:", "LOGNAME": "npladm", "LS_COLORS": "no", "LS_OPTIONS": "-N --color", "MACHTYPE": "x86_64-suse-linux", "MAIL": "/var/spool/mail/npladm", "MANPATH": "/usr/local/man:/usr/share/man", "MINICOM": "-c on", "MORE": "-sl", "OSTYPE": "linux", "PAGER": "less", "PATH": "/home/npladm/bin:/usr/local/bin:/bin:/usr/bin:/usr/lib/mit/bin: /usr/sap/NPL/SYS/exe/uc/linuxx86_64:/usr/sap/NPL/SYS/exe/run: /home/npladm:/sybase/NPL/ASE-16_0/jobscheduler/bin: /sybase/NPL/ASE-16_0/bin:/sybase/NPL/ASE-16_0/install:/sybase/NPL/OCS-16_0/bin:", "PWD": "/home/npladm", "QT_SYSTEM_DIR": "/usr/share/desktop-data", "RSEC_SSFS_DATAPATH": "/usr/sap/NPL/SYS/global/security/rsecssfs/data", "RSEC_SSFS_KEYPATH": "/usr/sap/NPL/SYS/global/security/rsecssfs/key", "SAPSYSTEMNAME": "NPL", "SAP_JRE7": "/sybase/NPL/shared/SAPJRE-7_1_043_64BIT", "SAP_JRE7_32": "/sybase/NPL/shared/SAPJRE-7_1_043_32BIT", "SAP_JRE7_64": "/sybase/NPL/shared/SAPJRE-7_1_043_64BIT", "SDK_HOME": "/usr/lib64/jvm/java-1_8_0-ibm-1.8.0", "SHELL": "/bin/csh", "SHLVL": "1", "SYBASE": "/sybase/NPL", "SYBASE_ASE": "ASE-16_0", "SYBASE_JRE_RTDS": "/sybase/NPL/shared/SAPJRE-7_1_043_64BIT", "SYBASE_OCS": "OCS-16_0", "SYBASE_WS": "WS-16_0", "SYBROOT": "/sybase/NPL", "TERM": "vt100", "USER": "npladm", "VENDOR": "unknown", "WINDOWMANAGER": "xterm", "XCURSOR_THEME": "DMZ", "XDG_CONFIG_DIRS": "/etc/xdg", "XDG_DATA_DIRS": "/usr/local/share:/usr/share", "XKEYSYMDB": "/usr/X11R6/lib/X11/XKeysymDB", "XNLSPATH": "/usr/X11R6/lib/X11/nls", "dbms_type": "syb", "dbs_syb_dbname": "NPL", "dbs_syb_port": "4901", "dbs_syb_schema": "SAPSR3", "dbs_syb_server": "wdflbmd16697", "dbs_syb_ssl": "0", "rsdb_ssfs_connect": "1"}, "HAFailoverConfig": {"HAActive": false, "HAActiveNode": null, "HADocumentation": null, "HANodes": "", "HAProductVersion": null, "HASAPInterfaceVersion": null}, "InstanceProperties": [{"property": "Process List", "propertytype": "NodeWebmethod", "value": "GetProcessList"}, {"property": "Access Points", "propertytype": "NodeWebmethod", "value": "GetAccessPointList"}, {"property": "Parameter Documentation", "propertytype": "NodeURL", "value": "http://vhcalnplci:50013/sapparamEN.html"}, {"property": "Kernel Update", "propertytype": "NodeURL", "value": "http://service.sap.com/~form/handler ?_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=Y &FUNCTIONBAR=N&EVENT=TREE&NE=NAVIGATE&ENR=73554900100200004760&V=MAINT"}, {"property": "Current Status", "propertytype": "NodeWebmethod", "value": "GetAlertTree"}, {"property": "Open Alerts", "propertytype": "NodeWebmethod", "value": "GetAlertTree"}, {"property": "Syslog", "propertytype": "NodeWebmethod", "value": "ABAPReadSyslog"}, {"property": "Queue Statistic", "propertytype": "NodeWebmethod", "value": "GetQueueStatistic"}, {"property": "ABAP WP Table", "propertytype": "NodeWebmethod", "value": "ABAPGetWPTable"}, {"property": "ICM", "propertytype": "NodeURL", "value": "HTTP://vhcalnplci:8000/sap/admin/public/index.html"}, {"property": "ICM Threads", "propertytype": "NodeWebmethod", "value": "ICMGetThreadList"}, {"property": "ICM Connections", "propertytype": "NodeWebmethod", "value": "ICMGetConnectionList"}, {"property": "ICM Cache", "propertytype": "NodeWebmethod", "value": "ICMGetCacheEntries"}, {"property": "ICM Proxy Connections", "propertytype": "NodeWebmethod", "value": "ICMGetProxyConnectionList"}, {"property": "ABAP DB Connection", "propertytype": "Attribute", "value": "Database=SYBASE,DBHost=wdflbmd16697,DBName=NPL,DBPort=4901"}, {"property": "Protected Webmethods", "propertytype": "Attribute", "value": "ABAPAcknowledgeAlerts,ABAPCheckRFCDestinations,ABAPGetComponentList,ABAPGetSystemWPTable, ABAPGetWPTable,ABAPReadRawSyslog,ABAPReadSyslog,AnalyseLogFiles,Bootstrap,CheckParameter, CheckPSE,CheckUpdateSystem,ConfigureLogFileList,CreatePSECredential,CreateSnapshot, DeletePSE,DeleteSnapshots,EnqGetLockTable,EnqGetStatistic,EnqRemoveLocks,EnqRemoveUserLocks, GetAccessPointList,GetAlerts,GetAlertTree,GetCallstack,GetEnvironment,GetLogFileList, GetProcessParameter,GetQueueStatistic,GetStartProfile,GetSystemUpdateList,GetTraceFile, GetVersionInfo,HACheckConfig,HACheckFailoverConfig,HAFailoverToNode,HAGetFailoverConfig, HASetMaintenanceMode,ICMGetCacheEntries,ICMGetConnectionList,ICMGetProxyConnectionList, ICMGetThreadList,InstanceStart,InstanceStop,J2EEControlCluster,J2EEControlComponents, J2EEControlProcess,J2EEDisableDbgSession,J2EEEnableDbgSession,J2EEGetApplicationAliasList, J2EEGetCacheStatistic,J2EEGetCacheStatistic2,J2EEGetClusterMsgList,J2EEGetComponentList, J2EEGetEJBSessionList,J2EEGetProcessList,J2EEGetProcessList2,J2EEGetRemoteObjectList, J2EEGetSessionList,J2EEGetSharedTableInfo,J2EEGetThreadCallStack,J2EEGetThreadList, J2EEGetThreadList2,J2EEGetThreadTaskStack,J2EEGetVMGCHistory,J2EEGetVMGCHistory2, J2EEGetVMHeapInfo,J2EEGetWebSessionList,J2EEGetWebSessionList2,ListDeveloperTraces, ListLogFiles,ListSnapshots,OSExecute,ParameterValue,ReadDeveloperTrace,ReadLogFile, ReadSnapshot,RestartInstance,RestartService,RestartSystem,SendSignal,SetProcessParameter, SetProcessParameter2,ShmDetach,Shutdown,Start,StartBypassHA,StartSystem,Stop,StopBypassHA, StopService,StopSystem,StorePSE,UpdateInstancePSE,UpdateSCSInstance,UpdateSystem, UpdateSystemPKI,WebDispGetServerList,WebDispGetGroupList,WebDispGetVirtHostList, WebDispGetUrlPrefixList,GetAgentConfig,MtChangeStatus,MtCustomizeWrite,MtDbsetToWpsetByTid, MtDestroyMarkNTry,MtReset,PerfCustomizeWrite,ReadDirectory,ReadFile,ReadProfileParameters, Register,SnglmgsCustomizeWrite,SystemObjectSetValue,ToolSet,ToolSetRuntimeStatus, TriggerDataCollection,Unregister,UtilAlChangeStatus"}, {"property": "StartPriority", "propertytype": "Attribute", "value": "3"}, {"property": "SAPSYSTEM", "propertytype": "Attribute", "value": "00"}, {"property": "SAPSYSTEMNAME", "propertytype": "Attribute", "value": "NPL"}, {"property": "SAPLOCALHOST", "propertytype": "Attribute", "value": "vhcalnplci"}, {"property": "INSTANCE_NAME", "propertytype": "Attribute", "value": "D00"}, {"property": "IGS", "propertytype": "NodeURL", "value": "http://vhcalnplci:40080"}, {"property": "Webmethods", "propertytype": "Attribute", "value": "Start,InstanceStart,StartBypassHA,Bootstrap,Stop,InstanceStop,StopBypassHA, Shutdown,ParameterValue,GetProcessList,GetStartProfile,GetTraceFile, GetAlertTree,GetAlerts,RestartService,StopService,GetEnvironment, ListDeveloperTraces,ReadDeveloperTrace,RestartInstance,SendSignal, GetVersionInfo,GetQueueStatistic,GetInstanceProperties,OSExecute, ReadLogFile,AnalyseLogFiles,ListLogFiles,GetAccessPointList, GetSystemInstanceList,GetSystemUpdateList,StartSystem,StopSystem, RestartSystem,UpdateSystem,UpdateSCSInstance,CheckUpdateSystem, AccessCheck,GetProcessParameter,SetProcessParameter,SetProcessParameter2, CheckParameter,ShmDetach,GetNetworkId,GetSecNetworkId,RequestLogonFile, CreateSnapshot,ReadSnapshot,ListSnapshots,DeleteSnapshots,GetCallstack, ABAPReadSyslog,ABAPReadRawSyslog,ABAPGetWPTable,ABAPAcknowledgeAlerts, ABAPGetComponentList,ABAPCheckRFCDestinations,ABAPGetSystemWPTable, J2EEGetProcessList,J2EEGetProcessList2,J2EEControlProcess,J2EEGetThreadList, J2EEGetThreadList2,J2EEGetThreadCallStack,J2EEGetThreadTaskStack, J2EEGetSessionList,J2EEGetWebSessionList,J2EEGetWebSessionList2, J2EEGetCacheStatistic,J2EEGetCacheStatistic2,J2EEGetApplicationAliasList, J2EEGetVMGCHistory,J2EEGetVMGCHistory2,J2EEGetVMHeapInfo,J2EEGetEJBSessionList, J2EEGetRemoteObjectList,J2EEGetClusterMsgList,J2EEGetSharedTableInfo, J2EEGetComponentList,J2EEControlComponents,ICMGetThreadList, ICMGetConnectionList,ICMGetCacheEntries,ICMGetProxyConnectionList, WebDispGetServerList,WebDispGetGroupList,WebDispGetVirtHostList, WebDispGetUrlPrefixList,EnqGetLockTable,EnqRemoveLocks,EnqRemoveUserLocks, EnqGetStatistic,UpdateSystemPKI,UpdateInstancePSE,StorePSE,DeletePSE, CheckPSE,HACheckConfig,HACheckFailoverConfig,HAGetFailoverConfig, HAFailoverToNodeHASetMaintenanceMode"}], "ProcessList": [{"description": "Dispatcher", "dispstatus": "SAPControl-GREEN", "elapsedtime": "1:43:26", "name": "disp+work", "pid": 3457, "starttime": "2023 04 14 05:32:59", "textstatus": "Running"}, {"description": "IGS Watchdog", "dispstatus": "SAPControl-GREEN", "elapsedtime": "1:43:26", "name": "igswd_mt", "pid": 3458, "starttime": "2023 04 14 05:32:59", "textstatus": "Running"}, {"description": "Gateway", "dispstatus": "SAPControl-GREEN", "elapsedtime": "1:43:24", "name": "gwrd", "pid": 3476, "starttime": "2023 04 14 05:33:01", "textstatus": "Running"}, {"description": "ICM", "dispstatus": "SAPControl-GREEN", "elapsedtime": "1:43:24", "name": "icman", "pid": 3477, "starttime": "2023 04 14 05:33:01", "textstatus": "Running"}], "StartProfile": {"lines": ["#.******************************************************************************************************************************", "#.*                                                                                                                            *", "#.*       Instance profile NPL_D00_VHCALNPLCI                                                                                  *", "#.*                                                                                                                            *", "#.*       Version                 = 000002                                                                                     *", "#.*       Generated by user = DDIC                                                                                             *", "#.*       Generated on = 12.03.2023 , 19:56:00                                                                                 *", "#.*                                                                                                                            *", "#.******************************************************************************************************************************", "SAPSYSTEMNAME = NPL", "SAPSYSTEM = 00", "INSTANCE_NAME = D00", "DIR_CT_RUN = $(DIR_EXE_ROOT)$(DIR_SEP)$(OS_UNICODE)$(DIR_SEP)linuxx86_64", "DIR_EXECUTABLE = $(DIR_INSTANCE)/exe", "SAPLOCALHOST = vhcalnplci", "DIR_PROFILE = $(DIR_INSTALL)/profile", "_PF = $(DIR_PROFILE)/NPL_D00_vhcalnplci", "SETENV_00 = DIR_LIBRARY=$(DIR_LIBRARY)", "SETENV_01 = LD_LIBRARY_PATH=$(DIR_LIBRARY):%(LD_LIBRARY_PATH)", "SETENV_02 = SHLIB_PATH=$(DIR_LIBRARY):%(SHLIB_PATH)", "SETENV_03 = LIBPATH=$(DIR_LIBRARY):%(LIBPATH)", "SETENV_04 = PATH=$(DIR_EXECUTABLE):%(PATH)", "#-----------------------------------------------------------------------", "# Copy SAP Executables", "#-----------------------------------------------------------------------", "# Change for release 751", "# Change for release 751", "Execute_00 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PF)", "# SYB change for release 751", "Execute_01 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PFL) $(_CPE) $(_CPJDBC)", "# SYB change for release 751", "Execute_02 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PFL) $(_CPE) $(_CPODBC)", "# SYB change for release 751", "Execute_03 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PFL) $(_CPE) $(_CPJDBC)", "# SYB change for release 751", "Execute_04 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PFL) $(_CPE) $(_CPODBC)", "# Change for release 751", "#Execute_01 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PF)", "# SYB change for release 751", "Execute_06 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PFL) $(_CPE) $(_CPJDBC)", "# SYB change for release 751", "Execute_07 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PFL) $(_CPE) $(_CPODBC)", "# SYB change for release 751", "Execute_08 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PFL) $(_CPE) $(_CPJDBC)", "# SYB change for release 751", "Execute_09 = immediate $(DIR_CT_RUN)$(DIR_SEP)sapcpe$(FT_EXE) pf=$(_PFL) $(_CPE) $(_CPODBC)", "# Change for release 751", "#Execute_01 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF)", "_CPARG0 = list:$(DIR_GLOBAL)/syb/linuxx86_64/cpe_sybjdbc.lst", "_CPARG1 = source:$(DIR_GLOBAL)/syb/linuxx86_64", "Execute_11 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG0) $(_CPARG1)", "# Change for release 751", "#Execute_03 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF)", "_CPARG2 = list:$(DIR_GLOBAL)/syb/linuxx86_64/cpe_sybodbc.lst", "_CPARG3 = source:$(DIR_GLOBAL)/syb/linuxx86_64/sybodbc", "Execute_13 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG2) $(_CPARG3)", "_CPARG4 = list:$(DIR_CT_RUN)/sapcrypto.lst", "Execute_14 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG4)", "#-----------------------------------------------------------------------", "# Start ABAP database", "#-----------------------------------------------------------------------", "Execute_15 = immediate $(DIR_CT_RUN)/startdb", "exe/saposcol = $(DIR_CT_RUN)/saposcol", "rdisp/wp_no_dia = 6", "rdisp/wp_no_btc = 4", "rdisp/wp_no_vb = 1", "rdisp/wp_no_vb2 = 1", "rdisp/wp_no_spo = 1", "exe/icmbnd = $(DIR_CT_RUN)/icmbnd", "#-----------------------------------------------------------------------", "# Start SCSA administration", "#-----------------------------------------------------------------------", "Execute_16 = local $(DIR_EXECUTABLE)/sapmscsa pf=$(_PF) -n", "#-----------------------------------------------------------------------", "# Start application server", "#-----------------------------------------------------------------------", "_DW = dw.sap$(SAPSYSTEMNAME)_$(INSTANCE_NAME)", "Execute_17 = local rm -f $(_DW)", "Execute_18 = local ln -s -f $(DIR_EXECUTABLE)/disp+work$(FT_EXE) $(_DW)", "Start_Program_00 = local $(_DW) pf=$(_PF)", "#-----------------------------------------------------------------------", "# Start internet graphics server", "#-----------------------------------------------------------------------", "_IG = ig.sap$(SAPSYSTEMNAME)_$(INSTANCE_NAME)", "# Start IGS", "#Execute_14 = local rm -f $(_IG)", "# Start IGS", "#Execute_15 = local ln -s -f $(DIR_EXECUTABLE)/igswd_mt $(_IG)", "# Start IGS", "# Start IGS", "#Execute_21 = local rm -f $(_IG)", "# Start IGS", "# Start IGS", "#Execute_22 = local ln -s -f $(DIR_EXECUTABLE)/igswd_mt $(_IG)", "# Start IGS", "Execute_23 = local rm -f $(_IG)", "# Start IGS", "Execute_24 = local ln -s -f $(DIR_EXECUTABLE)/igswd_mt $(_IG)", "# Start IGS", "#Start_Program_01 = local $(_IG) -mode=profile pf=$(_PF)", "# Start IGS", "# Start IGS", "#Start_Program_02 = local $(_IG) -mode=profile pf=$(_PF)", "# Start IGS", "Start_Program_03 = local $(_IG) -mode=profile pf=$(_PF)", "SETENV_05 = SECUDIR=$(DIR_INSTANCE)/sec", "ipc/shm_psize_10 = 124000000", "ipc/shm_psize_40 = 1722000000", "# SYB change for release 751", "_CPE = copy_links target:$(DIR_EXECUTABLE)", "_SYBLST = $(DIR_GLOBAL)$(DIR_SEP)syb$(DIR_SEP)linuxx86_64", "_DIRODBC = $(DIR_GLOBAL)$(DIR_SEP)syb$(DIR_SEP)linuxx86_64$(DIR_SEP)sybodbc", "_CPJDBC = list:$(_SYBLST)$(DIR_SEP)cpe_sybjdbc.lst source:$(_SYBLST)", "_CPODBC = list:$(_SYBLST)$(DIR_SEP)cpe_sybodbc.lst source:$(_DIRODBC)", "_PFL = $(DIR_PROFILE)$(DIR_SEP)NPL_D00_vhcalnplci", "SAPFQDN = dummy.nodomain", "#SAPLOCALHOSTFULL = $(SAPLOCALHOST).$(SAPFQDN)", "SAPLOCALHOSTFULL = $(SAPLOCALHOST).$(SAPFQDN)", "icm/server_port_4 = PROT=HTTP, PORT=50000, PROCTIMEOUT=300, TIMEOUT=300", "icm/server_port_5 = PROT=HTTPS, PORT=50001, PROCTIMEOUT=300, TIMEOUT=300", "icm/server_port_2 = PROT=SMTP, PORT=0, PROCTIMEOUT=300, TIMEOUT=300", "icm/server_port_3 = PROT=HTTP, PORT=8101, PROCTIMEOUT=300, TIMEOUT=300", "abap/shared_objects_size_MB = 1024", "PHYS_MEMSIZE = 30%", "em/initial_size_MB = ($(PHYS_MEMSIZE)*0.7)", "#abap/buffersize = (ceil($(em/initial_size_MB)*1024*0.15/4096)*4096)", "gw/alternative_hostnames = abapci,abapci.dummy.nodomain", "login/create_sso2_ticket = 2", "login/accept_sso2_ticket = 1", "icm/server_port_0 = PROT=HTTP,PORT=80$$,PROCTIMEOUT=600,TIMEOUT=600", "icm/server_port_1 = PROT=HTTPS,PORT=443$$,PROCTIMEOUT=600,TIMEOUT=600"], "name": "/usr/sap/NPL/SYS/profile/NPL_D00_vhcalnplci"}, "VersionInfo": [{"Filename": "/usr/sap/NPL/D00/exe/sapstartsrv", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/disp+work", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/gwrd", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/msg_server", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/dboraslib.so", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/dbmssslib.so", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/dbdb2slib.so", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/dbdb4slib.so", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/dbdb6slib.so", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/dbsybslib.so", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/enserver", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/enq_server", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/icman", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/sapwebdisp", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/jcontrol", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/jlaunch", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/D00/exe/jstart", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}], "mHostname": "vhcalnplci", "mSapVersionInfo": "749, patch 10, changelist 1698137", "mSid": "NPL", "mSystemNumber": "00"}, {"AccessPointList": [{"active": "Yes", "address": "127.0.0.1", "port": 50113, "processname": "sapstartsrv", "protocol": "HTTP"}, {"active": "Yes", "address": "10.0.0.234", "port": 50113, "processname": "sapstartsrv", "protocol": "HTTP"}, {"active": "Yes", "address": "127.0.0.1", "port": 50114, "processname": "sapstartsrv", "protocol": "HTTPS"}, {"active": "Yes", "address": "10.0.0.234", "port": 50114, "processname": "sapstartsrv", "protocol": "HTTPS"}, {"active": "Yes", "address": "127.0.0.1", "port": 3201, "processname": "enserver", "protocol": "ENQ"}, {"active": "Yes", "address": "10.0.0.234", "port": 3201, "processname": "enserver", "protocol": "ENQ"}, {"active": "Yes", "address": "127.0.0.1", "port": 3901, "processname": "msg_server", "protocol": "MS"}, {"active": "Yes", "address": "10.0.0.234", "port": 3901, "processname": "msg_server", "protocol": "MS"}, {"active": "Yes", "address": "127.0.0.1", "port": 3601, "processname": "msg_server", "protocol": "MS"}, {"active": "Yes", "address": "10.0.0.234", "port": 3601, "processname": "msg_server", "protocol": "MS"}, {"active": "Yes", "address": "127.0.0.1", "port": 8101, "processname": "msg_server", "protocol": "HTTP"}, {"active": "Yes", "address": "10.0.0.234", "port": 8101, "processname": "msg_server", "protocol": "HTTP"}], "Environment": {"COLORTERM": "1", "CPU": "x86_64", "CSHEDIT": "emacs", "CSHRCREAD": "true", "DIR_LIBRARY": "/usr/sap/NPL/SYS/exe/run", "FROM_HEADER": "", "GPG_TTY": "/dev/pts/1", "GROUP": "sapsys", "G_BROKEN_FILENAMES": "1", "HOME": "/home/npladm", "HOST": "sid-npl", "HOSTNAME": "sid-npl", "HOSTTYPE": "x86_64", "INCLUDE": "/sybase/NPL/OCS-16_0/include:", "JAVA_BINDIR": "/usr/lib64/jvm/jre-1.8.0-ibm/bin", "JAVA_HOME": "/usr/lib64/jvm/jre-1.8.0-ibm", "JAVA_ROOT": "/usr/lib64/jvm/jre-1.8.0-ibm", "JDK_HOME": "/usr/lib64/jvm/java-1_8_0-ibm-1.8.0", "JRE_HOME": "/usr/lib64/jvm/jre-1.8.0-ibm", "LANG": "C.UTF-8", "LD_LIBRARY_PATH": "/usr/sap/NPL/ASCS01/exe:/usr/sap/NPL/SYS/exe/run:/usr/sap/NPL/SYS/exe/uc/linuxx86_64: /usr/sap/NPL/SYS/global/syb/linuxx86_64/sybodbc:/sybase/NPL/ASE-16_0/lib: /sybase/NPL/OCS-16_0/lib:/sybase/NPL/OCS-16_0/lib3p64:/sybase/NPL/OCS-16_0/lib3p:", "LESS": "-M -I -R", "LESSCLOSE": "lessclose.sh %s %s", "LESSKEY": "/etc/lesskey.bin", "LESSOPEN": "lessopen.sh %s", "LESS_ADVANCED_PREPROCESSOR": "no", "LIB": "/sybase/NPL/OCS-16_0/lib:", "LOGNAME": "npladm", "LS_COLORS": "no", "LS_OPTIONS": "-N --color", "MACHTYPE": "x86_64-suse-linux", "MAIL": "/var/spool/mail/npladm", "MANPATH": "/usr/local/man:/usr/share/man", "MINICOM": "-c on", "MORE": "-sl", "OSTYPE": "linux", "PAGER": "less", "PATH": "/home/npladm/bin:/usr/local/bin:/bin:/usr/bin:/usr/lib/mit/bin: /usr/sap/NPL/SYS/exe/uc/linuxx86_64:/usr/sap/NPL/SYS/exe/run: /home/npladm:/sybase/NPL/ASE-16_0/jobscheduler/bin: /sybase/NPL/ASE-16_0/bin:/sybase/NPL/ASE-16_0/install:/sybase/NPL/OCS-16_0/bin:", "PWD": "/home/npladm", "QT_SYSTEM_DIR": "/usr/share/desktop-data", "RSEC_SSFS_DATAPATH": "/usr/sap/NPL/SYS/global/security/rsecssfs/data", "RSEC_SSFS_KEYPATH": "/usr/sap/NPL/SYS/global/security/rsecssfs/key", "SAPSYSTEMNAME": "NPL", "SAP_JRE7": "/sybase/NPL/shared/SAPJRE-7_1_043_64BIT", "SAP_JRE7_32": "/sybase/NPL/shared/SAPJRE-7_1_043_32BIT", "SAP_JRE7_64": "/sybase/NPL/shared/SAPJRE-7_1_043_64BIT", "SDK_HOME": "/usr/lib64/jvm/java-1_8_0-ibm-1.8.0", "SHELL": "/bin/csh", "SHLVL": "1", "SYBASE": "/sybase/NPL", "SYBASE_ASE": "ASE-16_0", "SYBASE_JRE_RTDS": "/sybase/NPL/shared/SAPJRE-7_1_043_64BIT", "SYBASE_OCS": "OCS-16_0", "SYBASE_WS": "WS-16_0", "SYBROOT": "/sybase/NPL", "TERM": "vt100", "USER": "npladm", "VENDOR": "unknown", "WINDOWMANAGER": "xterm", "XCURSOR_THEME": "DMZ", "XDG_CONFIG_DIRS": "/etc/xdg", "XDG_DATA_DIRS": "/usr/local/share:/usr/share", "XKEYSYMDB": "/usr/X11R6/lib/X11/XKeysymDB", "XNLSPATH": "/usr/X11R6/lib/X11/nls", "dbms_type": "syb", "dbs_syb_dbname": "NPL", "dbs_syb_port": "4901", "dbs_syb_schema": "SAPSR3", "dbs_syb_server": "wdflbmd16697", "dbs_syb_ssl": "0", "rsdb_ssfs_connect": "1"}, "HAFailoverConfig": {"HAActive": false, "HAActiveNode": null, "HADocumentation": null, "HANodes": "", "HAProductVersion": null, "HASAPInterfaceVersion": null}, "InstanceProperties": [{"property": "Process List", "propertytype": "NodeWebmethod", "value": "GetProcessList"}, {"property": "Access Points", "propertytype": "NodeWebmethod", "value": "GetAccessPointList"}, {"property": "Parameter Documentation", "propertytype": "NodeURL", "value": "http://vhcalnplcs:50113/sapparamEN.html"}, {"property": "Kernel Update", "propertytype": "NodeURL", "value": "http://service.sap.com/~form/handler ?_APP=00200682500000001943&_EVENT=DISPHIER&HEADER=Y &FUNCTIONBAR=N&EVENT=TREE&NE=NAVIGATE&ENR=73554900100200004760&V=MAINT"}, {"property": "Syslog", "propertytype": "NodeWebmethod", "value": "ABAPReadSyslog"}, {"property": "Enque Locks", "propertytype": "NodeWebmethod", "value": "EnqGetLockTable"}, {"property": "Enque Statistic", "propertytype": "NodeWebmethod", "value": "EnqGetStatistic"}, {"property": "Protected Webmethods", "propertytype": "Attribute", "value": "ABAPAcknowledgeAlerts,ABAPCheckRFCDestinations,ABAPGetComponentList,ABAPGetSystemWPTable, ABAPGetWPTable,ABAPReadRawSyslog,ABAPReadSyslog,AnalyseLogFiles,Bootstrap,CheckParameter, CheckPSE,CheckUpdateSystem,ConfigureLogFileList,CreatePSECredential,CreateSnapshot,DeletePSE, DeleteSnapshots,EnqGetLockTable,EnqGetStatistic,EnqRemoveLocks,EnqRemoveUserLocks, GetAccessPointList,GetAlerts,GetAlertTree,GetCallstack,GetEnvironment,GetLogFileList, GetProcessParameter,GetQueueStatistic,GetStartProfile,GetSystemUpdateList,GetTraceFile, GetVersionInfo,HACheckConfig,HACheckFailoverConfig,HAFailoverToNode,HAGetFailoverConfig, HASetMaintenanceMode,ICMGetCacheEntries,ICMGetConnectionList,ICMGetProxyConnectionList, ICMGetThreadList,InstanceStart,InstanceStop,J2EEControlCluster,J2EEControlComponents, J2EEControlProcess,J2EEDisableDbgSession,J2EEEnableDbgSession,J2EEGetApplicationAliasList, J2EEGetCacheStatistic,J2EEGetCacheStatistic2,J2EEGetClusterMsgList,J2EEGetComponentList, J2EEGetEJBSessionList,J2EEGetProcessList,J2EEGetProcessList2,J2EEGetRemoteObjectList, J2EEGetSessionList,J2EEGetSharedTableInfo,J2EEGetThreadCallStack,J2EEGetThreadList, J2EEGetThreadList2,J2EEGetThreadTaskStack,J2EEGetVMGCHistory,J2EEGetVMGCHistory2, J2EEGetVMHeapInfo,J2EEGetWebSessionList,J2EEGetWebSessionList2,ListDeveloperTraces, ListLogFiles,ListSnapshots,OSExecute,ParameterValue,ReadDeveloperTrace,ReadLogFile, ReadSnapshot,RestartInstance,RestartService,RestartSystem,SendSignal,SetProcessParameter, SetProcessParameter2,ShmDetach,Shutdown,Start,StartBypassHA,StartSystem,Stop,StopBypassHA, StopService,StopSystem,StorePSE,UpdateInstancePSE,UpdateSCSInstance,UpdateSystem, UpdateSystemPKI,WebDispGetServerList,WebDispGetGroupList,WebDispGetVirtHostList, WebDispGetUrlPrefixList,GetAgentConfig,MtChangeStatus,MtCustomizeWrite,MtDbsetToWpsetByTid, MtDestroyMarkNTry,MtReset,PerfCustomizeWrite,ReadDirectory,ReadFile,ReadProfileParameters, Register,SnglmgsCustomizeWrite,SystemObjectSetValue,ToolSet,ToolSetRuntimeStatus, TriggerDataCollection,Unregister,UtilAlChangeStatus"}, {"property": "CentralServices", "propertytype": "Attribute", "value": "YES"}, {"property": "StartPriority", "propertytype": "Attribute", "value": "1"}, {"property": "SAPSYSTEM", "propertytype": "Attribute", "value": "01"}, {"property": "SAPSYSTEMNAME", "propertytype": "Attribute", "value": "NPL"}, {"property": "SAPLOCALHOST", "propertytype": "Attribute", "value": "vhcalnplcs"}, {"property": "INSTANCE_NAME", "propertytype": "Attribute", "value": "ASCS01"}, {"property": "SupportsUpdateSCSInstance", "propertytype": "Attribute", "value": "YES"}, {"property": "Webmethods", "propertytype": "Attribute", "value": "Start,InstanceStart,StartBypassHA,Bootstrap,Stop,InstanceStop,StopBypassHA, Shutdown,ParameterValue,GetProcessList,GetStartProfile,GetTraceFile,GetAlertTree, GetAlerts,RestartService,StopService,GetEnvironment,ListDeveloperTraces, ReadDeveloperTrace,RestartInstance,SendSignal,GetVersionInfo,GetQueueStatistic, GetInstanceProperties,OSExecute,ReadLogFile,AnalyseLogFiles,ListLogFiles, GetAccessPointList,GetSystemInstanceList,GetSystemUpdateList,StartSystem, StopSystem,RestartSystem,UpdateSystem,UpdateSCSInstance,CheckUpdateSystem, AccessCheck,GetProcessParameter,SetProcessParameter,SetProcessParameter2, CheckParameter,ShmDetach,GetNetworkId,GetSecNetworkId,RequestLogonFile, CreateSnapshot,ReadSnapshot,ListSnapshots,DeleteSnapshots,GetCallstack, ABAPReadSyslog,ABAPReadRawSyslog,ABAPGetWPTable,ABAPAcknowledgeAlerts, ABAPGetComponentList,ABAPCheckRFCDestinations,ABAPGetSystemWPTable, J2EEGetProcessList,J2EEGetProcessList2,J2EEControlProcess,J2EEGetThreadList, J2EEGetThreadList2,J2EEGetThreadCallStack,J2EEGetThreadTaskStack, J2EEGetSessionList,J2EEGetWebSessionList,J2EEGetWebSessionList2, J2EEGetCacheStatistic,J2EEGetCacheStatistic2,J2EEGetApplicationAliasList, J2EEGetVMGCHistory,J2EEGetVMGCHistory2,J2EEGetVMHeapInfo,J2EEGetEJBSessionList, J2EEGetRemoteObjectList,J2EEGetClusterMsgList,J2EEGetSharedTableInfo, J2EEGetComponentList,J2EEControlComponents,ICMGetThreadList,ICMGetConnectionList, ICMGetCacheEntries,ICMGetProxyConnectionList,WebDispGetServerList,WebDispGetGroupList, WebDispGetVirtHostList,WebDispGetUrlPrefixList,EnqGetLockTable,EnqRemoveLocks, EnqRemoveUserLocks,EnqGetStatistic,UpdateSystemPKI,UpdateInstancePSE,StorePSE, DeletePSE,CheckPSE,HACheckConfig,HACheckFailoverConfig,HAGetFailoverConfig, HAFailoverToNodeHASetMaintenanceMode"}], "ProcessList": [{"description": "MessageServer", "dispstatus": "SAPControl-GREEN", "elapsedtime": "1:44:33", "name": "msg_server", "pid": 2864, "starttime": "2023 04 14 05:31:52", "textstatus": "Running"}, {"description": "EnqueueServer", "dispstatus": "SAPControl-GREEN", "elapsedtime": "1:44:33", "name": "enserver", "pid": 2865, "starttime": "2023 04 14 05:31:52", "textstatus": "Running"}], "StartProfile": {"lines": ["#.******************************************************************************************************************************", "#.*                                                                                                                            *", "#.*       Instanzprofil NPL_ASCS01_VHCALNPLCS                                                                                  *", "#.*                                                                                                                            *", "#.*       Version                 = 000001                                                                                     *", "#.*       Generiert von Benutzer  = DDIC                                                                                       *", "#.*       Datum der Generierung   = 25.09.2017 , 07:43:55                                                                      *", "#.*                                                                                                                            *", "#.******************************************************************************************************************************", "SAPSYSTEMNAME = NPL", "SAPSYSTEM = 01", "INSTANCE_NAME = ASCS01", "DIR_CT_RUN = $(DIR_EXE_ROOT)$(DIR_SEP)$(OS_UNICODE)$(DIR_SEP)linuxx86_64", "DIR_EXECUTABLE = $(DIR_INSTANCE)/exe", "SAPLOCALHOST = vhcalnplcs", "DIR_PROFILE = $(DIR_INSTALL)/profile", "_PF = $(DIR_PROFILE)/NPL_ASCS01_vhcalnplcs", "SETENV_00 = DIR_LIBRARY=$(DIR_LIBRARY)", "SETENV_01 = LD_LIBRARY_PATH=$(DIR_LIBRARY):%(LD_LIBRARY_PATH)", "SETENV_02 = SHLIB_PATH=$(DIR_LIBRARY):%(SHLIB_PATH)", "SETENV_03 = LIBPATH=$(DIR_LIBRARY):%(LIBPATH)", "SETENV_04 = PATH=$(DIR_EXECUTABLE):%(PATH)", "#-----------------------------------------------------------------------", "# Copy SAP Executables", "#-----------------------------------------------------------------------", "_CPARG0 = list:$(DIR_CT_RUN)/scs.lst", "Execute_00 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG0)", "_CPARG1 = list:$(DIR_CT_RUN)/sapcrypto.lst", "Execute_01 = immediate $(DIR_CT_RUN)/sapcpe$(FT_EXE) pf=$(_PF) $(_CPARG1)", "#-----------------------------------------------------------------------", "# Start SAP message server", "#-----------------------------------------------------------------------", "_MS = ms.sap$(SAPSYSTEMNAME)_$(INSTANCE_NAME)", "Execute_02 = local rm -f $(_MS)", "Execute_03 = local ln -s -f $(DIR_EXECUTABLE)/msg_server$(FT_EXE) $(_MS)", "Restart_Program_00 = local $(_MS) pf=$(_PF)", "#-----------------------------------------------------------------------", "# Start SAP enqueue server", "#-----------------------------------------------------------------------", "_EN = en.sap$(SAPSYSTEMNAME)_$(INSTANCE_NAME)", "Execute_04 = local rm -f $(_EN)", "Execute_05 = local ln -s -f $(DIR_EXECUTABLE)/enserver$(FT_EXE) $(_EN)", "Restart_Program_01 = local $(_EN) pf=$(_PF)", "#-----------------------------------------------------------------------", "# SAP Message Server parameters are set in the DEFAULT.PFL", "#-----------------------------------------------------------------------", "ms/standalone = 1", "ms/server_port_0 = PROT=HTTP,PORT=81$$", "#-----------------------------------------------------------------------", "# SAP Enqueue Server", "#-----------------------------------------------------------------------", "enque/table_size = 64000", "enque/snapshot_pck_ids = 1600", "enque/server/max_query_requests = 5000", "enque/server/max_requests = 5000", "enque/server/threadcount = 4", "rdisp/enqname = $(rdisp/myname)", "SETENV_05 = SECUDIR=$(DIR_INSTANCE)/sec", "SAPFQDN = dummy.nodomain", "SAPLOCALHOSTFULL = $(SAPLOCALHOST).$(SAPFQDN)"], "name": "/usr/sap/NPL/SYS/profile/NPL_ASCS01_vhcalnplcs"}, "VersionInfo": [{"Filename": "/usr/sap/NPL/ASCS01/exe/sapstartsrv", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/ASCS01/exe/gwrd", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/ASCS01/exe/msg_server", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/ASCS01/exe/enserver", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/ASCS01/exe/enq_server", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}, {"Filename": "/usr/sap/NPL/ASCS01/exe/sapwebdisp", "Time": "2022 08 19 08:37:20", "VersionInfo": "749, patch 10, changelist 1698137, RKS compatibility level 0, optU (Aug 23 2016, 17:53:49), linuxx86_64"}], "mHostname": "vhcalnplcs", "mSapVersionInfo": "749, patch 10, changelist 1698137", "mSid": "NPL", "mSystemNumber": "01"}]

Authors

  • Kirill Satarin (@kksat)

  • Ondra Machacek (@machacekondra)