Changes between Version 18 and Version 19 of 3Ware
- Timestamp:
- 08/25/08 11:49:17 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
3Ware
v18 v19 6 6 7 7 [[BR]] 8 = Linux kernel drivers =8 = 1. Linux kernel drivers = 9 9 10 10 There is two drivers for 3ware cards: … … 17 17 18 18 [[BR]] 19 = Management and reporting tools =19 = 2. Management and reporting tools = 20 20 21 21 It currently exists '''no opensource tools''' for the 3Ware cards. 22 22 However, 3Ware provides two proprietary utilities for x86 and x86_64 linux systems. 23 23 24 == tw_cli ==24 == 2.1. tw_cli == 25 25 26 26 tw_cli is a command line tool to manage and monitore Eskaled cards. It works fine with 7000 and 8000 cards, as well as with the 9000 series.[[BR]] … … 29 29 ''AVAILABLE IN OUR DEBIAN PACKAGES REPOSITORY FOR BOTH I386 AND AMD64 ARCHITECTURES'' 30 30 31 === Quickstart guide for tw_cli ===31 === 2.1.1. Quickstart guide for tw_cli === 32 32 33 33 List available controllers: … … 65 65 http://3ware.com/support/UserDocs/CLIGuide-9.4.3.pdf 66 66 67 === My opinion about tw_cli ===67 === 2.1.2. My opinion about tw_cli === 68 68 69 69 tw_cli is really a good utility. It show all needed informations in just one command (info c0).[[BR]] … … 71 71 72 72 73 == 3ware-status ==73 == 2.2. 3ware-status == 74 74 75 75 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]] … … 91 91 }}} 92 92 93 == 3dm2 ==93 == 2.3. 3dm2 == 94 94 95 95 3DM2 is a Web applications with an embedded web servers that allow use to do the same things than with tw_cli but graphical.[[BR]]