Server IP : 103.119.228.120 / Your IP : 3.149.29.98 Web Server : Apache System : Linux v8.techscape8.com 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64 User : nobody ( 99) PHP Version : 5.6.40 Disable Function : shell_exec,symlink,system,exec,proc_get_status,proc_nice,proc_terminate,define_syslog_variables,syslog,openlog,closelog,escapeshellcmd,passthru,ocinum cols,ini_alter,leak,listen,chgrp,apache_note,apache_setenv,debugger_on,debugger_off,ftp_exec,dl,dll,myshellexec,proc_open,socket_bind,proc_close,escapeshellarg,parse_ini_filepopen,fpassthru,exec,passthru,escapeshellarg,escapeshellcmd,proc_close,proc_open,ini_alter,popen,show_source,proc_nice,proc_terminate,proc_get_status,proc_close,pfsockopen,leak,apache_child_terminate,posix_kill,posix_mkfifo,posix_setpgid,posix_setsid,posix_setuid,dl,symlink,shell_exec,system,dl,passthru,escapeshellarg,escapeshellcmd,myshellexec,c99_buff_prepare,c99_sess_put,fpassthru,getdisfunc,fx29exec,fx29exec2,is_windows,disp_freespace,fx29sh_getupdate,fx29_buff_prepare,fx29_sess_put,fx29shexit,fx29fsearch,fx29ftpbrutecheck,fx29sh_tools,fx29sh_about,milw0rm,imagez,sh_name,myshellexec,checkproxyhost,dosyayicek,c99_buff_prepare,c99_sess_put,c99getsource,c99sh_getupdate,c99fsearch,c99shexit,view_perms,posix_getpwuid,posix_getgrgid,posix_kill,parse_perms,parsesort,view_perms_color,set_encoder_input,ls_setcheckboxall,ls_reverse_all,rsg_read,rsg_glob,selfURL,dispsecinfo,unix2DosTime,addFile,system,get_users,view_size,DirFiles,DirFilesWide,DirPrintHTMLHeaders,GetFilesTotal,GetTitles,GetTimeTotal,GetMatchesCount,GetFileMatchesCount,GetResultFiles,fs_copy_dir,fs_copy_obj,fs_move_dir,fs_move_obj,fs_rmdir,SearchText,getmicrotime MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/doc/iprutils-2.4.17.1/ |
Upload File : |
# (C) Copyright 2000, 2001 # International Business Machines Corporation and others. # All Rights Reserved. This program and the accompanying # materials are made available under the terms of the # Common Public License v1.0 which accompanies this distribution. This directory contains user space tools required by the ipr device driver. For more detailed information about ipr and iprutils, refer to the man pages and the Linux reference guide (SA23-1327), which is available here: http://publib16.boulder.ibm.com/pseries/en_US/infocenter/base/HW_scsi_adapters.htm # INSTALL Make sure your system has the following packages installed: - pciutils-devel (libpci-dev in Ubuntu) - ncurses-devel (libncurses-dev in Ubuntu) - sysfsutils - automake - autoconf - ncurses - libtool Enter the root directory and type the following commands: $ ./configure $ make $ make install If the configure script is not available in your package, you can generate it by running, on the root directory: $ ./bootstrap.sh (requires Autoconf <= 2.69) # TOOLS iprdump - A user program meant to be run in the background to gather debug information should an IOA failure occur. Ideally, this program should be started during boot time after file systems are loaded when the ipr SCSI driver is used. An init.d script is provided to do this. iprupdate - IOA/disk unit microcode update utility This tool requires no arguments and should be run after each time the device driver is loaded. It will query each adapter/disk unit for the microcode version and update adapters/disk units that are not currently at the minimum supported levels. An init.d script is provided to run this at boot time. iprinit - IOA/disk unit initialization utility This tool requires no arguments and should be run after each time the device driver is loaded. It will setup all ipr adapters and attached disks to run with optimal performance and load any adapter, disk, or scsi bus configurations saved by iprconfig. It enables U320 scsi speeds and enables tagged command queuing. iprconfig - IOA Configuration and Recovery tool This is an ncurses based utility used to configure ipr adapters and devices. The basic functions of this tool are: CONFIGURATION 1. Display hardware status. This can be used to display all ipr SCSI disks attached to your system. Using this option it is possible to obtain information about each device on the system. 2. Work with SCSI Bus Configuration. This allows flexibility in setting some SCSI Bus parameters such is Max Bus Throughput and host SCSI ID. 3. Work with Driver Configuration. Currently allows adjustment to the devices drivers log level. 4. Work with disk configuration. Allows setting per device attributes, such as queue depth. 5. Download microcode. Allows microcode to be downloaded to adapters and SCSI disks. RAID 6. Create a disk array. Used to create a disk array. 7. Delete a disk array. Allows you to delete existing arrays. Data stored on the devices will not be preserved after issuing this command. 8. Add a device to a disk array. This option allows devices of similar capacity to be included into an existing RAID 5 disk array. 9. Format Device for advanced function/Format Device for JBOD (Just a Bunch Of DASD) function. Disk devices can either be formatted to 512 bytes/sector or 522 bytes/sector. Devices must be formatted to 522 bytes/sector, or advanced function format, in order to be used in a disk array or as a hot spare. Devices not in a disk array can be formatted to 512 bytes/sector so they can be used directly by the operating system. 10. Create a hot spare. Configure a disk to become a hot spare, capable of being used by the adapter to automatically replace a failed device RECOVERY 12. Concurrent add device. Concurrently add a SCSI disk to a running system. 13. Concurrent remove device. Concurrently remove a SCSI disk from a running system. 14. Initialize and format disk. This allows you to issue a SCSI format command to SCSI disks. Proceed with caution when using this option. 15. Reclaim IOA cache storage. This is to be used by IBM hardware service personnel only. Use of this function is potentially dangerous and may delete data from the non-volatile write cache on the adapter. 16. Rebuild disk unit data. This option is generally used following concurrent maintenance. Select this option after a failing array member device has been replaced to reconstruct device as an active array member. 17. Work with Resources Containing Cache Battery Packs. A set of displays are used to view the current status of the Cache Battery on resources containing battery packs and allow maintanence actions to be performed against those resources when necessary. 18. Analyze Log. This allows you to view the error messages logged by the ipr device driver. Changes Log: 1. Concurrent maintenance commands line changes from PCI location to physical location(3/12/2012). #iprconfig -c identify-slot "U5886.001.P915059-P1-D1 1" #iprconfig -c remove-slot "U5886.001.P915059-P1-D1 1" #iprconfig -c add-slot "U5886.001.P915059-P1-D1 1" 2. Work with disk enclosures #iprconfig -c query-disk-enclosure-status #iprconfig -c suspend-disk-enclosure sg8 #iprconfig -c resume-disk-enclosure sg8