VirtualBox

source: vbox/trunk/doc/manual/en_US/dita/topics/changevpd.dita@ 99009

Last change on this file since 99009 was 98549, checked in by vboxsync, 2 years ago

Docs: bugref:10302. Uploading .dita user manual files we received from the doc team on 25th Jan.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 2.8 KB
Line 
1<?xml version='1.0' encoding='UTF-8'?>
2<!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
3<topic xml:lang="en-us" id="changevpd">
4 <title>Configuring the Hard Disk Vendor Product Data (VPD)</title>
5
6 <body>
7 <p>
8 Oracle VM VirtualBox reports vendor product data for its virtual hard
9 disks which consist of hard disk serial number, firmware
10 revision and model number. These can be changed using the
11 following commands:
12 </p>
13 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> \
14"VBoxInternal/Devices/ahci/0/Config/Port0/SerialNumber" "serial"
15$ VBoxManage setextradata <varname>VM-name</varname> \
16"VBoxInternal/Devices/ahci/0/Config/Port0/FirmwareRevision" "firmware"
17$ VBoxManage setextradata <varname>VM-name</varname> \
18"VBoxInternal/Devices/ahci/0/Config/Port0/ModelNumber" "model"</pre>
19 <p>
20 The serial number is a 20 byte alphanumeric string, the firmware
21 revision an 8 byte alphanumeric string and the model number a 40
22 byte alphanumeric string. Instead of Port0, referring to the
23 first port, specify the desired SATA hard disk port.
24 </p>
25 <p>
26 The above commands apply to virtual machines with an AHCI (SATA)
27 controller. The commands for virtual machines with an IDE
28 controller are:
29 </p>
30 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> \
31"VBoxInternal/Devices/piix3ide/0/Config/PrimaryMaster/SerialNumber" "serial"
32$ VBoxManage setextradata <varname>VM-name</varname> \
33"VBoxInternal/Devices/piix3ide/0/Config/PrimaryMaster/FirmwareRevision" "firmware"
34$ VBoxManage setextradata <varname>VM-name</varname> \
35"VBoxInternal/Devices/piix3ide/0/Config/PrimaryMaster/ModelNumber" "model"</pre>
36 <p>
37 For hard disks, you can mark the drive as having a
38 non-rotational medium by using the following command:
39 </p>
40 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> \
41"VBoxInternal/Devices/ahci/0/Config/Port0/NonRotational" "1"</pre>
42 <p>
43 Additional three parameters are needed for CD/DVD drives to
44 report the vendor product data:
45 </p>
46 <pre xml:space="preserve">$ VBoxManage setextradata <varname>VM-name</varname> \
47"VBoxInternal/Devices/ahci/0/Config/Port0/ATAPIVendorId" "vendor"
48VBoxManage setextradata <varname>VM-name</varname> \
49"VBoxInternal/Devices/ahci/0/Config/Port0/ATAPIProductId" "product"
50VBoxManage setextradata <varname>VM-name</varname> \
51"VBoxInternal/Devices/ahci/0/Config/Port0/ATAPIRevision" "revision"</pre>
52 <p>
53 The vendor id is an 8 byte alphanumeric string, the product id
54 an 16 byte alphanumeric string and the revision a 4 byte
55 alphanumeric string. Instead of Port0, referring to the first
56 port, specify the desired SATA hard disk port.
57 </p>
58 </body>
59
60</topic>
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette