Build precise queries to find exactly what you need
Press ESC to close
Your review has been submitted and is pending approval.
Windows NRPE, Intel Matrix FakeRAID status check script: check_intel_fakeraid.vbs
Current Version
0.1
Last Release Date
2010-08-05
Owner
osgpcq
Website
https://www.osgpcq.net/osg/
License
GPL
Compatible With
check_intel_fakeraid.vbs
' Intel Matrix Fake RAID status check script: check_intel_fakeraid.vbs ' Vincent Tamet (osgpcq) ' ' v0.1 2010-08-05 ' ' !!! The script is for ONE volume only, if not you must finish it !!! ' Still wondering if rebuilding is warning level !? ' 'command[check_raid]=c:Windowssystem32cscript.exe //NoLogo C:nrpeplugins2check_intel_fakeraid.vbs" ' ' ' Based on softraid http://www.anchor.com.au/hosting/dedicated/monitoring_windows_software_raid ' Bin: You need the same version of the raidcfg32 app and the drivers ' You could check this with any version of raidcfg32: RAIDCFG32.exe /I ' v7.8.0.1012: http://downloadcenter.intel.com/Detail_Desc.aspx?ProductID=2869&DwnldID=18324?=eng&iid=dc_rss ' v5.6.2.1002 v5.7.0.1011 v6.1.0.1002: http://driverscollection.com/?aid=24606005865EvJIbfCFtSmwZchn ' Version vs chipset: http://www.intel.com/support/chipsets/imsm/sb/CS-022693.htm ' ' Doc I do the folowing test : RAIDCFG32.exe /ST ' 'RAIDCFG32.exe /ST WARNING: you need the same version of the drivers and the raidcfg32.exe :WARNING SEARCHING: for v7.0.0.1020 and v5.5.0.1035 version of raidcfg32.exe program: SEARCHING
'Intel(R) RAID Utility for Serial ATA - v7.8.0.1012 ICHx 'Copyright(C) 2003-07 Intel Corporation. All Rights Reserved. ' ' RAID Volumes: ' ID Name Level Strip Size Status Bootable ' 0 Volume0 RAID1(Mirror) N/A 149.0GB Updated Yes ' ' Physical Disks: ' Port Drive Model Serial # Size Type/Status(Vol ID) ' 0 GB0160EAFJE 9xxxxxxx 149.1GB Member Disk(0) ' 1 GB0160EAFJE 9xxxxxxx 149.1GB Member Disk(0) ' '"C:Program FilesIntelIntel Matrix Storage ManagerRAIDCFG32.exe" /STV ';Index,Level,StripSize,SizeinMB,Status,Bootable,Array,Name '0,1,64kB,152625,"Updated","Yes",0,"Volume0" ';Index,Level,StripSize,Size,Status,Bootable,Array,Name '0,1,64kB,976766976,"Rebuild","Yes",0,"Volume0" ';Index,Level,StripSize,Size,Status,Bootable,Array,Name '0,1,64kB,976766976,"Degraded","Yes",0,"Volume0"
You must be logged in to submit a review.
To:
From:
We’ve completely redesigned the world’s largest repository of Nagios plugins and monitoring tools. Join thousands of users sharing monitoring solutions for servers, applications, and everything in between.
Due to our redesign, all existing accounts require a password reset to access your account again.
Ready to explore 6,100+ projects and contribute to the community?
Reset Password Create Account
Happy Monitoring!