Question & Answer
Question
Quick Reference Guide to setting up an initial AIXpert configuration
Answer
To set up an initial configuration of AIXpert and set a security level of High, Medium, or Low, use one of the following methods
Using WebSM:
- Connect to your host and navigate to <name of managed host> -> AIX Security Expert -> Overview and Tasks
- Click on the security level you would like to set: High, Medium, Low.
- This will bring up a screen containing checkboxes enabled for all settings at that level.
To disable a setting on that level, uncheck the checkbox for that specific setting. - Hit "OK" to submit this and make the necessary changes to your system.
Using SMIT:
- Start SMIT or use the fastpath
# smit aixpert - Select the security level you wish: High, Medium, Low
- SMIT will create that initial security level and start up a vi editor session on that security file.
- Edit the file and comment out any settings you do not wish to enable using XML comment characters; <-- begins the comment and -\> ends the comment.
- Exit the editor and SMIT will apply the settings immediately.
Using the command-line and standard security levels:
- Set the level to High, Medium, or Low
# /usr/sbin/aixpert -l high
In the above example the High security level will be configured and set automatically.
Using the command-line and modified security levels:
- Set the level to High, Medium, or Low and save the resulting file
# /usr/sbin/aixpert -l high -n -o /etc/security/aixpert/core/mylevel.xml
Using High security as an example above.
- Edit the file and comment out any settings you do not wish to enable using XML comment characters; <-- begins the comment and -\> ends the comment.
# vi /etc/security/aixpert/core/mylevel.xml
- Apply the file to your system
# aixpert -f /etc/security/aixpert/core/mylevel.xml
[{"Product":{"code":"SWG10","label":"AIX"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Component":"Not Applicable","Platform":[{"code":"PF002","label":"AIX"}],"Version":"5.3;6.1;7.1","Edition":"","Line of Business":{"code":"LOB08","label":"Cognitive Systems"}}]
Was this topic helpful?
Document Information
Modified date:
17 June 2018
UID
isg3T1010373