Introduction
The file ops protocols as SSH/SMB2 (that can be used for any commands ) can give us more information than expected, like IP/Hostname resolution. To limit those protocols, JetPatch made specific configuration parameters helping limit those protocols to a particular command.
Steps
- Modify "intigua.config.xml" located in "usr/share/tomcat/default/conf/
intigua.config.xml" - Restart tomcat.
Important
- The parameters need to be added between "<system>" and "</system>" tags.
- The Indentation need to be respected
-
Each command "<support-commands>INSTALL_
VLINK</support-commands>" need to be on single line.
In the example below we are limiting SSH and SMB2 to connector install only (inserted right before the end of </system>)
<system>
...
<ssh>
<support-commands>INSTALL_VLINK</support-commands>
</ssh>
<smb2>
<support-commands>INSTALL_VLINK</support-commands>
</smb2>
</system>
List of protocols available:
VSPHERE
CIFS
WEB
SSH
WINRM_SMB
SMB2
AZUREVMEXT
List of commands available:
START
STOP
RESTART_SERVICE
GET_STATUS
INSTALL_VLINK
UNINSTALL_VLINK
UPGRADE_VLINK
UPGRADE_VLINK_LOADER
UN_VIRTUALIZE
UN_VIRTUALIZE_KEEP_PACKAGE
UPDATE_CONFIG
RECONFIGURE_VLINK
FILES_LIST
FILE_CONTENT
GET_FILE
DELETE_FILE
CONNECTOR_DATA_PACKAGE
GET_VAGENT_CONFIG
GET_VAGENT_PACKAGE
UPDATE_VAGENT_CONFIG_ID
COLLECT_ENDPOINT_DATA
UPDATE_DETECTION_DIRECTORY
RUN_SCRIPT
RUN_SCRIPT_TO_FILE
INVOKE_RUNNABLE
UPDATE_DISCOVERY
PATCHING_READINESS
NOTIFY_REBOOT
TAKEOVER_VAGENT
Don't hesitate to contact the support for more information or clarification about those commands.
Comments
0 comments
Article is closed for comments.