Changes between Version 15 and Version 16 of 3Ware
- Timestamp:
- 08/25/08 11:40:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
3Ware
v15 v16 59 59 Moreover, it show rebuild status in percent when the array is rebuilding and it's easily parsable because 3Ware filled the not relevant columns with a dash instead of let them empty. Good job ! 60 60 61 62 == 3ware-status == 63 64 3ware-status is a package I wrote by myself. It includes a python wrapper around tw_cli command and an initscript which daemonize the launch of the wrapper.[[BR]] 65 It also handle failure detection and report it by mail and syslog. It also handle unexpected output change and reminder until the status is fine again. 66 67 ''GRAB-IT NOW FROM OUR REPOSITORY'' 68 69 Example output: 70 {{{ 71 server:~# 3ware-status 72 -- Arrays informations -- 73 -- ID Type Size Status 74 c0u0 RAID1 153G OK 75 76 -- Disks informations 77 -- ID Model Status 78 c0u0p0 VNRD3EC4C7J1SM OK 79 c0u0p1 VNRD3EC4C7HZZM OK 80 }}} 81 61 82 == 3dm2 == 62 83