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-1943289.1
Update Date:2017-09-01
Keywords:

Solution Type  Technical Instruction Sure

Solution  1943289.1 :   FS System: How to Gather and Attach a Manual Log Bundle to an Existing MOS Service Request  


Related Items
  • Oracle FS1-2 Flash Storage System
  •  
Related Categories
  • PLA-Support>Sun Systems>DISK>Flash Storage>SN-EStor: FSx
  •  




In this Document
Goal
Solution
References


Applies to:

Oracle FS1-2 Flash Storage System - Version All Versions and later
Information in this document applies to any platform.

Goal

This document provides the steps necessary to upload a Manual Log Collection so that it is attached to a specific Service Request (SR).


This document includes steps for either the Graphical User Interface (GUI) or Command Line (CLI).

 

Do you still have questions after reading through this document ? You can use My Oracle Support Communities. Communities put you in touch with industry professionals like yourself. They are monitored by Oracle support engineers, so you can expect reliable and correct answers. Ask questions and see what others are asking about in the Oracle Flash Storage Systems Community.

 

Solution

Using the GUI with the R6 Release

Release 6.x has the capability to automatically attach logs to an existing SR. Failure to associate a log to an existing SR will lead to longer resolution times for your issue.

Requirements:
  • Call-Home must be enabled and functional on the FS System in order to transfer the logs.
  • Automatic Service Requests (ASR) must be enabled in My Oracle Support (MOS) for the FS System Serial Number asset.

 

  1. If you already have an open SR, skip to step 2. Otherwise, create a new SR in My Oracle Support (MOS) and describe the technical issue (refer to <Document 1544005.2> My Oracle Support 'How-to' Series: How to validate your access and create, manage, and escalate Hardware, Software or Cloud Service Requests. Note in the Service Request that you will be creating manual logs and sending them to the Call-Home Server.

  2. Log into the Oracle FS System Manager GUI.

  3. Select the "Support" tab at the top of the screen, then select "System Logs".

    Support Tab R6


  4. Select "Actions -> Create".  You can also right-click in the logs area of the screen and select "Create".

    Create logs R6


  5. Select the desired options using the image below as a guide, including SAN Hosts for host FS Path Manager log collection if this issue is related to interaction with SAN Hosts.

    It is recommended to select all the components unless advised differently by the support representative.
     

  6. Select "Send to Call-Home server".

  7. Enter the SR number in the "Notes" field. The SR number must be the first entry in this field, with white space between it and any other notes. For detailed notes regarding the log bundle, please enter them in the MOS SR.

    Options R6


  8. Then press OK to start the log collection.

  9. Select OK on the confirmation screen to confirm the collection.

    Confirmation R6


  10. The FS1 will collect the log bundle, and automatically transfer the log bundle to the Call-Home Server. As the log bundle is received, it will be automatically linked to the MOS Service Request number that was entered in the "Notes" field and notify the SR owner. If for any reasons you need to manually transfer the log bundle to Oracle, please follow the instructions in <Document 1547088.2> How to Upload Files to Oracle Support.

 
Using the CLI with the R6 Release

Release 6.x has the capability to attach automatically logs to an existing SR. Failure to associate a log to an existing SR will lead to longer resolution times for your issue(s).

Requirements:
  • Call-Home must be enabled and functional on the FS System in order to transfer the logs. If your system has no access to call-home, please refer to the section "Using the CLI with the R6 Release and with call-home non functional".
  • Automatic Service Requests (ASR) must be enabled in My Oracle Support (MOS) for the FS System Serial Number asset.

 

To use the CLI tools, download them from Oracle FS System Manager GUI. Direct the browser to the FS1 IP, then go to Management Software -> Oracle FS Command Line Interface (CLI), and select suitable CLI packages from the list. Place the package in the directory where you wish to install, then unzip the packages. Tools will be ready to run under that directory.

  

  1. Log into fscli:

    fscli login -u <username> -oracleFs <FS1 IP>
     

    Example:

    # fscli login -u administrator -oracleFs xxx.xxx.xxx.xxx

    Password: <mypassword>

    Login Successful

    *****************************************************
    **                                                 **
    **  This is a company computer system with access  **
    **  restricted to those with proper authorization. **
    **  Authorized parties are restricted to those     **
    **  functions which have been assigned to perform  **
    **  work related duties.  Any unauthorized access  **
    **  will be investigated and prosecuted to the     **
    **  full extent of the law.  If you are not an     **
    **  authorized user, disconnect now.               **
    **                                                 **
    *****************************************************

    #
     

  2. Collect the system log:

    • Collecting all the information:


      The SAN host logs, the Oracle FS CLI logs, and the replication appliance logs are collected only if the following criteria are met:

          *   There is a SAN host running the Oracle FS Path Manager in your
              environment.

          *   At least one FSCLI executable is installed on the clients in your
              environment. The FSCLI client has at least one administrator logged
              in to the Oracle FS System.

          *   If your system supports a replication appliance, the appliance must
              be connected to the Oracle FS System, and an administrator is logged
              in to the management software for the appliance.
       

      fscli system_log -collect -all -sendToCallHome -collectionReason <Oracle SR number>
       

      Where:

      -all: Requests the collection of all system information.
      -sendToCallHome: Directs the system information and logs to be sent to the Call‐Home server as soon as the collection operation completes.
      -collectionReason: Specifies the reason for performing the log collection. By entering the Oracle SR number, you allow the My Oracle System to automatically attach these new logs to the existing SR.
       

    • With the collection of logs from specific SAN hosts:

      fscli system_log -collect -all -sanhost <sanhost‐id‐or‐fqn [, sanhost‐id‐or‐fqn]> -sendToCallHome -collectionReason <Oracle SR number>
       

      You can include up to 10 SAN hosts.
       


Using the CLI with the R6 Release and with call-home non functional

To use the CLI tools, download them from Oracle FS System Manager GUI. Direct the browser to the FS1 IP, then go to Management Software -> Oracle FS Command Line Interface (CLI), and select suitable CLI packages from the list. Place the package in the directory where you wish to install, then unzip the packages. Tools will be ready to run under that directory.

 

  1. Log into fscli:

    fscli login -u <username> -oracleFs <FS1 IP>
      

    Example:
    # fscli login -u administrator -oracleFs xxx.xxx.xxx.xxx

    Password: <mypassword>

    Login Successful

    *****************************************************
    ** **
    ** This is a company computer system with access **
    ** restricted to those with proper authorization. **
    ** Authorized parties are restricted to those **
    ** functions which have been assigned to perform **
    ** work related duties. Any unauthorized access **
    ** will be investigated and prosecuted to the **
    ** full extent of the law. If you are not an **
    ** authorized user, disconnect now. **
    ** **
    *****************************************************

    #

      

  2. Collect the system log:


    • Collecting all the information:

      The SAN host logs, the Oracle FS CLI logs, and the replication appliance logs are collected only if the following criteria are met:

      * There is a SAN host running the Oracle FS Path Manager in your
      environment.

      * At least one FSCLI executable is installed on the clients in your
      environment. The FSCLI client has at least one administrator logged
      in to the Oracle FS System.

      * If your system supports a replication appliance, the appliance must
      be connected to the Oracle FS System, and an administrator is logged
      in to the management software for the appliance.

       

      # fscli system_log -collect -all -collectionReason <Oracle SR number>
       

      Where:

      -all: Requests the collection of all system information.
      -collectionReason: Specifies the reason for performing the log collection. By entering the Oracle SR number, you allow the My Oracle System to automatically attach these new logs to the existing SR.

       

    • With the collection of logs from specific SAN hosts:

      fscli system_log -collect -all -sanhost <sanhost‐id‐or‐fqn [, sanhost‐id‐or‐fqn]> -collectionReason <Oracle SR number>
       

      You can include up to 10 SAN hosts.
       

  3. Obtain the name of the log file you generated:

    # fscli system_log -list
      

  4. Download the log bundle:

    # fscli system_log -download -logBundle <logbundle name obtained in step 3> -file <filename>
      

  5. Follow the instructions in <Document 1547088.2> How to Upload Files to Oracle Support to transfer the logs to Oracle

 

 

References

<NOTE:1547088.2> - How to Upload Files to Oracle Support
<NOTE:1544005.2> - My Oracle Support 'How-to' Series: How to Validate your Access and Create, Manage, and Gain Management Attention to Hardware, Software or Cloud Service Requests

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