此内容没有您所选择的语言版本。
16.4. Installing virt-who Manually
This section will describe how to manually attach the subscription provided by the hypervisor.
Procedure 16.2. How to attach a subscription manually
List subscription information and find the Pool ID
First you need to list the available subscriptions which are of the virtual type. Run the following command in a terminal as root:Copy to Clipboard Copied! Toggle word wrap Toggle overflow Note the Pool ID displayed. Copy this ID as you will need it in the next step.Attach the subscription with the Pool ID
Using the Pool ID you copied in the previous step run the attach command. Replace the Pool ID XYZ123 with the Pool ID you retrieved. Run the following command in a terminal as root:subscription-manager attach --pool=XYZ123
[root@server1 ~]# subscription-manager attach --pool=XYZ123subscription-manager attach --pool=XYZ123 Successfully attached a subscription for: Red Hat Enterprise Linux ES (Basic for Virtualization)
Copy to Clipboard Copied! Toggle word wrap Toggle overflow