Bug 496150
| Summary: | Export HOST UUID through SMBIOS to show in guest dmidecode | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Daniel Riek <riek> |
| Component: | kvm | Assignee: | Eduardo Habkost <ehabkost> |
| Status: | CLOSED ERRATA | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.3 | CC: | mjenner, ovirt-maint, Rhev-m-bugs, shuang, syeghiay, tburke, tsanders |
| Target Milestone: | rc | Keywords: | FutureFeature |
| Target Release: | --- | Flags: | riek:
needinfo-
|
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | kvm-83-39.el5 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 496147 | Environment: | |
| Last Closed: | 2009-09-02 09:26:06 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 496147 | ||
| Bug Blocks: | |||
|
Description
Daniel Riek
2009-04-16 20:44:19 UTC
Patch for bug #496147 was included on RHEL-5-OVIRT branch on kvm-83-43.el5ovirt, and the patch was pulled to the RHEL-5 branch on kvm-83-39.el5 (bug #501729). start vm with the following command: # /usr/libexec/qemu-kvm -drive file=/data/images/rhel5.4-64.virtio,if=virtio,cache=off,index=0,boot=on \ -no-hpet -usbdevice tablet -rtc-td-hack -smp 2 -m 2G -uuid `uuidgen` \ -net nic,model=virtio,macaddr=00:66:ED:08:85:DF,vlan=0 -net tap,vlan=0,script=/etc/qemu-ifup -cpu qemu64,+sse2 \ -boot c -vnc :6 \ -smbios type=0,vendor=RedHat,version=RHEV2.1,release=2.1 \ -smbios type=1,manufacturer="Red Hat",product=RHEV,version=2.1,serial=44454C4C-4800-1032-8033-C4C04F4D3258,sku=SKU and get the following info: [root@localhost ~]# dmidecode -t 1 # dmidecode 2.9 SMBIOS 2.4 present. Handle 0x0100, DMI type 1, 27 bytes System Information Manufacturer: Red Hat Product Name: RHEV Version: 2.1 Serial Number: 44454C4C-4800-1032-8033-C4C04F4D3258 UUID: 07FC96D7-7A2A-4A1C-B79C-394FACEFCE9E Wake-up Type: Power Switch SKU Number: SKU Family: Not Specified is it the result wanted? Change the status to *VERIFIED*. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHEA-2009-1272.html |