Bug 493413
| Summary: | Looking for Manufacturer/ProductName/Serial Number to be reported by dmidecode within KVM instance | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | Andrew_Blatt |
| Component: | kvm | Assignee: | Eduardo Habkost <ehabkost> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 5.4 | CC: | kazen, tao, vanhoof, virt-maint, ykaul |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-11-10 15:47:20 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: | |||
|
Description
Andrew_Blatt
2009-04-01 16:56:56 UTC
Hi Andrew -- It looks like this was changed in later releases (through another bug): """ dmidecode -s system-manufacturer Red Hat dmidecode -s system-product-name Red Hat Enterprise Virtualization Hypervisor dmidecode -s system-serial-number 34343831-3833-5553-4538-32304E363952 """ /usr/libexec/qemu-kvm --help
...
-smbios file=binary
Load SMBIOS entry from binary file
-smbios type=0[,vendor=str][,version=str][,date=str][,release=%d.%d]
Specify SMBIOS type 0 fields
-smbios type=1[,manufacturer=str][,product=str][,version=str][,serial=str]
[,uuid=uuid][,sku=str][,family=str]
...
The results from C#1 were generated using a commandline similar to:
/usr/libexec/qemu-kvm -smbios
type=1,manufacturer="Red Hat",product="Red Hat Enterprise Virtualization
Hypervisor",serial=34343831-3833-5553-4538-32304E363952
Updating status and changing to the correct component |