Unifi seadme kasutamine: erinevus redaktsioonide vahel
Allikas: Imre kasutab arvutit
Mine navigeerimisribaleMine otsikasti
(Uus lehekülg: '===Sissejuhatus=== TODO ===Tööpõhimõte=== TODO ===Kontrolleri ettevalmistamine=== TODO ===Kasulikud lisamaterjalid=== * TODO') |
Resümee puudub |
||
| (ei näidata sama kasutaja 2 vahepealset redaktsiooni) | |||
| 10. rida: | 10. rida: | ||
TODO |
TODO |
||
| + | |||
| + | <pre> |
||
| + | root@unifi-oss:~/20260218# ./1856-linux-x64-5.0.6-33f4990f-6c68-4e72-9d9c-477496c22450.6-x64 |
||
| + | You are about to install UOS Server version 5.0.6. Proceed? (y/N): y |
||
| + | INFO Installing UOS Server 5.0.6... |
||
| + | INFO Checking compatible podman runtime available... |
||
| + | INFO Checking disk space for required directories... |
||
| + | INFO - /home/: Requires 15.00 GB, available 27.04 GB |
||
| + | INFO - /var/lib/uosserver/: Requires 1.00 GB, available 27.04 GB |
||
| + | INFO - /usr/local/bin/: Requires 0.12 GB, available 27.04 GB |
||
| + | WARN - /tmp/: Requires 2.00 GB, available 0.96 GB |
||
| + | INFO - /var/tmp/: Requires 2.00 GB, available 27.04 GB |
||
| + | INFO All disk space requirements met. |
||
| + | INFO Checking ports... |
||
| + | INFO Adding uosserver user and group... |
||
| + | INFO Creating /var/lib/uosserver dir... |
||
| + | INFO Creating /var/lib/uosserver/logs dir... |
||
| + | INFO Creating /var/lib/uosserver/bin dir... |
||
| + | |||
| + | ... |
||
| + | |||
| + | INFO Waiting for container 'uosserver' to start (timeout: 60s) |
||
| + | INFO Container 'uosserver' is running. (elapsed: 0.0s) |
||
| + | INFO Waiting for systemd to be ready (timeout: 60s) |
||
| + | INFO Systemd is ready. (elapsed: 7.3s) |
||
| + | INFO Starting uosserver systemd service... |
||
| + | INFO Waiting for UOS Server to start... |
||
| + | WARN Timeout: Unifi-core did not start within 60 seconds. |
||
| + | WARN |
||
| + | !!! INSTALLATION COMPLETE !!! |
||
| + | To grant permission for a user to run 'uosserver' commands: |
||
| + | -> Add the user to the 'uosserver' group: |
||
| + | usermod -aG uosserver <username> |
||
| + | -> Then log out and log back in for the changes to take effect. |
||
| + | To get started with available commands, run: |
||
| + | uosserver help |
||
| + | |||
| + | WARNING: UOS Server startup timed out after 60 seconds. On low-powered devices, the web interface can take a few minutes to be accessible. Try opening it at: 10.0.9.56:11443 |
||
| + | </pre> |
||
| + | |||
| + | Tulemusena on paista |
||
| + | |||
| + | <pre> |
||
| + | root@unifi-oss:~# su - uosserver |
||
| + | $ podman ps |
||
| + | CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES |
||
| + | 0e99a614a4dd docker.io/library/uosserver:0.0.54 /root/uos-entrypo... 12 days ago Up 3 minutes (healthy) 0.0.0.0:5005->5005/tcp, 0.0.0.0:5671->5671/tcp, 0.0.0.0:6789->6789/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8443-8444->8443-8444/tcp, 0.0.0.0:8880-8882->8880-8882/tcp, 0.0.0.0:9543->9543/tcp, 0.0.0.0:11084->11084/tcp, 0.0.0.0:11443->443/tcp, 0.0.0.0:3478->3478/udp, 0.0.0.0:5514->5514/udp, 0.0.0.0:10003->10003/udp uosserver |
||
| + | |||
| + | $ podman images |
||
| + | REPOSITORY TAG IMAGE ID CREATED SIZE |
||
| + | docker.io/library/uosserver 0.0.54 0faf0b7f0e4e 3 months ago 2.03 GB |
||
| + | |||
| + | $ podman network ls |
||
| + | NETWORK ID NAME DRIVER |
||
| + | 2f259bab93aa podman bridge |
||
| + | |||
| + | $ podman volume ls |
||
| + | DRIVER VOLUME NAME |
||
| + | local uosserver_persistent |
||
| + | local uosserver_var_log |
||
| + | local uosserver_data |
||
| + | local uosserver_srv |
||
| + | local uosserver_var_lib_unifi |
||
| + | local uosserver_var_lib_mongodb |
||
| + | local uosserver_etc_rabbitmq_ssl |
||
| + | </pre> |
||
===Kasulikud lisamaterjalid=== |
===Kasulikud lisamaterjalid=== |
||
| + | * https://www.packetswitch.co.uk/how-to-run-unifi-controller-in-docker/ |
||
| − | * TODO |
||
Viimane redaktsioon: 3. märts 2026, kell 13:29
Sissejuhatus
TODO
Tööpõhimõte
TODO
Kontrolleri ettevalmistamine
TODO
root@unifi-oss:~/20260218# ./1856-linux-x64-5.0.6-33f4990f-6c68-4e72-9d9c-477496c22450.6-x64 You are about to install UOS Server version 5.0.6. Proceed? (y/N): y INFO Installing UOS Server 5.0.6... INFO Checking compatible podman runtime available... INFO Checking disk space for required directories... INFO - /home/: Requires 15.00 GB, available 27.04 GB INFO - /var/lib/uosserver/: Requires 1.00 GB, available 27.04 GB INFO - /usr/local/bin/: Requires 0.12 GB, available 27.04 GB WARN - /tmp/: Requires 2.00 GB, available 0.96 GB INFO - /var/tmp/: Requires 2.00 GB, available 27.04 GB INFO All disk space requirements met. INFO Checking ports... INFO Adding uosserver user and group... INFO Creating /var/lib/uosserver dir... INFO Creating /var/lib/uosserver/logs dir... INFO Creating /var/lib/uosserver/bin dir... ... INFO Waiting for container 'uosserver' to start (timeout: 60s) INFO Container 'uosserver' is running. (elapsed: 0.0s) INFO Waiting for systemd to be ready (timeout: 60s) INFO Systemd is ready. (elapsed: 7.3s) INFO Starting uosserver systemd service... INFO Waiting for UOS Server to start... WARN Timeout: Unifi-core did not start within 60 seconds. WARN !!! INSTALLATION COMPLETE !!! To grant permission for a user to run 'uosserver' commands: -> Add the user to the 'uosserver' group: usermod -aG uosserver <username> -> Then log out and log back in for the changes to take effect. To get started with available commands, run: uosserver help WARNING: UOS Server startup timed out after 60 seconds. On low-powered devices, the web interface can take a few minutes to be accessible. Try opening it at: 10.0.9.56:11443
Tulemusena on paista
root@unifi-oss:~# su - uosserver $ podman ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0e99a614a4dd docker.io/library/uosserver:0.0.54 /root/uos-entrypo... 12 days ago Up 3 minutes (healthy) 0.0.0.0:5005->5005/tcp, 0.0.0.0:5671->5671/tcp, 0.0.0.0:6789->6789/tcp, 0.0.0.0:8080->8080/tcp, 0.0.0.0:8443-8444->8443-8444/tcp, 0.0.0.0:8880-8882->8880-8882/tcp, 0.0.0.0:9543->9543/tcp, 0.0.0.0:11084->11084/tcp, 0.0.0.0:11443->443/tcp, 0.0.0.0:3478->3478/udp, 0.0.0.0:5514->5514/udp, 0.0.0.0:10003->10003/udp uosserver $ podman images REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/library/uosserver 0.0.54 0faf0b7f0e4e 3 months ago 2.03 GB $ podman network ls NETWORK ID NAME DRIVER 2f259bab93aa podman bridge $ podman volume ls DRIVER VOLUME NAME local uosserver_persistent local uosserver_var_log local uosserver_data local uosserver_srv local uosserver_var_lib_unifi local uosserver_var_lib_mongodb local uosserver_etc_rabbitmq_ssl