How to check the AIX server Configuration details
- Find the OS, (ML/)TL (-r), and service pack version / date (-s)
- List all attributes of system
- Find the type of kernel loaded (use -a to get all options)
bootinfo and getconf can return much of the same information, getconf returns more and has the grepable -a option.
Also Read: Storage Area Network (SAN) Basic Free Tutorials
- Find the level of firmware on a system
- List all attributes for the kernel “device”
- Print a “dump” of system information
- Get all page sizes supported on this system
How to query users and groups in AIX
- List all settings for root user in grepable format
- List just the user names
- Find the fsize value for user wfavorit
- Change the fsize value for user wfavorit
(/usr)/bin/sh and (/usr)/bin/ksh are the same file. Use bsh for the Bourne shell.
Also Read: AIX Scenario based questions
How to query installed software packages in AIX
- List all files in bos.games fileset.
- Find out what fileset “fortune” belongs to.
- List packages that are above the current OS level
- Find packages below a specified (ML/)TL
- List all filesets
- List all filesets in a grepable or awkable format
- Find the package that contains the filemon utility
- Install the database (from CD/DVD) for which fileset
- Create a mksysb backup of the rootvg volume group
- Cleanup after a failed install
0 Comment to "Commands to check AIX system configuration and users information"
Post a Comment