Changing CyberMgr Settings
From version 8.1.0, the cfinq utility can reset and reconfigure several important settings in the active CyberMgr process. For example, CyberMgr TraceLevel, VisibilityInterval, and SemaphoreTimeOut interval can be reset by issuing the appropriate cfinq request. CyberMgr RPC daemon does not need to be recycled.
Before you beginTo reset CyberMgr setting, as a cfinq user, you must be a root user or a member of the
cfadmin
group.- Procedure
- Open the
config.txt
file on the target CyberMgr machine in a vi editor and adjust or reset the appropriate setting as required. For example,VRefreshInterval: 20
(instead of the default 0), - Run
cfinq
with mgr option.
cfing mgr=u :
will cause local CyberMgr
daemon to re-read configuration values.cfing mgrp=u :
will cause primary CyberMgr
daemon to re-read configuration values.cfing mgrs=u :
will cause secondary CyberMgr
daemon to re-read configuration values.Note: any
cfing mgr
command should be run with only one option at a time.As the result, the requested setting is reset in the active Cybermgr
daemon. The reset request is logged in the log
/admin
file to comply with PCI requirements.