“VCS WARNING V-16-1-10584 Last key is not associated with an element “
The attribute ResourceRecipients requires a key/value pair. The key refers to the email for notification(user@company.com) . The other value refers to the minimum severity level for which the notification is generated.
The syntax for the command would look like.
# haattr -default BaseFSChk2 ResourceRecipients "username@company.com" "Warning" << Two values required
This attribute was added in 6.0 onwards. While doing a typetocmd conversion in the newer version, this attribute gets added.
# haattr -default BaseFSChk2 ResourceRecipients "username@company.com" "Warning" << Two values required
Applies To
6.0RP1