Disk path monitoring

I've a 2 node cluster that share a SCSI RAID.
I've enabled monitoring of disk paths from both the nodes (for RAID disk only). All other disk paths are unmonitored.
I've also enabled rebooting of the nodes if the disk paths fail.
When I disconnect the SCSI cable from one of the nodes, the output of "cldev status" shows the disk path status as "Fail" but the node does not reboot.
Is there something that I'm missing here?

In the following output d10 is the shared disk:
# /usr/cluster/bin/scdpm -p all
yoda:reboot_on_path_failure enabled
yoda:/dev/did/rdsk/d2                                        Unmonitored
yoda:/dev/did/rdsk/d3                                        Unmonitored
yoda:/dev/did/rdsk/d1                                        Unmonitored
vader:reboot_on_path_failure enabled
vader:/dev/did/rdsk/d5                                       Unmonitored
vader:/dev/did/rdsk/d6                                       Unmonitored
vader:/dev/did/rdsk/d4                                       Unmonitored
chips:reboot_on_path_failure enabled
chips:/dev/did/rdsk/d8                                       Unmonitored
chips:/dev/did/rdsk/d9                                       Unmonitored
chips:/dev/did/rdsk/d10                                      Fail
chips:/dev/did/rdsk/d7                                       Unmonitored
salsa:reboot_on_path_failure enabled
salsa:/dev/did/rdsk/d12                                      Unmonitored
salsa:/dev/did/rdsk/d13                                      Unmonitored
salsa:/dev/did/rdsk/d10                                      Ok
salsa:/dev/did/rdsk/d11                                      Unmonitored
# svcs -l scdpm
fmri         svc:/system/cluster/scdpm:default
name         Sun Cluster Disk Path Monitoring Daemon
enabled      true
state        online
next_state   none
state_time   Wed 26 Mar 2008 04:17:44 PM EDT
logfile      /var/svc/log/system-cluster-scdpm:default.log
restarter    svc:/system/svc/restarter:default
contract_id  90
dependency   require_all/none svc:/system/cluster/cl_boot_check:default (online)
dependency   require_all/none svc:/system/cluster/cl-svc-enable:default (online)

Similar Messages

  • Path Monitoring in SC3.0

    When setting up a SC3.0 environment (two nodes/hosts, each of which with 1 and only 1 path to a disk subsystem, 2 heartbeat cables, 1 quorum disk) I experienced an astonishing phenomenon:
    Once an NFS service is defined (HA-protected), it comes to a host failover, i.e. when the heartbeat cables are pulled, when the 'active node' is powered off or when the 'active node' goes into ok prompt (stop + A). However it does n o t come to a host failover, when the last (in this case the only) cable to the disk subsystem is pulled. It seems as if there is no path monitoring. But that would contradict the concept of high availability.
    Does someone have an idea how to fix/work around that or is my understanding of HA wrong?
    Cheers Hans-Paul

    Does someone have an idea how to fix/work around that
    or is my understanding of HA wrong?Sun Cluster 3.0 does not perform disk path monitoring.
    The responsibility for discovering failed disk paths is
    left to other means: StorEdge Traffic Management
    Software or VxVM DMP. In your case where you have
    a single SCSI path, there is no opportunity for path
    failover. As a rule, Sun Cluster 3.0 requires multiple
    paths or mirrored storage.
    In the future this will change. However, unlike networking
    protocols, storage protocols to date provide little help in
    determining path quality. Even logical volume managers
    only do this via failed read or write attempts, which does
    not provide full fault coverage. So, today, storage path
    monitoring is nontrivial.
    -- richard

  • How to map ASM disk path to physical disk on AIX?

    Hi Everyone,
    I am working on a plug-in for Oracle Enterprise Manager 10gR2 on AIX 5.3 which provides monitoring of storage arrays and supports ASM databases in addition to the 'emrep' database. One of the metric of that plug-in is populated by the result from a korn shell script. The script directly runs on the AIX host (connected to the storage array by FC cables via HBA ports) and retrieves the mapping for -- Physical disk - Logical Disk - LUN - ASM Disk.
    Now, I was able to get the mapping for Physical Disk – Logical Disk – LUN, but could not map ASM Disk. I googled a lot for any clue but did not find the answer to this specific problem.
    Now, I have the list of physical disks used for ASM by the command—
    lspv
    hdisk0 0001c22ac8d664ca rootvg active
    hdisk1 0001c22aa51f496a Oracle active
    hdisk2 0001c22ac478263a scratch active
    hdisk3 0001c22ac472549a Oracle active
    hdisk4 0001c22ac4725d6a Oracle active
    hdisk5 none None
    hdisk6 none None
    hdisk7 none None
    hdisk8 none None
    hdisk9 none None
    hdisk10 none None
    hdisk11 none None
    hdisk12 none None
    hdisk13 none None
    hdisk14 none None
    hdisk15 none None
    hdisk16 none None
    The disks hdisk5-16 are ASM disks and there are no PVID’s present.
    I also have the list of ASM disks by the command—
    ls –l /dev | grep oracle
    crw-rw---- 1 oracle dba 22, 6 May 12 00:02 asm_rd10_1a
    crw-rw---- 1 oracle dba 22, 10 Apr 21 07:27 asm_rd10_1b
    crw-rw---- 1 oracle dba 22, 7 May 09 13:53 asm_rd10_1c
    crw-rw---- 1 oracle dba 22, 8 May 09 13:53 asm_rd5_1a
    crw-rw---- 1 oracle dba 22, 4 May 12 00:02 asm_rd5_1b
    crw-rw---- 1 oracle dba 22, 9 Apr 21 07:28 asm_rd5_1c
    crw-rw---- 1 oracle dba 22, 12 May 12 00:02 asm_xbb2_rd10_1a
    crw-rw---- 1 oracle dba 22, 11 Apr 24 07:34 asm_xbb2_rd10_1b
    crw-rw---- 1 oracle dba 22, 13 May 09 13:53 asm_xbb2_rd10_1c
    crw-rw---- 1 oracle dba 22, 16 May 12 00:02 asm_xbb2_rd5_1a
    crw-rw---- 1 oracle dba 22, 14 Apr 24 07:34 asm_xbb2_rd5_1b
    crw-rw---- 1 oracle dba 22, 15 May 09 13:54 asm_xbb2_rd5_1c
    Now I am looking for a way to map these two lists with each other, and had no luck so far.
    Does oracle provide this information somewhere in the OEM installation structure or is there a command in AIX which could give some way to map the ASM disks to the physical disks?
    Any help on this is greatly appreciated. Thanks in advance…
    FYI: ASMLib driver is not present on the system.

    The view you are talking about here gives the ASM DISK NAME (like DGRXBB_0001) and ASM DISK PATH (like /dev/asm_rd_10_1a) and I am already using it, but this is not what I asked in mt original post. If you read carefully, I want to establish a mapping between the ASM DISK PATH (like /dev/asm_rd_10_1a) and the AIX Physical disk (like /dev/hdisk5) and did not find any view giving this info. If you know of some views which could help establish this mapping or some AIX commands or files that could help do this using shell script, it is most welcome

  • Disk Space Monitor

    hi
    I have set up a logical disk space monitor for windows 2012 servers on my Operations manager 2012. The threshold value is 500MB. However, No alert is generated even when my disk has exceeded 500MB. It works when i set the threshold below 100 MB. Can you
    please help out on this?  Is it because of the wrong instance ?
    The object has been specified as "Logical Disk"
    Counter is %free space and the instance is the C:\ drive. 

    Does you using Logical Disk Free Space, from Windows Server OS Management  Pack, in monitoring the free disk space?
    Case 1 Logical disk Free Space Monitor:
    It will generate alert if both the conditions, disk free space and % of free disk space, are below threshold.
    Recommendation: You may enable another monitor ,Disk Free Space (MB) Low, which is disable by default.
    Case 2 you own custom monitor:
    Please dump your setting for troubleshooting
    Roger

  • Create ASM Disk Groups cannot see Disk Path to select during installation

    Hello Guys,
    I am setting up 2 node RAC on 11gR2 and Linux.
    I have configured all the pre-installation steps that are required to run Grid Setup as per my understanding.
    I have configure SAN partitions using multipath.
    I can see my SAN volume when i query multipath -l
    Then i configured the raw partitions by oracleasm. Configured and then created mount points:
    /dev/oracleasm/disks/
    CRSVOL1 DATAVOL1 FRAVOL1
    Later on I created the disks using oracle asm command:
    /usr/sbin/oracleasm createdisk CRSVOL1 /dev/mapper/racdbp1 and so on...
    I have run /usr/sbin/oracleasm scandisks
    Cleaning any stale ASM disks...
    Scanning system for ASM disks...
    And when i list disk with command /usr/sbin/oracleasm listdisks
    it shows the disk like this on both nodes:
    CRSVOL1
    DATAVOL1
    FRAVOL1
    BUT during the installation screen when it comes to create ASM Disk Groups It shows nothing in the add disk frame, I cant select the volumes I can list, like i did above.
    Any hint please?
    Thanks, Imran

    Thanks but my problem is very specific. I feel that i have performed all the necessary steps to get complete the step i discussed above. As per different commands all is set. But i am unable to see Disks and Disks Paths during the installation screen. This is another output to verify if the installe user have rights on the asm devices:
    [grid@racnode1 mapper]$ cd /dev/oracleasm/disks/
    DATAVOL1 ETSCRS1 ETSVOT1 ETSVOT3 FRAVOL1
    ETSASM1 ETSCRS2 ETSVOT2 EXTRADM
    [grid@racnode1 mapper]$ cd /dev/oracleasm/disks/
    [grid@racnode1 disks]$ ls -ltr
    total 0
    brw-rw---- 1 grid asmadmin 8, 1 Oct 2 16:47 ETSASM1
    brw-rw---- 1 grid asmadmin 8, 5 Oct 2 16:47 DATAVOL1
    brw-rw---- 1 grid asmadmin 8, 6 Oct 2 16:47 FRAVOL1
    brw-rw---- 1 grid asmadmin 8, 7 Oct 2 16:47 ETSVOT1
    brw-rw---- 1 grid asmadmin 8, 8 Oct 2 16:47 ETSVOT2
    brw-rw---- 1 grid asmadmin 8, 9 Oct 2 16:47 ETSVOT3
    brw-rw---- 1 grid asmadmin 8, 10 Oct 2 16:47 ETSCRS1
    brw-rw---- 1 grid asmadmin 8, 11 Oct 2 16:47 ETSCRS2
    brw-rw---- 1 grid asmadmin 8, 13 Oct 2 16:47 EXTRADM
    I will appreciate if you can help me to get through this step... Is there anything else needs to be verified?
    Regards, Imran

  • Call path monitoring for services invoked by TMQFORWARD

    Hi,
    I'm failing to make TSAM monitor call-paths for services invoked by TMQFORWARD.
    If the service(A) invoked by TMQFORWARD calls another service(B), the call path monitoring works, but the service(A) seems to be listed as the initiator (No indication of TMQFORWARD in the call path).
    If the service invoked by TMQFORWARD does not call other services at all, the invocation seems to be completely ignored and not listed in the Call Path Result List.
    I don't see TMQFORWARD in the call path initiator options list either.
    So is this setup not supported by TSAM yet?

    Yes, currently TMQFORWARD cannot be the initiator of call path.
    Regards,
    Yu Wang

  • Disk Space Monitors

    If you can't get the customization for space alerts with SW you can always use one of many free utilities:
    http://community.spiceworks.com/product/47308-disk-space-monitor
    

    We have quiet a few servers on our network. 
    I want to be alerted and have a ticket created for when their disk space is at a certain point. 
    Spiceworks notified us when there was less than 10% space free which is great. But we then realized that we would like to be notified at different percentages and also notified for how many GB are left instead of a percent. Sadly, There are only a few options and we would like to have a monitor that tells us less than 50 GB or less than 20 GB, but we can't seem to figure out how to add more options that it offers.
    HELP WITH THIS ASAP, would be greatly appreciated. 
    This topic first appeared in the Spiceworks Community

  • SCOM cluster disk space monitor

    Hi Guys,
    Can we monitor the cluster disks thresholds by taking the samples as we do in the logical disks??
    Because i cannot see that option coming in the cluster disk space monitor when i am overriding the monitor.There is no option for the number of samples coming in that. I want the monitor to check the utilization three times and if it exceeds then generate
    an alert.
    Thanks
    Ashish

    Hi,
    As you mentioned, threre is no option for the number of samples, you may need to rewrite the MP.
    Please refer to the following links which should be helpful for our question.
    Management Pack Authoring Options
    http://www.code4ward.net/2012/07/06/system-center-2012-operations-manager-authoring-options/
    OpsMgr: MP Update: New Base OS MP 6.0.6972.0 Adds new cluster disks, changes free space monitoring, other fixes
    http://blogs.technet.com/b/kevinholman/archive/2012/06/14/opsmgr-mpupdate-new-base-os-mp-6-0-6972-0-adds-new-cluster-disks-changes-free-space-monitoring-other-fixes.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • "logical disk health" monitor is critical

    Hello
    We have 2 HP-UX servers to monitor and everything is fine until we mount and unmount the servers disks. when we change a disk "Logical
    Disk Health" monitors State goes Critical. unfortunately this change may happen again. I reduced the discovery interval to 5 minutes and no luck. other monitors like "% free space" are healthy. what am i missing?

    I have done this. I've mentioned above the "Logical Disk Health" monitor is in critical state. other
    monitors are healthy.
    Some body told me override the physical disk discoveries interval from 14400 to 600 for test. it didn't
    work. 
    I checked the HP-UX MP user guide, there is no information about logical disk health parameters and dependencies. 
    any idea?

  • How to deal with multiple disk path's

    hi
    i'm setting up a new server with virtual servers with extra io domain's
    now i have a question on how to deal with multiple disk path's
    so following questions:
    - can i enable multipath on the primary and on the alternate domain?
    i tried this but when rebooting the alternate the alternate keep's freezing and the only solution is to hard stop it and it's depending host
    - if i can't enable multipathing how to handle this
    for example a disk has on the primary domain 4 path's to a disk
    do  i then assign all 4 path's to a virtual disk server or do i create a virtual disk server per path
    if i do the first is adding all the path to the same mpgroup enough or not

    Hello
    1.-can i enable multipath on the primary and on the alternate domain?  Yes. i understand for multipath mpxio or similar.
    2.-i tried this but when rebooting the alternate the alternate keep's freezing and the only solution is to hard stop it and it's depending host
    if you are going to use alternate domain you have to give this IO the all bus root nexus, what you describe sounds like DIO,
    3.- - if i can't enable multipathing how to handle this for example a disk has on the primary domain 4 path's to a disk
    If you have 4 path to the same disk in the primary and you are using multipath let's say mpxio, then you will have only one disk in the primary, which is a virtual device that handle the 4 paths.  That's is what you have to use in a vds.
    Please check this doc to see the best practice to ldom
    white-paper-ldom
    regards
    eze

  • "Disk Activity" monitor for multiple hard drives?

    Is there something like "Disk Activity" in the Activity Monitor utility to show which hard drive is accessed? I put a SSD in my Mac Pro but it occasionally hesitates for a few seconds as if it's accessing a file on one of the other three (slower) hard drives. I want to see a list of files that it needs that aren't on the SSD, so I can move them over and speed up my computer, or remove the extra hard drive eventually.

    Yes, it's possible.
    However for the maximum length I have not figured out.
    I haven't found a reason to go past 16 characters.

  • Operations Manager log flooded with 11903 errors due to "Virtual Hard Disk free disk space" monitor

    Management Pack: Microsoft Windows Hyper-V 2012 R2 Monitoring (7.1.10104.0)
    Monitor: Virtual Hard Disk free disk space
    There appears to be an issue with this monitor. Every hour, each of my Hyper-V servers is reporting dozens of errors similar to the following. It seems like there is a disconnect between the expected return type (integer) and the actual type (decimal) when
    checking the free space on VHDX files.
    Log Name:      Operations Manager
    Source:        Health Service Modules
    Date:          2/5/2014 7:59:47 AM
    Event ID:      11903
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      BEAST.corp.technologytoolbox.com
    Description:
    The Microsoft Operations Manager Expression Filter Module could not convert the received value to the requested type.
    Property Expression: Property[@Name='Microsoft:9AC8FCAB-800D-424F-ABCB-747063E5FCF1\559D22F4-A565-4AD4-9B71-44FC5D815C0C\0\0\L.FreeSpace']
    Property Value: 488033.99609375
    Conversion Type: DataItemElementTypeInteger(5)
    Original Error: 0x80FF005A
    One or more workflows were affected by this. 
    Workflow name: Microsoft.Windows.HyperV.2012.R2.VirtualDrive.FreeSpaceMonitor
    Instance name: Hard Disk
    Instance ID: {0C0E0759-D846-963C-21E6-3C1A1C096D5F}
    Management group: HQ
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Health Service Modules" />
        <EventID Qualifiers="49152">11903</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-02-05T14:59:47.000000000Z" />
        <EventRecordID>32395</EventRecordID>
        <Channel>Operations Manager</Channel>
        <Computer>BEAST.corp.technologytoolbox.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data>HQ</Data>
        <Data>Microsoft.Windows.HyperV.2012.R2.VirtualDrive.FreeSpaceMonitor</Data>
        <Data>Hard Disk</Data>
        <Data>{0C0E0759-D846-963C-21E6-3C1A1C096D5F}</Data>
        <Data>Property[@Name='Microsoft:9AC8FCAB-800D-424F-ABCB-747063E5FCF1\559D22F4-A565-4AD4-9B71-44FC5D815C0C\0\0\L.FreeSpace']</Data>
        <Data>488033.99609375</Data>
        <Data>DataItemElementTypeInteger(5)</Data>
        <Data>0x80FF005A</Data>
      </EventData>
    </Event>

    SCOM agent is running as SYSTEM. (I used to run SCOM agents as a low-privilege domain account but eventually surrendered to "The Dark Side" due to the number of issues encountered with that approach.)
    PS HKU:\.DEFAULT\Control Panel\International> dir
    Hive: HKEY_USERS\.DEFAULT\Control Panel\International
    Name Property
    Geo Nation : 244
    User Profile Languages : {en-US}
    ShowAutoCorrection : 1
    ShowTextPrediction : 1
    ShowCasing : 1
    ShowShiftLock : 1
    User Profile System Backup Languages : {en-US}
    ShowAutoCorrection : 1
    ShowTextPrediction : 1
    ShowCasing : 1
    ShowShiftLock : 1

  • Failover cluster - get disk path ?

    Hi
    i have created a failover cluster, with two disk cluster disk1 and cluster disk 2, is there any powershell command which can get me the path of the disk. like return value should be S:/ 
    Thanks
    Sid
    sid

    Hi sidhanttiwari,
    Additional, you can refer the following related article to get more information about your shared storage.
    PowerShell for Failover Clustering: CSV Free Disk Space (and other info)
    http://blogs.msdn.com/b/clustering/archive/2010/06/19/10027366.aspx
    Understanding the state of your Cluster Shared Volumes in Windows Server 2012 R2
    http://blogs.msdn.com/b/clustering/archive/2013/12/05/10474312.aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Disk Space Monitoring Tools

    I'm looking for a tool that will monitor all of my X-Servers and display the disk space for all of them within one application. If anyone knows of one, please let me know.
    Thanks,
    Peter

    I use [cacti|http://cacti.net> for this

  • Logical disk availability monitor on SCOM 2012 r2

    Hi Team,
    Please let me know in which management pack has the  rule or monitor for logical disk availability. We need to monitor HP physical disk ( c:\ or D:\ Logical disk) availability.

    Hi,
    System Center Management Pack for Windows Server Operating System
    http://www.microsoft.com/en-us/download/details.aspx?id=9296
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • How Can I separate my MIDI Channels with layered instruments in MainStage 2 With my Axiom 61?

    I have been at it for 3 days straight. I want to play an internal instrument (EVB3 for example) and trigger samples with the EXS24 without triggering notes from the other instrument. I have my keyboard set to MIy help meDI channel 1 and my drum pads

  • ITunes 10.7 error

    A window popped up stating that there is a new version of iTunes 10.7 to download.  I clicked the button to install the new version, and a short time later got an error.  It said to try to go to Tools and download it manually.  I did this and it down

  • Need example of properties file use

    I'm writing a text based adventure game to get some practice with the Java language. The only thing that's proving to be difficult is saving the game. I need an example of a class for basic properties operations. I've found various tutorials that all

  • Batch appropriation request?

    hi experts, if i can use shdb or others  to create a batch program for appropriation request,i have tried shdb,but strangly after i click the 'create buttom',the processing is finished best regards zlf

  • Where is iPad 3 in ios 6 devices list

    Hello Where is the iPad 3 in ios 6 devices list ? down http://www.apple.com/ios/whats-new/ ipad 2 ipad 4 ipad mini where is ipad 3 ?