ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • system node coredump reports upload

    (DEPRECATED)-Upload an application core report to a remote site

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    This command is deprecated and might be removed in a future release of Data ONTAP. See core report information in the SmartSoft tool.

    The system node coredump reports upload command uploads an application report to a specified URL. You should use this command only at the direction of Fujitsu support personnel.

    Parameters

    -node {<nodename>|local} - Node That Owns the Coredump

    This specifies the node on which the report is located.

    -reportname <text> - Report Name

    This specifies the name of the report that is to be uploaded.

    [-location <text>] - URL for Coredump Upload Directory

    This specifies the URL to which the report is to be uploaded. The following protocols are supported: ftp and http. (By default, the location is set to ftp://ftp.netapp.com/to-ntap/)

    [-casenum <integer>] - Case Number

    This specifies the support case number that is be prefixed to the core file name at the destination. The case number is critical information for quick and automated processing of the received core file.

    Examples

    The following example shows how a report named notifyd.1894.80335005.2011-03-25.09_59_43.ucore.bz2 is uploaded on a node named node0 to the default location. The support case number is 2001234567.

    cluster1::> system node coredump reports upload -node node0 -corename notifyd.1894.80335005.2011-03-25.09_59_43.ucore.bz2 -casenum 2001234567
    Top of Page