在Unified Manager for Windows维护控制台中选择各种选项时收到错误"The term 'um' is not recognized "
适用场景
Active IQ Unified Manager (AIQUM) 9.x (Windows)
问题描述
在 Unified Manager for Windows中从PowerShell维护控制台选择各种选项(例如、生成支持包)时、操作会失败、并显示异常行为和错误:
- 此时将显示一个单独的cmd.exe窗口
- PowerShell窗口中可能会显示一个错误:
um : The term 'um' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is correct and try again.
At E:\Program Files\NetApp\ocum\maintenance_console\menu.ps1:590 char:19
+ $login_msg = um cli login -u $OCUM_CLI_USERNAME -p $OCUM_CLI_ ...
+ ~~
+ CategoryInfo : ObjectNotFound: (um:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException