From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Dungan Subject: Re: Manual failback commands Date: Wed, 03 Feb 2010 09:44:17 -0800 Message-ID: <4B69B5F1.8030801@gps.caltech.edu> References: <4B68C5A7.8090303@gps.caltech.edu> <1265159278.19083.11.camel@zezette> <4B69A924.7010000@gps.caltech.edu> <1265216342.26432.9.camel@zezette> Reply-To: device-mapper development Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1265216342.26432.9.camel@zezette> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com To: dm-devel@redhat.com List-Id: dm-devel.ids > The cli has a syntax help message, accessed using 'help' or whatever > unknown keyword. > > The relevant commands are: > reinstate path $path > fail path $path > > which wrap 1/ the dm messaging to fail/resinstate a path and 2/ > disable/enable the specified path checking in multipathd > > Thanks for your continued help. Perhaps I am using the incorrect tools. Neither the 'multipath' command or the interactive mode of the multipathd daemon (multipath -k) have any of those directives documented under the 'help' listing, nor do they respond to them when I use them as you specify above. What CLI command are you using with those directives? Like: %cli_command% reinstate path $path -Scott