#! /usr/bin/ksh ###################################### # Copyright (c) 2002- IBM CORPORATION # # Install script to install the ATDD and tapeutil downloaded from FTP site # # Version 1.1.3 08/04/2008 Add 11i v3 support # Version 1.1.2 05/20/2008 No longer to check the machine model before to install ATDD # Version 1.1.1 09/21/2006 Fix the install problem for Integrity SuperDome on IA64 # Version 1.1.0 08/23/2006 Support for all of rp, rx, sx, SD servers # Version 1.0.9 06/27/2006 Fix the install failure on 11.23 PA system # Version 1.0.8 07/07/2005 Update model recognition for rpXXXX instead of X-Class # Version 1.0.7 05/10/2005 Update for support of 11.23 PI for PA-RISC # Version 1.0.6 03/18/2005 Update for support of 11.23 PI on Itanium 2 for rx machines # Version 1.0.5 11/05/2003 Update for the DLKM driver (don't reboot after installation) # Update for rp8400 Servers # Version 1.0.4 06/05/2003 Support for the SuperDome Server # Version 1.0.3 01/30/2003 Fix the incorrect M_MODEL report # Version 1.0.2 11/21/2002 Install the products to the unsupported servers # Version 1.0.1 11/06/2002 Update for the new model of HP 9000/800 servers # Version 1.0.0 07/24/2002 Initial release ###################################### typeset UTIL_LEVEL= typeset ULEVEL= VERSION="$(uname -r)" MACHINE_TYPE="$(uname -m)" OS_VERSION="${VERSION#[A-Z].}" atdd_help () { cat <