Netra Server X5-2 Service Manual

Exit Print View

Updated: October 2016
 
 

Unmount an NVMe Storage Drive (Oracle Solaris)

This task uses pcie13 as an example.

  1. Log in to Oracle Solaris.
  2. Find the NVMe drive slot number.

    This output has been edited for clarity.

    # hotplug list –lc
    Connection  State    Description  Path
    ------------------------------------------------------------------
    ...
    pcie13      ENABLED  PCIe-Native  /pci@7a,0/pci8086,2f08@3/pci111d,80b5@4
    ...
  3. Detach the device driver, and power off the drive slot.
    # hotplug poweroff pcie13
  4. Verify that the NVMe storage drive was unmounted.

    The state of the slot must be PRESENT.

    # hotplug list –lc
    Connection  State    Description  Path
    ------------------------------------------------------------------
    pcie13      PRESENT  PCIe-Native  /pci@7a,0/pci8086,2f08@3/pci111d,80b5@4

Related Information