previous | 2 of 2 | letzte |
usefull command syntaxlist all servers configured on HMC in the form model_serial_number and configured lparsfor MODEL in `lssysconn -r all -F "type_model_serial_num"` do lssyscfg -r lpar -m $MODEL -F"name,lpar_id,state" | while read LPARS do echo "$LPARS,$MODEL" done done list configured processors on HMC defined managed systems for MODEL in `lssysconn -r all -F "type_model_serial_num"` do echo "Type-Model*SerialNumber=$MODEL" lshwres -r proc -m $MODEL --level sys -F"configurable_sys_proc_units,curr_avail_sys_proc_units" --header lshwres -r proc -m $MODEL --level lpar -F "lpar_name,lpar_id,curr_min_procs,curr_procs,curr_max_procs" --header echo done list configured memory on HMC defined managed systems for MODEL in `lssysconn -r all -F "type_model_serial_num"` do echo "Type-Model*SerialNumber=$MODEL" lshwres -r mem -m $MODEL --level sys -F"installed_sys_mem,configurable_sys_mem,curr_avail_sys_mem" --header lshwres -r mem -m $MODEL --level lpar -F "lpar_name,lpar_id,curr_min_mem,curr_mem,curr_max_mem" --header echo done list all configured IO defices on HMC defined managed systems for MODEL in `lssysconn -r all -F "type_model_serial_num"` do echo "Type-Model*SerialNumber=$MODEL" lshwres -r io --rsubtype slot -m $MODEL -F "lpar_name,unit_phys_loc,bus_id,phys_loc,description" --header echo done full listing of configured processors, memory and IO devices on HMC defined managed systems for MODEL in `lssysconn -r all -F "type_model_serial_num"` do echo "Type-Model*SerialNumber=$MODEL" lshwres -r proc -m $MODEL --level sys -F"configurable_sys_proc_units,curr_avail_sys_proc_units" --header lshwres -r proc -m $MODEL --level lpar -F"lpar_name,lpar_id,curr_min_procs,curr_procs,curr_max_procs" --header lshwres -r mem -m $MODEL --level sys -F"configurable_sys_mem,curr_avail_sys_mem" --header lshwres -r mem -m $MODEL --level lpar -F"lpar_name,lpar_id,curr_min_mem,curr_mem,curr_max_mem" --header lshwres -r io --rsubtype slot -m $MODEL -F "lpar_name,unit_phys_loc,bus_id,phys_loc,description" --header echo done min listing for processors and memory for MODEL in `lssysconn -r all -F "type_model_serial_num"` do echo "Type-Model*SerialNumber=$MODEL" lshwres -r proc -m $MODEL --level sys -F"configurable_sys_proc_units" --header lshwres -r proc -m $MODEL --level lpar -F"lpar_name,curr_procs" --header lshwres -r mem -m $MODEL --level sys -F"configurable_sys_mem" --header lshwres -r mem -m $MODEL --level lpar -F"lpar_name,curr_mem" --header echo done access the HMC from browserhttps://HMC_Address/preloginmonitor/index.jsp![]() ASME -Accessing the Advanced System Management Interface using a Web browserASME access![]() HMC update methodsMethod 1. Using SSH and the updhmc command.If the HMC is configured for remote ssh access, the fix can be applied using the updhmc command.
Method 2. Auto-install
WeblinksUpgrading HMCUpgrading the HMC from Version 7.3.x or Version 7.7.x to Version 7.7.8![]() POWER7 informationThis information supports HMC machine types 7042-CR4, 7042-CR5, 7042-CR6, 7042-CR7, 7042-C06, 7042-C07, and 7042-C08.Hardware Management Console operations ![]() Hardware Management Console 7042-CR4, 7042-CR5, 7042-CR6, 7042-CR7, 7042-C06, 7042-C07, and 7042-C08 service ![]() Download Sides:Recovery ISO Images:ftp://ftp.software.ibm.com/software/server/hmc/recovery_images/ ![]() Update ISO Images: ftp://ftp.software.ibm.com/software/server/hmc/updates/ftp://ftp.software.ibm.com/software/server/hmc/updates/ ![]() for network installations: ftp://ftp.software.ibm.com/software/server/hmc/network/ ![]() Fix CentralFix Central provides fixes and updates for your system's software, hardware, and operating system.http://www.ibm.com/support/fixcentral/ ![]() |
||
previous | 2 of 2 | letzte |