AIX bootinfo Command: Difference between revisions

From UNIX Systems Administration
Jump to navigation Jump to search
(Created page with "== bootinfo options == # Display current running kernel architecture: ## <tt>'''# bootinfo -k'''</tt> # Display hardware architecture: ## <tt>'''# bootinfo -y'''</tt> # Displa...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
== bootinfo options ==
== bootinfo options ==
# Display current running kernel architecture:
# Display current running kernel architecture:
## <tt>'''# bootinfo -k'''</tt>
#: <tt>'''# bootinfo -K'''</tt>
# Display hardware architecture:
# Display hardware architecture:
## <tt>'''# bootinfo -y'''</tt>
#: <tt>'''# bootinfo -y'''</tt>
# Display realmem in kilobytes:
# Display realmem in kilobytes:
## <tt>'''# bootinfo -r'''</tt>
#: <tt>'''# bootinfo -r'''</tt>
 
== Further Reading ==
== Further Reading ==
# [http://www.ibm.com/developerworks/aix/library/au-dutta_cmds.html AIX commands you should not leave home without]
# [http://www.ibm.com/developerworks/aix/library/au-dutta_cmds.html AIX commands you should not leave home without]
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
# [http://publib.boulder.ibm.com/infocenter/pseries/v5r3/index.jsp IBM pSeries and AIX Information Center]
# [http://www.regatta.cs.msu.su/doc/usr/share/man/info/ru_RU/a_doc_lib/cmds/aixcmds1/bootinfo.htm Commands Reference, Volume 1 - bootinfo]
[[Category:AIX]]

Latest revision as of 20:57, 13 December 2017

bootinfo options

  1. Display current running kernel architecture:
    # bootinfo -K
  2. Display hardware architecture:
    # bootinfo -y
  3. Display realmem in kilobytes:
    # bootinfo -r

Further Reading

  1. AIX commands you should not leave home without
  2. IBM pSeries and AIX Information Center
  3. Commands Reference, Volume 1 - bootinfo