"리눅스 sosreport 설치"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-source +syntaxhighlight))
 
(같은 사용자의 중간 판 5개는 보이지 않습니다)
4번째 줄: 4번째 줄:


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


==설치==
==설치==
<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# yum install sos
[root@zetawiki ~]# yum install sos
... (설치)
... (설치)
===========================================================================================
===========================================================================================
26번째 줄: 26번째 줄:
Installed size: 717 k
Installed size: 717 k
Is this ok [y/N]: y
Is this ok [y/N]: y
</source>
</syntaxhighlight>
<source lang='dos'>
<syntaxhighlight lang='console'>
... (생략)
... (생략)
Installed:
Installed:
33번째 줄: 33번째 줄:


Complete!
Complete!
</source>
</syntaxhighlight>


==확인 2==
==확인 2==
<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# rpm -qa | grep ^sos
[root@zetawiki ~]# rpm -qa | grep ^sos
sos-2.2-47.el6.centos.noarch
sos-2.2-47.el6.centos.noarch
</source>
</syntaxhighlight>
<source lang='dos'>
<syntaxhighlight lang='console'>
[root@jmnote ~]# sosreport
[root@zetawiki ~]# sosreport


sosreport (version 2.2)
sosreport (version 2.2)
68번째 줄: 68번째 줄:


Press ENTER to continue, or CTRL-C to quit.
Press ENTER to continue, or CTRL-C to quit.
</source>
</syntaxhighlight>
:→ {{키|Ctrl|C}}를 눌러 종료
:→ {{키|Ctrl|C}}를 눌러 종료



2020년 11월 2일 (월) 00:56 기준 최신판

리눅스 sosreport 설치
리눅스 sos 설치

1 확인[ | ]

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

2 설치[ | ]

[root@zetawiki ~]# yum install sos
... (설치)
===========================================================================================
 Package         Arch               Version                         Repository        Size
===========================================================================================
Installing:
 sos             noarch             2.2-47.el6.centos               base             228 k

Transaction Summary
===========================================================================================
Install       1 Package(s)

Total download size: 228 k
Installed size: 717 k
Is this ok [y/N]: y
... (생략)
Installed:
  sos.noarch 0:2.2-47.el6.centos                                                           

Complete!

3 확인 2[ | ]

[root@zetawiki ~]# rpm -qa | grep ^sos
sos-2.2-47.el6.centos.noarch
[root@zetawiki ~]# sosreport

sosreport (version 2.2)


  This command will collect diagnostic and configuration
information from this Red Hat Enterprise Linux system and
installed applications.

  An archive containing the collected information will be
generated in /tmp and may be provided to a Red Hat support
representative.

  Any information provided to Red Hat will be treated in
accordance with the published support policies at:


  https://access.redhat.com/support/

  The generated archive may contain data considered
sensitive and its content should be reviewed by the
originating organization before being passed to any third
party.

  No changes will be made to system configuration.

Press ENTER to continue, or CTRL-C to quit.
Ctrl+C를 눌러 종료

4 같이 보기[ | ]

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