Go to main content

Oracle® 6.4 TB NVMe SSD v1 Product Notes

Exit Print View

Updated: November 2021
 
 

Verify Oracle 6.4 TB NVMe SSD v1 Operation

This procedure provides instructions to verify Oracle 6.4 TB NVMe SSD v1 operation on the host for supported Oracle Solaris and Oracle Linux operating systems. Verify Oracle 6.4 TB NVMe SSD v1 operation using Oracle Hardware Management Pack utility CLI tools.

Before You Begin

  • Verify that Oracle Hardware Management Pack is installed on the host.

    For CLI command instructions, refer to Oracle Hardware Management Pack documentation at https://www.oracle.com/goto/ohmp/docs.

  • Ensure that you have access to the server (either directly or over the network).

  1. Observe Oracle 6.4 TB NVMe SSD v1 status indicator LEDs.

    Verify that the Fault-Service Required 6.4 TB NVMe SSD status indicator is not lit and that the green Power status indicator is lit on the 6.4 TB NVMe SSDs that you updated. LED status indicators are: Green (operational), Amber (faulty disk ), Blue (SSD has been prepared for removal).

    Refer to Status Indicators in Oracle 6.4 TB NVMe SSD User Guide.

  2. Log in to the target system.

    For detailed instructions, refer to the server installation guide. For example, to log in to the target system through SSH or through Oracle ILOM Remote System Console Plus, do one of the following:

    • If you are using an SSH client connection.
      1. From a shell command line in a terminal window, establish an SSH connection to the server host.

        Type: ssh root@hostname, where hostname can be the DNS name or the IP address for the server host.

      2. Log in to the system using an account with root access.
      3. Proceed to Step 3.
    • If you are using a remote system console, first refer to the server administration guide and then perform these steps.

      To launch an Oracle ILOM Remote System Console Plus session, refer to Launching Remote KVMS Redirection Sessions in the server administration guide.

      1. Access the host console. Establish a remote connection to the host console.

        Start an Oracle ILOM serial console session, type:

        -->start /HOST/console

        Are you sure you want to start /HOST/console (y/n)? y

      2. Ensure that the server is powered on and booted.
      3. Access the operating system command-line interface.

        You issue Oracle Hardware Management Pack commands from the operating system command-line interface.

  3. Identify all 6.4 TB NVMe SSDs and verify that the latest firmware packages are installed.
    1. Type the following command:

      # fwupdate list controller

      In the following example, devices are enumerated in the output returned by the above command.

      # fwupdate list controller
      ==================================================
      CONTROLLER
      ==================================================
      ID    Type   Manufacturer   Model     Product Name              FW Version
      --------------------------------------------------------------------------
      c0    NVMe   Intel          0x0a54    7335940:ICDPC2DD2ORA6.4T  QDV1RF35
      c1    NVMe   Intel          0x0a54    7335940:ICDPC2DD2ORA6.4T  QDV1RF35
      c2    NVMe   Intel          0x0a54    7335940:ICDPC2DD2ORA6.4T  QDV1RF35
      c3    NVMe   Intel          0x0a54    7335940:ICDPC2DD2ORA6.4T  QDV1RF35
      c4    NVMe   Intel          0x0a54    7335940:ICDPC2DD2ORA6.4T  QDV1RF35
      c5    NVMe   Intel          0x0a54    7335940:ICDPC2DD2ORA6.4T  QDV1RF35
      c6    NVMe   Intel          0x0a54    7335940:ICDPC2DD2ORA6.4T  QDV1RF35
      c7    SAS    LSI Logic      0x00ce    Avago MegaRAID SAS 9361-1 4.710.00
      c9    NET    Intel          0x1533    Intel(R) I210 Gigabit Net -       
    2. Verify host recognition of all 6.4 TB NVMe SSDs by checking controller ID enumeration.

      In the above example, 6.4 TB NVMe SSD controllers c0 to c6 are enumerated in the output returned by the above command.

    3. Ensure that all 6.4 TB NVMe SSDs firmware revisions are current in the output returned by the above command.

      See Minimum Supported Oracle 6.4 TB NVMe SSD v1 Firmware Version.

  4. Check NVMe device status.

    To identify NVMe controllers and current firmware versions, type:

    # nvmeadm list -v

    To identify NVMe controllers that have updated firmware, view the Firmware Revision row in the output from the nvmeadm list -v command.

    In the following example, controller SUNW-NVME-1 shows firmware version 8DV1RF30 in the output returned by the above command.

    # nvmeadm list -v
    SUNW-NVME-1
            PCI Vendor ID:                  0x8086
            Serial Number:                  PHLE7464009U6P4OGN
            Model Number:                   7335940:ICDPC2DD2ORA6.4T
            Firmware Revision:              QDV1RF35
            Number of Namespaces:           1
    root:~# 
    
  5. Check the health of Oracle 6.4 TB NVMe SSD v1s.

    To check the selected 6.4 TB NVMe SSD health and SMART (Self-Monitoring, Analysis, and Reporting Technology) information, type:

    # nvmeadm getlog -h

    Ensure that the 6.4 TB NVMe SSDs have remaining drive life (Percentage Used) in the output returned by the above command.

    # nvmeadm getlog -h 
    F640-NVME-1
    SMART/Health Information:
            Critical Warning: 0
            Temperature: 312 Kelvin
            Available Spare: 100 percent
            Available Spare Threshold: 10 percent
            Percentage Used: 0 percent
            Data Unit Read: 0x1 of 512k bytes.
            Data Unit Written: 0x0 of 512k bytes.
            Number of Host Read Commands: 0x30313b3
            Number of Host Write Commands: 0x302f25d
            Controller Busy Time in Minutes: 0x0
            Number of Power Cycle: 0xf
            Number of Power On Hours: 0x1c
            Number of Unsafe Shutdown: 0xf
            Number of Media Errors: 0x0
            Number of Error Info Log Entries: 0x0
    F640-NVME-2
    SMART/Health Information:....

Related Information