When attempting to add a new netapp resource to the netapp_ontap probe the following error is raised when the configuration change is saved:
Message: Remote Request Error: Remote /CORP-UIM/uimcp004siteHUB/uimcp005/netapp_ontap probes processing of operation set_ctd_configuration failed
Resolution: Please check both the PPM and remote probe log file for additional details.
Error Code: PPM-012
Release : 9.1.0
Component : UIM - NETAPP_ONTAP v1.21
Corrupted profiles in the netapp_ontap.cfg file result in the PPM-012 error when new profiles are added and the configuration change is Saved.
Entries similar to the following were causing the error:
<1.2.3.55>
msg = ResourceCritical
interval = 900sec
id = 1.2.3.55
active = true
name = prod-netapp-01
<properties>
ssl = false
host = prod-netapp-01.domain.net
user = nimuser
port = 80
pass = SsEOD38UF1fz1VNLWgcvGw==
</properties>
</1.2.3.55>
The resource tag (<1.2.3.55> in this example) should also be the same for the id, name, and properties->host keys in the resource profile. All will either be an IP address or a device name depending on what was used to create the resource profile.
If the netapp_ontap.cfg file is manually modified this can corrupt the profile and cause this problem.
Delete the corrupted profiles, then add them back in. Save the changes.
The profile name, and the name, id, and hostname keys in each profile should all use the same name (either all contain the IP address or all contain the netapp storage device name).