Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-2244863.1
Update Date:2017-03-22
Keywords:

Solution Type  Technical Instruction Sure

Solution  2244863.1 :   Fujitsu M12-2 / M12-2S: Updating Fwupdate and Nvmeadm Commands to Support These Platforms  


Related Items
  • Fujitsu SPARC M12-2S
  •  
  • Fujitsu SPARC M12-2
  •  
Related Categories
  • PLA-Support>Sun Systems>SPARC>Enterprise>SN-SPARC: Fujitsu M10
  •  




In this Document
Goal
Solution


Applies to:

Fujitsu SPARC M12-2 - Version All Versions and later
Fujitsu SPARC M12-2S - Version All Versions and later
Information in this document applies to any platform.

Goal

Enable  nvmeadm and fwupdate to work on the Fujitsu M12-2 / M12-2S platform.

 

Currently we see the following errors:

# nvmeadm
ERROR: Platform not supported
# fwupdate
ERROR: Platform not supported

Solution

Workaround:
Perform the following procedure.
1.Delete the configuration information files in /etc/ssm/hmp.
  # rm /etc/ssm/hmp/*
2.Execute nvmeadm or fwupdate.
  # nvmeadm 
  Or
  # fwupdate
  Configuration information files are automatically creates in /etc/ssm/hmp.
3. Create the following configuration information files.
   Create the following two files in a text editor:
   host_profile.xml
   platforms.json

/tmp/host_profile.xml

<?xml version="1.0" encoding="utf-8"?>
<hmp_profile schemaVersion="1">
    <control>
        <!-- Time in seconds from Epoch. -->
        <timestamp>1438633604</timestamp>

        <!-- Minimum version of HMP supported -->
        <hmp_min_ver>2.3.2</hmp_min_ver>

        <!-- ilom, host, patch, other -->
        <origin>ILOM</origin>

        <supported_platforms>SPARC M12-2</supported_platforms>
        <supported_platforms>SPARC M12-2S</supported_platforms>
    </control>

    <tool_support>
        <element>
            <platform_name>SPARC M12-2</platform_name>
            <platform_name>SPARC M12-2S</platform_name>
            <utility_property>
                <name>ALL</name>
                <supported>NO</supported>
                <add_runtime_mode>DEFAULT</add_runtime_mode>
            </utility_property>
            <utility_property>
                <name>FWUPDATE</name>
                <supported>YES</supported>
                <add_runtime_mode>DEFAULT</add_runtime_mode>
            </utility_property>
            <utility_property>
                <name>NVMEADM</name>
                <supported>YES</supported>
                <add_runtime_mode>DEFAULT</add_runtime_mode>
            </utility_property>
        </element>
    </tool_support>
    <platform_data>
    {
        "version": "1.0.0.0",
        "platforms": {
            "aliases": {
                "SPARC M12-2": "undefined",
                "SPARC M12-2S": "undefined"
            },
            "hosts": {
                "undefined": {
                    "internal_hbas": {
                        "1000:0050:1000:3060":
                        {
                            "backplanes": [ "internal_4_square" ],
                            "nac_name_format": "/SYS/SASBP/HDD%d"
                        }
                    }
                }
           }
        }
    }
    </platform_data>
</hmp_profile>

/tmp/platforms.json

    {
        "version": "1.0.0.0",
        "platforms": {
            "aliases": {
                "SPARC M12-2": "undefined",
                "SPARC M12-2S": "undefined"
            },
            "hosts": {
                "undefined": {
                    "internal_hbas": {
                        "1000:0050:1000:3060":
                        {
                            "backplanes": [ "internal_4_square" ],
                            "nac_name_format": "/SYS/SASBP/HDD%d"
                        }
                    }
                }
           }
        }
    }

4.Replace files with these configuration information files.
  # rm /etc/ssm/hmp/host_profile.xml
  # rm /etc/ssm/hmp/platforms.json
  # cp /tmp/host_profile.xml /etc/ssm/hmp/host_profile.xml
  # cp /tmp/platforms.json /etc/ssm/hmp/platforms.json
5.Execute the fwupdate or nvmeadm command again.
  No error messages will appear, and the command will be executed normally.

 


Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback