Project

General

Profile

Cockpit Manual testing » History » Version 1

jlausuch, 2022-09-22 13:46

1 1 jlausuch
## COCKPIT MANUAL TEST
2
3
### Preparation
4
5
#### Install the needed modules
6
7
Make sure the following packages are installed on the system:
8
```
9
---+------------------------+------------------------------------------------------------------------------+--------
10
i+ | cockpit                | Web Console for Linux servers                                                | package
11
i  | cockpit-bridge         | Cockpit bridge server-side component                                         | package
12
i+ | cockpit-kdump          | Cockpit user interface for kernel crash dumping                              | package
13
i+ | cockpit-machines       | Cockpit user interface for virtual machines                                  | package
14
i+ | cockpit-networkmanager | Cockpit user interface for networking, using NetworkManager                  | package
15
i+ | cockpit-podman         | Cockpit component for Podman containers                                      | package
16
i+ | cockpit-selinux        | Cockpit SELinux package                                                      | package
17
i+ | cockpit-storaged       | Cockpit user interface for storage, using udisks                             | package
18
i+ | cockpit-system         | Cockpit admin interface package for configuring and troubleshooting a system | package
19
i+ | cockpit-tukit          | Cockpit module for Transactional Update                                      | package
20
i+ | cockpit-ws             | Cockpit Web Service                                                          | package
21
```
22
If needed, to install them:
23
`transactional-update pkg install cockpit-X cockpit-Y cockpit-Z`
24
25
Reboot the system.
26
27
#### Start cockpit service
28
`systemctl enable --now cockpit.socket`
29
30
In a browser, load the Cockpit UI using https://<IP>:9090.
31
32
33
## Overview Tab
34
![](cockpit_overview.png)
35
36
37
## Logs Tab
38
39
## Storage Tab
40
41
## Podman Containers Tab
42
43
## Virtual Machines Tab
44
45
## Accounts Tab
46
47
## Services Tab
48
49
## Kernel Dump Tab
50
51
## SELinux Tab
52
53
## Software Updates Tab
54
55
## Terminal Tab