"Irqbalance 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
 
(같은 사용자의 중간 판 2개는 보이지 않습니다)
3번째 줄: 3번째 줄:


==확인==
==확인==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# rpm -qa | grep irqbalance
[root@zetawiki ~]# rpm -qa | grep irqbalance
</source>
</source>


==설치==
==설치==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# yum install irqbalance
[root@zetawiki ~]# yum install irqbalance
... (생략)
... (생략)
===========================================================================================
===========================================================================================
32번째 줄: 32번째 줄:
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</source>
<source lang='dos'>
<source lang='console'>
... (생략)
... (생략)
Installed:
Installed:
50번째 줄: 50번째 줄:


==실행 및 확인==
==실행 및 확인==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# rpm -qa | grep irqbalance
[root@zetawiki ~]# rpm -qa | grep irqbalance
irqbalance-1.0.4-8.el6_5.x86_64
irqbalance-1.0.4-8.el6_5.x86_64
</source>
</source>
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# service irqbalance start
[root@zetawiki ~]# service irqbalance start
Starting irqbalance:                                      [  OK  ]
Starting irqbalance:                                      [  OK  ]
</source>
</source>
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# ps -ef | grep irqbalance | grep -v grep
[root@zetawiki ~]# ps -ef | grep irqbalance | grep -v grep
root      4485    1  0 14:46 ?        00:00:00 irqbalance --pid=/var/run/irqbalance.pid
root      4485    1  0 14:46 ?        00:00:00 irqbalance --pid=/var/run/irqbalance.pid
</source>
</source>

2016년 3월 29일 (화) 10:36 기준 최신판

irqbalance 설치

1 확인[ | ]

[root@zetawiki ~]# rpm -qa | grep irqbalance

2 설치[ | ]

[root@zetawiki ~]# yum install irqbalance
... (생략)
===========================================================================================
 Package                 Arch           Version                      Repository       Size
===========================================================================================
Installing:
 irqbalance              x86_64         2:1.0.4-8.el6_5              updates          37 k
Updating:
 bfa-firmware            noarch         3.2.21.1-2.el6               base            2.6 M
Installing for dependencies:
 kernel                  x86_64         2.6.32-431.11.2.el6          updates          28 M
 numactl                 x86_64         2.0.7-8.el6                  base             69 k
Updating for dependencies:
 kernel-firmware         noarch         2.6.32-431.11.2.el6          updates          13 M

Transaction Summary
===========================================================================================
Install       3 Package(s)
Upgrade       2 Package(s)

Total download size: 43 M
Is this ok [y/N]: y
... (생략)
Installed:
  irqbalance.x86_64 2:1.0.4-8.el6_5                                                        

Dependency Installed:
  kernel.x86_64 0:2.6.32-431.11.2.el6             numactl.x86_64 0:2.0.7-8.el6            

Updated:
  bfa-firmware.noarch 0:3.2.21.1-2.el6                                                     

Dependency Updated:
  kernel-firmware.noarch 0:2.6.32-431.11.2.el6                                             

Complete!

3 실행 및 확인[ | ]

[root@zetawiki ~]# rpm -qa | grep irqbalance
irqbalance-1.0.4-8.el6_5.x86_64
[root@zetawiki ~]# service irqbalance start
Starting irqbalance:                                       [  OK  ]
[root@zetawiki ~]# ps -ef | grep irqbalance | grep -v grep
root      4485     1  0 14:46 ?        00:00:00 irqbalance --pid=/var/run/irqbalance.pid

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}