| STEP |
Operation Description |
Execution Location |
Command Used |
| 1 |
Checking the virtual I/O assigned to a logical domain, in Oracle Solaris on the control domain |
Control domain |
primary# ldm list-bindings <domain-name> |
| 2 |
Releasing the virtual I/O from the logical domain, in Oracle Solaris on the control domain |
Control domain |
To release the virtual network interface primary# ldm remove-vnet <if-name> <domain-name>
To release a virtual disk primary# ldm remove-vdisk <if-name> <domain-name> |
| 3 |
Checking the status of the logical domain from which the virtual I/O was released, in Oracle Solaris on the control domain |
Control domain |
primary# ldm list-bindings <domain-name> |
| Procedure for Dynamically Releasing the SR-IOV Virtual Function |
| 4 |
Checking the assignment status of the SR-IOV virtual function |
Control domain Root domain |
primary# ldm list-io |
| 5 |
Releasing the SR-IOV virtual function from the logical domain |
Control domain Root domain |
primary# ldm remove-io <vf-name> <domain-name> |
| 6 |
Confirming that the SR-IOV virtual function was released from the logical domain |
Control domain Root domain |
primary# ldm list-io |
| 7 |
Deleting the SR-IOV virtual function |
Control domain Root domain |
primary# ldm destroy-vf <vf-name> |
| 8 |
Confirming that the SR-IOV virtual function was deleted |
Control domain Root domain |
primary# ldm list-io |
| Procedure for Dynamically releasing a PCIe end point. |
| 9 |
Checking the assignment status of PCIe end points |
Control domain |
primary# ldm list-io |
| 10 |
Releasing the PCIe end point assigned to the logical domain |
Control domain |
primary# ldm remove-io <device> <domainname> |
| 11 |
Confirming that the PCIe end point was released from the logical domain |
Control domain |
primary# ldm list-io |
| Procedure for Dynamically Releasing a Root Complex |
| 12 |
Checking the assignment status of root complexes, in Oracle Solaris on the control domain |
Control domain |
primary# ldm list-io |
| 13 |
Releasing the root complex assigned to a logical domain, in Oracle Solaris on the control domain |
Control domain |
primary# ldm remove-io <bus> <domain-name> |
| 14 |
Confirming that the root complex was released from the logical domain, in Oracle Solaris on the control domain |
Control domain |
primary# ldm list-io |