Thursday, July 10, 2008
listing LPAR information from HMC commond line interface
To list managed system (CEC) managed by HMC# lssyscfg -r sys -F nameTo list number of LPAR defined on the Managed system (CEC)# lssyscfg -m SYSTEM(CEC) -r lpar -F name,lpar_id,stateTo list LPAR created in your system use lsyscfg command as mentioned below.# lssyscfg -r prof -m SYSTEM(CEC) --filter "lpar_ids=X, profiles_names=normal"Flagsm-> Managed System namelpar_ids -> Lpar ID (numeric Id for each LPAR created in the Managed system (CEC)profile_name -> To choose profile of LPARTo start console of LPAR from HMC# mkvterm -m SYSTEM(CEC) --id Xm- > managed system (ex -p5-570_xyz)id - > LPAR IDTo finish a VTERM, simply press ~ followed by a dot .!To disconnect console of LPAR from HMC# rmvterm -m SYSTEM(CEC) --id xTo access LPAR console for diffrent Managed system from HMC
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment