#! /bin/sh #------------------------------------------------------------------------------ # /var/install/bin/twadmin-cli - Call the LSI/3ware CLI # # Copyright (c) 2003-2007 Maximilian Pasternak # Copyright (c) 2008-2018 The Eisfair Team, team(at)eisfair(dot)org # # Creation: 2003-07-19 max # Last Update: $Id$ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #------------------------------------------------------------------------------ clrhome echo echo "Since there is no EIS/FAIR configuration script for" echo "LSI/3ware RAID cntrollers you have to use the 3ware BIOS" echo "or the LSI/3ware - command line interface (tw_cli) to" echo "create your RAID arrays." echo echo "You can get help by entering 'help' in the cli." echo "You can leave the cli by entering 'quit'." echo if /var/install/bin/ask "Do you want to start the command line interface now" then /usr/sbin/tw_cli fi exit 0