반응형
cockpit 관리 도구 설치
플렛폼Platform(플랫폼)
$ cat /etc/os-release
NAME="CentOS Linux"
VERSION="7 (Core)"
ID="centos"
ID_LIKE="rhel fedora"
VERSION_ID="7"
PRETTY_NAME="CentOS Linux 7 (Core)"
ANSI_COLOR="0;31"
CPE_NAME="cpe:/o:centos:centos:7"
HOME_URL="https://www.centos.org/"
BUG_REPORT_URL="https://bugs.centos.org/"
CENTOS_MANTISBT_PROJECT="CentOS-7"
CENTOS_MANTISBT_PROJECT_VERSION="7"
REDHAT_SUPPORT_PRODUCT="centos"
REDHAT_SUPPORT_PRODUCT_VERSION="7"
cockpit 패키지 설치
$ yum install -y cockpit
Dependencies Resolved
============================================================================================================================================================
Package Arch Version Repository Size
============================================================================================================================================================
Installing:
cockpit x86_64 195.6-1.el7.centos base 48 k
Installing for dependencies:
cockpit-bridge x86_64 195.6-1.el7.centos base 553 k
cockpit-system noarch 195.6-1.el7.centos base 1.6 M
cockpit-ws x86_64 195.6-1.el7.centos base 806 k
glib-networking x86_64 2.56.1-1.el7 base 145 k
gsettings-desktop-schemas x86_64 3.28.0-3.el7 base 606 k
json-glib x86_64 1.4.2-2.el7 base 134 k
Transaction Summary
============================================================================================================================================================
Install 1 Package (+6 Dependent packages)
Enable Cockpit
$ systemctl enable --now cockpit.socket
WEB UI
http://serverip:9090
System
Terminal
728x90
반응형
'리눅스' 카테고리의 다른 글
[리눅스] find 명령어 (0) | 2020.09.04 |
---|---|
TCP TIME-WAIT 상태의 재활용 비활성화 (0) | 2020.09.03 |
리눅스 tar 명령어를 사용하여 풀 백업, 증분 백업 및 자동 백업을 하는 방법 (0) | 2020.08.30 |
chage 명령어 | 계정 패스워드 관리 (0) | 2020.08.30 |
MySQL 데이터베이스를 백업하고 복원하는 방법 (0) | 2020.08.27 |