이 콘텐츠는 선택한 언어로 제공되지 않습니다.
Chapter 1. Using the CLI
The Red Hat Enterprise Virtualization suite features a command line interface (CLI). This CLI provides users with a means to connect to Red Hat Enterprise Virtualization Manager outside of the standard web interface. The CLI also contains a scripting system, which helps system administrators perform periodic maintenance or repetitive tasks on their virtualization environment via client machines.
1.1. Installing the CLI 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Install the Red Hat Enterprise Virtualization CLI to a client machine:
- Log into the client machine as the
rootuser. - Register your system with the Content Delivery Network, entering your Customer Portal user name and password when prompted:
# subscription-manager register - Find the
Red Hat Enterprise Virtualizationsubscription pool and note down the pool ID.# subscription-manager list --available - Use the pool identifiers located in the previous step to attach the
Red Hat Enterprise Virtualizationentitlement to the system:# subscription-manager attach --pool=pool_id - Enable the required repository:
# subscription-manager repos --enable=rhel-6-server-rhevm-3.6-rpms - Install the CLI package and dependencies:
# yum install rhevm-cli