From owner-freebsd-questions@freebsd.org Thu May 26 10:20:59 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4552DB4A713 for ; Thu, 26 May 2016 10:20:59 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from vm.unsane.co.uk (unsane-pt.tunnel.tserv5.lon1.ipv6.he.net [IPv6:2001:470:1f08:110::2]) by mx1.freebsd.org (Postfix) with ESMTP id 1A06F1E81 for ; Thu, 26 May 2016 10:20:58 +0000 (UTC) (envelope-from vince@unsane.co.uk) Received: from Vincents-MacBook-Pro-2.local (lon.namesco.net [195.7.254.102]) by vm.unsane.co.uk (Postfix) with ESMTPSA id 38B9E30046 for ; Thu, 26 May 2016 11:20:58 +0100 (BST) Subject: Re: command line utility for mrsas raid? To: freebsd-questions@freebsd.org References: From: Vincent Hoffman-Kazlauskas Message-ID: Date: Thu, 26 May 2016 11:20:56 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 May 2016 10:20:59 -0000 On 24/05/2016 22:25, Matthew Seaman wrote: > On 24/05/2016 22:07, Dan Lists wrote: >> I have a Dell with a Perc H730p raid card running FreeBSD 10.3. I am using >> the mrsas driver and it works great. >> >> Is there a command line utility for managing the RAID similar to mfiutil >> for mfi deveices? > > MegaCli -- it's pretty horrible, but it should do what you want. > > Matthew > > I had a look recently for the latest version of this from LSI (now avago) and they seem to have moved to a new util called storcli which is more reminiscent of tw_cli so a little more friendly. Wont promise its supported for Perc H730p and I'm unsure what chipset that uses but worth a quick download. http://docs.avagotech.com/docs-and-downloads/docs-and-downloads/raid-controllers/raid-controllers-common-files/1.19.04_StorCLI.zip In theory I may try and submit a port, but if anyone beats me to it thats no bad thing. Vince