BigBlueButton/Netzwerkbefehle: Unterschied zwischen den Versionen
KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
Zeile 3: | Zeile 3: | ||
== Configuration == | == Configuration == | ||
Display BigBlueButton version (packages) | |||
-- | --version | ||
-- | Set IP/hostname for BigBlueButton | ||
--setip <IP/hostname> | |||
Change the shared secret in bigbluebutton.properties | |||
--setsecret <secret> | |||
== Monitoring == | == Monitoring == | ||
Check configuration files and processes for problems | |||
-- | --check | ||
-- | Scan the log files for error messages | ||
-- | --debug | ||
-- | Scan the log files for error messages every 2 seconds | ||
-- | --watch | ||
View network connections on 80, 443 and 1935 by IP address. 1935 is deprecated. You will need to modify bbb-conf if you have custom ports. | |||
--network | |||
View the URL and shared secret for the server | |||
--secret | |||
View the URL and secret for LTI (if installed) | |||
--lti | |||
== Administration == | == Administration == | ||
Restart BigBlueButton | |||
-- | --restart | ||
-- | Stop BigBlueButton | ||
-- | --stop | ||
-- | Start BigBlueButton | ||
-- | --start | ||
Restart and clean all log files | |||
--clean | |||
Display running status of components | |||
--status | |||
Zip up log files for reporting an error | |||
--zip | |||
= bbb-record = | = bbb-record = | ||
Zeile 27: | Zeile 42: | ||
== Reporting == | == Reporting == | ||
--list | List all recordings | ||
--list | |||
== Monitoring == | == Monitoring == | ||
Watch processing of recordings | |||
--watch | --watch | ||
Watch processing of recordings and show their description | |||
--watch --withDesc | |||
== Administration == | == Administration == | ||
rebuild the output for the given internal meetingID | |||
-- | --rebuild <internal meetingID> | ||
-- | rebuild every recording | ||
-- | --rebuildall | ||
-- | delete one meeting and recording | ||
-- | --delete <internal meetingID> | ||
-- | delete all meetings and recordings | ||
-- | --deleteall | ||
-- | check for recording errors | ||
-- | --debug | ||
-- | check for configuration errors | ||
--check | |||
enable a recording workflow | |||
--enable <workflow> | |||
disable a recording workflow | |||
--disable <workflow> | |||
get the internal meeting ids for the given external meetingId | |||
--tointernal <external meetingId> | |||
get the external meeting id for the given internal meetingId | |||
--toexternal <internal meetingId> | |||
republish the recording for meetingID. (Only for Matterhorn Integration) | |||
--republish <internal meetingID> | |||
= bbb-apps-akka = | = bbb-apps-akka = |
Version vom 26. August 2021, 12:31 Uhr
bbb-conf
bbb-conf [options]
Configuration
Display BigBlueButton version (packages)
--version
Set IP/hostname for BigBlueButton
--setip <IP/hostname>
Change the shared secret in bigbluebutton.properties
--setsecret <secret>
Monitoring
Check configuration files and processes for problems
--check
Scan the log files for error messages
--debug
Scan the log files for error messages every 2 seconds
--watch
View network connections on 80, 443 and 1935 by IP address. 1935 is deprecated. You will need to modify bbb-conf if you have custom ports.
--network
View the URL and shared secret for the server
--secret
View the URL and secret for LTI (if installed)
--lti
Administration
Restart BigBlueButton
--restart
Stop BigBlueButton
--stop
Start BigBlueButton
--start
Restart and clean all log files
--clean
Display running status of components
--status
Zip up log files for reporting an error
--zip
bbb-record
bbb-record [options]
Reporting
List all recordings
--list
Monitoring
Watch processing of recordings
--watch
Watch processing of recordings and show their description
--watch --withDesc
Administration
rebuild the output for the given internal meetingID
--rebuild <internal meetingID>
rebuild every recording
--rebuildall
delete one meeting and recording
--delete <internal meetingID>
delete all meetings and recordings
--deleteall
check for recording errors
--debug
check for configuration errors
--check
enable a recording workflow
--enable <workflow>
disable a recording workflow
--disable <workflow>
get the internal meeting ids for the given external meetingId
--tointernal <external meetingId>
get the external meeting id for the given internal meetingId
--toexternal <internal meetingId>
republish the recording for meetingID. (Only for Matterhorn Integration)
--republish <internal meetingID>
bbb-apps-akka
TODO
bbb-fsesl-akka
TODO