审核日志显示由选择控制阀检查割台是否为FSx导致的API错误
适用场景
适用于VMware vSphere的SnapCenter插件(SCV) 5.0P3或更高版本
问题描述
- 运行选择控制阀备份作业时,
/etc/log/mlog/audit.log
AUDIT-MLOG-TXT.GZ
ONTAP上的()显示API错误:
Wed Jul 24 2024 03:12:10 +00:00 [kern_audit:info:3329] 8503e80000098a61 :: <NODE-NAME>:http :: <SCV-IP>:<PORT> :: <SVM>:<USER> :: GET /api/private/cli/system/node/virtual-machine/instance/show-settings?fields=consumer :: Error: This API is unsupported on this platform
或
Wed Jul 24 2024 03:12:10 +00:00 [kern_audit:info:3329] 8503e80000098a61 :: <NODE-NAME>:http :: <SCV-IP>:<PORT> :: <SVM>:<USER> :: GET /api/private/cli/system/node/virtual-machine/instance/show-settings?fields=consumer :: Error: Invalid operation on this platform.
Job-<JOB_ID>.log
选择控制阀显示故障:
2024-07-24 03:12:10.691 +00:00 [DBG] Response from GetFsxDetails(): {
"records": [],
"num_records": 0,
"error": {
"message": "This API is unsupported on this platform",
"code": "2686977"
}
}
或
2024-07-24 03:12:10.691 +00:00 [DBG] Response from GetFsxDetails(): {
"records": [],
"num_records": 0,
"error": {
"message": "Invalid operation on this platform.",
"code": "2686989"
}
}