dev_hbeat
) may grow very large in size, and as a result, the host's root partition fills up and the asehostctrl command fails.dev_hbeat
file to determine if the increased file size is causing the failure:sudo du -sh /usr/sap/hostctrl/work/dev_hbeat
16G /usr/sap/hostctrl/work/dev_hbeat
dev_hbeat
file. If the dev_hbeat
file does not consume much space, you might want to check other files on the partition.sapdbctrl
calls from the Fault Manager are timing out.sapdbctrl
by increasing the value for the ha/syb/dbctrl_timeout
parameter in the Fault Manager Profile file. The default value of the parameter is 30 seconds. After you have made the necessary changes, restart the Fault Manager using the restart command:$SYBASE/FaultManager/bin/sybdbm restart
<installation_directory> /log/FaultManager.log
)/usr/sap/hostctrl/work/dev_sapdbctrl file
)TASK = HEARTBEAT_CHECK
. Now search for the text HEARTBEAT_CHECK
in the SAP Host Agent log for the same timestamp. For correct diagnostic, ensure that the system clocks of the Fault Manager host and the SAP Host Agent are in sync. It’s recommended to use trace level 3 (for maximum verbose output) while debugging SAP Host Agent issues.stop
command to shut down the Fault Manager, you see this message:fault manager did not change to mode UNKNOWN within 60 seconds. fault manager running, pid = 15922, fault manager overall status = OK, currently executing in mode DIAGNOSE
stop
command. Don’t stop the Fault Manager using the kill -9
operating system command.sybdmfm
utility, you may see this message:no fault manager found for current working directory error: stop failed.
sybdbfm
command from the directory where the profile file and other Fault Manager-generated files (such as sp_sybdbfm
and stat_sybdbfm
) are located.sybdbfm
command from the directory where these files are located.db host
and db status
is OK), the sanity report still displays the replication status as one of following:DEAD
SUSPENDED
UNKNOWN
ASYNC_OK
***LOG Q0I=> NiPConnect2: 10.172.162.61:1128: connect (111: Connection refused)
[/bas/CGK_MAKE/src/base/ni/nixxi.cpp 3324]
*** ERROR => NiPConnect2: SiPeekPendConn failed for hdl 6/sock 6
(SI_ECONN_REFUSE/111; I4; ST; 10.172.162.61:1128) [nixxi.cpp 3324]
ps -aef | grep sapstartsrv
/tmp
directory. The Fault Manager creates temporary directories under /tmp
, and adds temporary files. In the absence of appropriate permissions, SAP Host Agent calls fail. Also, it’s important to prevent the /tmp
directory from becoming full. If /tmp
is full, the Fault Manager cannot create temporary files. Check the status of /tmp
by executing the df -k /tmp
command. If this command shows 100 percent usage, make room in /tmp
.ldd –version
sa
, DR_admin
, and sapadm
.limit descriptors
ulimit –n
limit descriptors 4096
ulimit –n 4096
ha/syb/trace parameter
in the profile file (SYBHA.PFL
), then restart the Fault Manager (using the $SYBASE/FaultManager/bin/sybdbm restart
command). For example, to get the maximum verbose information, set the trace level to 3 by adding the line ‘ha/syb/trace = 3’
to SYBHA.PFL
file. The SYBHA.PFL
file is located in the installation directory of the Fault Manager on all platforms. Increasing the trace level increases the number of log entries, and may increase the file size. You may choose one the following values for the ha/syb/trace
parameter:saphostexec
program. For example, to get the maximum verbose output, add the line service/trace = 3
to the host profile (/usr/sap/hostctrl/exe/host_profile
). The profile file is located in:/usr/sap/hostctrl/exe/host_profile
%ProgramFiles%\SAP\hostctrl\exe\host_profile1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
24 | |
14 | |
11 | |
10 | |
10 | |
9 | |
7 | |
6 | |
5 | |
5 |