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

49번째 줄: 49번째 줄:
</source>
</source>


==실행==
==실행 및 확인==
<source lang='dos'>
[root@jmnote ~]# rpm -qa | grep irqbalance
irqbalance-1.0.4-8.el6_5.x86_64
</source>
<source lang='dos'>
<source lang='dos'>
[root@jmnote ~]# service irqbalance start
[root@jmnote ~]# service irqbalance start
Starting irqbalance:                                      [  OK  ]
Starting irqbalance:                                      [  OK  ]
</source>
<source lang='dos'>
[root@jmnote ~]# ps -ef | grep irqbalance | grep -v grep
[root@jmnote ~]# 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>
==확인 2==
<source lang='dos'>
[root@jmnote ~]# rpm -qa | grep irqbalance
irqbalance-1.0.4-8.el6_5.x86_64
</source>
</source>



2014년 3월 31일 (월) 14:44 판

irqbalance 설치

1 확인

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

2 설치

[root@jmnote ~]# 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@jmnote ~]# rpm -qa | grep irqbalance
irqbalance-1.0.4-8.el6_5.x86_64
[root@jmnote ~]# service irqbalance start
Starting irqbalance:                                       [  OK  ]
[root@jmnote ~]# 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 }}