diff --git a/xCAT-client/pods/man1/lsvm.1.pod b/xCAT-client/pods/man1/lsvm.1.pod index 9f4232624..5de832b8f 100644 --- a/xCAT-client/pods/man1/lsvm.1.pod +++ b/xCAT-client/pods/man1/lsvm.1.pod @@ -1,6 +1,6 @@ =head1 NAME -B - Lists partition profile information for HMC- and IVM-managed nodes. +B - Lists partition profile information for HMC- and IVM-managed nodes. For P7 IH, it lists the LPARs' I/O slots information and CEC configuration. =head1 SYNOPSIS @@ -8,7 +8,6 @@ I I - I I @@ -17,6 +16,8 @@ I The lsvm command lists all partition profiles defined for the partitions specified in noderange. If noderange is a CEC, all the partitions associated with that CEC are displayed. +For P7 IH, it lists the LPARs' I/O slots information and CEC configuration. + =head1 OPTIONS @@ -55,6 +56,38 @@ Output is similar to: name=lp2,lpar_name=lp2,lpar_id=2,os_type=aixlinux,all_resources=0,min_mem=128,desired_mem=1024,max_mem=1024,proc_mode=shared,min_proc_units=0.10,desired_proc_units=0.10,max_proc_units=4.00,min_procs=1,desired_procs=1,max_procs=4,sharing_mode=uncap,uncap_weight=128,io_slots=none,lpar_io_pool_ids=none,max_virtual_slots=6, "virtual_serial_adapters=0/server/1/any//any/1,1/server/1/any//any/1",virtual_scsi_adapters=2/client/1/10-7D1G/11/1,virtual_eth_adapters=4/0/1//0/0,boot_mode=norm,conn_monitoring=0,auto_start=0,power_ctrl_lpar_ids=none name=lp3,lpar_name=lp3,lpar_id=3,os_type=aixlinux,all_resources=0,min_mem=128,desired_mem=128,max_mem=128,proc_mode=shared,min_proc_units=0.10,desired_proc_units=0.10,max_proc_units=4.00,min_procs=1,desired_procs=1,max_procs=4,sharing_mode=uncap,uncap_weight=128,io_slots=none,lpar_io_pool_ids=none,max_virtual_slots=6, "virtual_serial_adapters=0/server/1/any//any/1,1/server/1/any//any/1",virtual_scsi_adapters=2/client/1/10-B7D1G/13/1,virtual_eth_adapters=4/0/1//0/0,boot_mode=of,conn_monitoring=0,auto_start=1, power_ctrl_lpar_ids=none +3. For P7 IH, to list the I/O slot information of lpar1, enter: +I + +Output is similar to: + +1: 514/U78A9.001.0123456-P1-C17/0x21010202/2/1 +1: 513/U78A9.001.0123456-P1-C15/0x21010201/2/1 +1: 512/U78A9.001.0123456-P1-C16/0x21010200/2/1 + +4. For P7 IH, to list the I/O slot information and octant configuration of cec1, enter: +I + +Output is similar to: + +1: 514/U78A9.001.0123456-P1-C17/0x21010202/2/1 +1: 513/U78A9.001.0123456-P1-C15/0x21010201/2/1 +1: 512/U78A9.001.0123456-P1-C16/0x21010200/2/1 +13: 537/U78A9.001.0123456-P1-C9/0x21010219/2/13 +13: 536/U78A9.001.0123456-P1-C10/0x21010218/2/13 +17: 545/U78A9.001.0123456-P1-C7/0x21010221/2/17 +17: 544/U78A9.001.0123456-P1-C8/0x21010220/2/17 +21: 553/U78A9.001.0123456-P1-C5/0x21010229/2/21 +21: 552/U78A9.001.0123456-P1-C6/0x21010228/2/21 +25: 569/U78A9.001.0123456-P1-C1/0x21010239/2/25 +25: 561/U78A9.001.0123456-P1-C3/0x21010231/2/25 +25: 560/U78A9.001.0123456-P1-C4/0x21010230/2/25 +29: 568/U78A9.001.0123456-P1-C2/0x21010238/2/29 +5: 521/U78A9.001.0123456-P1-C13/0x21010209/2/5 +5: 520/U78A9.001.0123456-P1-C14/0x21010208/2/5 +9: 529/U78A9.001.0123456-P1-C11/0x21010211/2/9 +9: 528/U78A9.001.0123456-P1-C12/0x21010210/2/9 +cec1: PendingPumpMode=1,CurrentPumpMode=1,OctantCount=8:OctantID=0,PendingOctCfg=5,CurrentOctCfg=1,PendingMemoryInterleaveMode=2,CurrentMemoryInterleaveMode=2;OctantID=1,PendingOctCfg=1,CurrentOctCfg=1,PendingMemoryInterleaveMode=2,CurrentMemoryInterleaveMode=2;OctantID=2,PendingOctCfg=1,CurrentOctCfg=1,PendingMemoryInterleaveMode=2,CurrentMemoryInterleaveMode=2;OctantID=3,PendingOctCfg=1,CurrentOctCfg=1,PendingMemoryInterleaveMode=2,CurrentMemoryInterleaveMode=2;OctantID=4,PendingOctCfg=1,CurrentOctCfg=1,PendingMemoryInterleaveMode=2,CurrentMemoryInterleaveMode=2;OctantID=5,PendingOctCfg=1,CurrentOctCfg=1,PendingMemoryInterleaveMode=2,CurrentMemoryInterleaveMode=2;OctantID=6,PendingOctCfg=1,CurrentOctCfg=1,PendingMemoryInterleaveMode=2,CurrentMemoryInterleaveMode=2;OctantID=7,PendingOctCfg=1,CurrentOctCfg=1,PendingMemoryInterleaveMode=2,CurrentMemoryInterleaveMode=2; =head1 FILES