Is there any way we can use commands trigger the server profiling within MCU? How to script MCU tasks.
説明
Is there any way we can use commands trigger the server profiling within MCU ?
How to script MCU tasks.
対策
MCU PowerShell Cmdlets and Unix CLI Commands could be used. PowerShell modules provide a "scriptable" interface to many mangement console tasks. Using Management Console for Unix PowerShell commands, you can manage group membership, change user passwords, or connect to the Management Console for Unix Web service.
The connect command needs to be an AD command that can log into MCU. /opt/quest/mcu/bin/connect-qmcuservice
Once connected however there are a bunch of commands that can be run such as new-qmcuser. You just can't run the others until you've successfully connected.
To add, profile, and cache a computer's credentials, pipe these commands together: Unix CLI: new-qmcucomputer -c test.example.com | set-qmcucomputercredential | update-qmcucomputer Specify credentials to log in to test.example.com: Username: root Password: *******