This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
aix:vios_custom [2021/01/01 21:21] 127.0.0.1 external edit |
aix:vios_custom [2025/09/01 13:11] (current) manu [Remove unused packages] |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Update VIOS standard configuration ====== | ====== Update VIOS standard configuration ====== | ||
+ | https://www.ibm.com/support/pages/how-setup-sea-failover-load-sharing-configuration | ||
===== Change the prompt of the VIOS ===== | ===== Change the prompt of the VIOS ===== | ||
Line 134: | Line 134: | ||
chdev –l viosrules0 –a motd=no | chdev –l viosrules0 –a motd=no | ||
- | A new command : rules, has appear in latest VIOS versions (>2.4), you can use it to check the recommended values for each device parameter, and apply best values: | + | A new command : rules, has appear in latest VIOS versions (>2.4), you can use it to check the recommended values for each device parameter, and **apply best values**: |
<cli prompt='$'> | <cli prompt='$'> | ||
[padmin@vios1]/home/padmin$ rules -o diff -s -d | [padmin@vios1]/home/padmin$ rules -o diff -s -d | ||
Line 183: | Line 183: | ||
installp -u Java7.jre Java7.sdk | installp -u Java7.jre Java7.sdk | ||
installp -u Java7_64.jre Java7_64.sdk | installp -u Java7_64.jre Java7_64.sdk | ||
+ | </cli> | ||
+ | |||
+ | One uniq command to remove all lang packages except en_US | ||
+ | <cli prompt='$'> | ||
+ | [padmin@vios01]/home/padmin$ updateios -rmlang -preserve en_US | ||
</cli> | </cli> | ||