1. To check all the virtual devices on the VIOSlsdev –virtual2. To check the virtual device mapping.lsmap –all3. To check the adapters on the VIOSlsdev –type adapter 4. To Access the rootoem_setup_env5. To check the ip addr assigned to VIOSlstcpip –interfaces6. To check the status of virtual Ethernet adapters.lsmap –all –net7. To configure the hardwarecfgdev8. To check the slot ID of the virtual devices:lsmap –all command9. To remove the virtual devicermdev –dev vhost0 –recursive10. To see the VPDlsdev –vpd |more11. To see the LV in a VGlsvg –lv <vgname>12. To mirror iosextendvg rootvg hdisk1mirrorios –f hdisk1 ----
f flag will automatically reboot the VIOS.13.To create VG in VIOSmkvg –f –vg <vgname> <pvname>e.gmkvg –f –vg clientvg hdisk114.To create LVs for vitual disks:mklv –lv <lvname> <vgname> <size>e.g mklv –lv client1 clientvg 10G -------
10G is the size of LV