Actions
Cockpit Manual testing » History » Revision 1
Revision 1/4
| Next »
jlausuch, 2022-09-22 13:46
COCKPIT MANUAL TEST¶
Preparation¶
Install the needed modules¶
Make sure the following packages are installed on the system:
---+------------------------+------------------------------------------------------------------------------+--------
i+ | cockpit | Web Console for Linux servers | package
i | cockpit-bridge | Cockpit bridge server-side component | package
i+ | cockpit-kdump | Cockpit user interface for kernel crash dumping | package
i+ | cockpit-machines | Cockpit user interface for virtual machines | package
i+ | cockpit-networkmanager | Cockpit user interface for networking, using NetworkManager | package
i+ | cockpit-podman | Cockpit component for Podman containers | package
i+ | cockpit-selinux | Cockpit SELinux package | package
i+ | cockpit-storaged | Cockpit user interface for storage, using udisks | package
i+ | cockpit-system | Cockpit admin interface package for configuring and troubleshooting a system | package
i+ | cockpit-tukit | Cockpit module for Transactional Update | package
i+ | cockpit-ws | Cockpit Web Service | package
If needed, to install them:
transactional-update pkg install cockpit-X cockpit-Y cockpit-Z
Reboot the system.
Start cockpit service¶
systemctl enable --now cockpit.socket
In a browser, load the Cockpit UI using https://:9090.
Overview Tab¶
Logs Tab¶
Storage Tab¶
Podman Containers Tab¶
Virtual Machines Tab¶
Accounts Tab¶
Services Tab¶
Kernel Dump Tab¶
SELinux Tab¶
Software Updates Tab¶
Terminal Tab¶
Updated by jlausuch over 2 years ago · 4 revisions