We try to copy template to another system during a ansible installation.
We copy our custom template .tplt and then deactivate snmpcollector probe with the following command:
/pu -u administrator -p {{ ca_uim_common_admin_password }} controller probe_deactivate snmpcollector
then we activate the probe with
pu -u administrator -p {{ ca_uim_common_admin_password }} controller probe_deactivate snmpcollector
We verify the ending desactivate / activate in snmpcollector.log
we can do this 2 times with same result: template name with spaces removed, and underscore and a unique ID are not generated.
After the installation if we use admin console and menu desactivate/activate file with spaces removed, and underscore and a unique ID are generated and we can delete original .tplt files.
ok but we want to resolve this trouble during installation.
Release : 9.2
Component : UNIFIED INFRASTRUCTURE MGMT