AIX TIPS & TRICKS: Boost Your IBM AIX Knowledge – 6

61. Display Information of a Specific Physical Volume

To display detailed information of a specific physical volume:

lspv physical_volume_name

Note: Replace `physical_volume_name` with the name of the physical volume.

62. Show Logical Volumes

To view a list of all logical volumes:

lslv

63. Display Information of a Specific Logical Volume

To display detailed information of a specific logical volume:

lslv logical_volume_name

Note: Replace `logical_volume_name` with the name of the logical volume.

64. List Volume Groups

To view a list of all volume groups:

lsvg

65. Display Information of a Specific Volume Group

To display detailed information of a specific volume group:

lsvg volume_group_name

Note: Replace `volume_group_name` with the name of the volume group.

66. List Installed Software

To list all installed software:

lslpp -l

67. Search for an Installed Software

To search for specific installed software:

lslpp -l | grep software_name

Note: Replace `software_name` with the name or part of the name of the software you’re searching for.

68. Display System Resource Controller Status

To check the status of the System Resource Controller:

lssrc -s

69. Start a System Resource Controller Subsystem

To start a specific subsystem under the System Resource Controller:

startsrc -s subsystem_name

Note: Replace `subsystem_name` with the name of the subsystem you want to start.

70. Stop a System Resource Controller Subsystem

To stop a specific subsystem under the System Resource Controller:

stopsrc -s subsystem_name

Note: Replace `subsystem_name` with the name of the subsystem you want to stop.

Leave a Comment

Your email address will not be published. Required fields are marked *

CAPTCHA * Time limit is exhausted. Please reload the CAPTCHA.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Scroll to Top