Kernel boot param: Difference between revisions
Jump to navigation
Jump to search
(Phase 4.5: Kernel 메인 페이지 링크 추가) |
(Template migration to LLM-Optimized Wiki Template) |
||
| Line 1: | Line 1: | ||
== | {{Status | ||
|status=Draft | |||
|owner=Knowledge Agent | |||
|last_update=2026-07-16 | |||
|review=Pending | |||
}} | |||
{{TOC}} | |||
== Overview == | |||
Kernel boot param에 대한 기술 문서입니다. | |||
=== Summary === | |||
* 무엇인가? - Kernel boot param | |||
* 왜 필요한가? - HPC 및 서버 환경에서 필수 개념 | |||
* 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시 | |||
--- | |||
== Purpose == | |||
이 문서가 존재하는 이유 | |||
* Goal: Kernel boot param에 대한 기술 정보 제공 | |||
* Scope: Kernel boot param의 개념, 사용법, 설정 | |||
* Non-goals: 다른 주제로의 확장 | |||
--- | |||
== Key Concepts == | |||
{| class="wikitable" | |||
! Concept | |||
! Description | |||
! Related | |||
|- | |||
| Kernel boot param | |||
| HPC/서버 환경에서 중요한 기술 개념 | |||
| [[Linux]], [[Server]] | |||
|} | |||
--- | |||
== Detailed Explanation == | |||
* [[Kernel]] | * [[Kernel]] | ||
Ubuntu team introducted a [https://wiki.ubuntu.com/Kernel/KernelBootParameters#About_Kernel_Boot_Parameters good guide for Kernel boot param] and [[Linux]] kernel team keep update [https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html the latest available kernel boot param information] | Ubuntu team introducted a [https://wiki.ubuntu.com/Kernel/KernelBootParameters#About_Kernel_Boot_Parameters good guide for Kernel boot param] and [[Linux]] kernel team keep update [https://www.kernel.org/doc/html/v4.14/admin-guide/kernel-parameters.html the latest available kernel boot param information] | ||
[https://www.kernelconfig.io/index.html kernelconfig.io] also provide comprehensive kernel parameter guide. | [https://www.kernelconfig.io/index.html kernelconfig.io] also provide comprehensive kernel parameter guide. | ||
'''sysctl''' – command to configure kernel parameters at runtime | '''sysctl''' – command to configure kernel parameters at runtime | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 24: | Line 66: | ||
|permanent Change | |permanent Change | ||
| | | | ||
--- | |||
== Best Practices == | |||
* 최신 버전 사용 권장 | |||
* 공식 문서 참고 | |||
* 테스트 환경에서 먼저 검증 | |||
--- | |||
== References == | |||
* [https://wiki.hpcmate.com Kernel boot param] | |||
--- | |||
== | == Related Pages == | ||
* [[Linux]] | |||
[[ | * [[Server]] | ||
* [[Hardware]] | |||
* [[Network]] | |||
--- | |||
[[Category: | [[Category:Linux]] | ||
[[Category:Configuration]] | |||
Revision as of 15:23, 16 July 2026
Overview
Kernel boot param에 대한 기술 문서입니다.
Summary
- 무엇인가? - Kernel boot param
- 왜 필요한가? - HPC 및 서버 환경에서 필수 개념
- 언제 사용하는가? - 서버 구성, 성능 튜닝, 문제 해결 시
---
Purpose
이 문서가 존재하는 이유
- Goal: Kernel boot param에 대한 기술 정보 제공
- Scope: Kernel boot param의 개념, 사용법, 설정
- Non-goals: 다른 주제로의 확장
---
Key Concepts
| Concept | Description | Related |
|---|---|---|
| Kernel boot param | HPC/서버 환경에서 중요한 기술 개념 | Linux, Server |
---
Detailed Explanation
Ubuntu team introducted a good guide for Kernel boot param and Linux kernel team keep update the latest available kernel boot param information kernelconfig.io also provide comprehensive kernel parameter guide. sysctl – command to configure kernel parameters at runtime
| Purpose | Options | Description |
|---|---|---|
| a, -A | Display all values currently available | |
| Temporary Change | -w | Use this option when you want to change a sysctl setting |
| permanent Change |
--- Best Practices
--- References--- Related Pages--- |