How To Install Cockpit on CentOS 7

आइये देखते हैं की centos 7 पर cockpit कैसे install करते हैं 

cockpit एक फ्री web administration टूल है जिसकी हेल्प से system admin कई सारे task कर सकते हैं जैसे की
storage management,
network configuration,
 inspecting logs,
 managing containers, etc

 INSTALL COCKPIT

# sudo yum install cockpit

ENABLE COCKPIT

# sudo systemctl enable --now cockpit.socket

firewall से cockpit को allow कर दीजिये

#sudo firewall-cmd --permanent --zone=public --add-service=cockpit
#sudo firewall-cmd --reload


Working with Cockpit

अगर आपको cockpit access करना है तो following url यूज़ करिए 
http://ip-address:9090
जब आप first time cockpit को access करेंगे तो Security Exception को add करना पड़ेगा 

उसके बाद आप local user account से आप इसको access कर सकते हैं 

जैसे ही आप सिस्टम पर click करेंगे आप अपने सिस्टम का कम्पलीट overview देख पाएंगे 

इस प्रकार different option को choose कर आप कई सारे अपने task कम्पलीट कर पाएंगे  इसके आलावा कई सारे aditional  package है जिसे install कर आप other task कम्पलीट कर पाएंगे using cockpit जैसे          package name                                   desc
  cockpit-docker    ————————–        Managing Docker Containers
cockpit-kubernetes  ——————————        Visualizing and Configuring Kubernetes Cluster
cockpit-machines  ———————————        Manage KVM Virtual Machines
cockpit-sosreport——————————–       Create diagnostic report with the sosreport tool
cockpit-selinux —————————-         Troubleshoot SELinux Issues
cockpit-kdump   ——————————         Configure Kernel Crash Dumps
cockpit-subscriptions   —————————       Manage System subscription
cockpit-machines-ovirt   —————————-    Manage oVirt Virtual Machines
cockpit-pcp   —————————–      Reading PCP metrics and Loading PCP archives

Leave a Reply

Your email address will not be published. Required fields are marked *