![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||||||
Solution Type Technical Instruction Sure Solution 1998472.1 : FS System: How to gather Oracle FS Path Manager (FSPM) logs
In this Document
Applies to:Oracle FS1-2 Flash Storage System - Version All Versions and laterInformation in this document applies to any platform. GoalThis document describes the methods to collect Flash Storage Path Manager logs to troubleshoot multipathing issues. What logs are collected
Since the FSPM daemon and some of the driver logs are stored in memory, always ensure to collect FSPM logs before restarting the FSPM daemon or the host.
SolutionUsing Oracle FS Storage System Manager
1. Navigate to Support > System Logs 2. Click on tab Actions > Create 3. Under SAN Host Log Selection, click on "Select Hosts" and select the hosts for which you want to collect the FSPM logs. 4. Click OK. FSPM log collection from the Hosts
Use this method only if the Graphical User Interface (GUI) method fails or the host is showing as "Not Communicating" in FS System Manager.
Log collection on non-Windows hosts (AIX, HP-UX, RHEL, OEL and Solaris) 1. Find the path to fspmd daemon
#ps -ef |grep fspmd
root 10673 1 0 Mar29 ? 00:00:11 /opt/oracle/fspm/bin/fspmd
root 12499 12485 0 23:18 ttyS0 00:00:00 grep fspmd 2. Execute following command: Eg : For Solaris hosts #/opt/oracle/fspm/sbin/fspmd -d 3. The FSPM logs are saved under dir "/var/log/fspmd/". File "*COLLECTION_FINISHED" is created once the log collection is complete. bash-3.2# cd /var/log/fspmd
Log collection on Windows hosts
1. Find out the location of "fspmd" from the properties associated to the service. 2. Execute the "fspmd" daemon command with "-d" option. 3. The logs are collected under path "%windir%\Debug\fspmd". After the log collection is finished, file "*COLLECTION_FINISHED" is created.
Do you still have questions? Use My Oracle Support Communities. They are monitored by Oracle support engineers, so reliable and correct answers can be expected. Ask questions and see what others are discussing in the Oracle Flash Storage Systems community.
Attachments This solution has no attachment |
||||||||||||||||||||||
|