Pour obtenir la liste des commandes disponibles saisir help dans l'interpréteur de commande.
help (revision 7176) quit - equivalent to shutdown. set log level [level] - change the console logging level only. For example, off or debug. show info - show server information (e.g. startup path). show stats - show statistical information for this server show threads - list tracked threads show uptime - show server startup time and uptime. show version - show server version. shutdown - shutdown the server. alert - send alert to a designated user or all users. alert [First] [Last] [Message] - send an alert to a user. Case sensitive. alert general [Message] - send an alert to all users. backup - persist simulator objects to the database ahead of the normal schedule. clear-assets - clear the asset cache create-region <name> <regionfile.xml> - create a new region change-region <name> - select the region that single region commands operate upo n. command-script [filename] - Execute command in a file. debug - debugging commands debug packet 0..255 - print incoming/outgoing packets (0=off) debug scene [scripting] [collision] [physics] - Enable/Disable debug stuff, ea ch can be True/False edit-scale [prim name] [x] [y] [z] - resize given prim export-map [filename] - save image of world map force-update - force an update of prims in the scene restart - disconnects all clients and restarts the sims in the instance. remove-region [name] - remove a region delete-region [name] - delete a region and its associated region file load-xml [filename] - load prims from XML (DEPRECATED) save-xml [filename] - save prims to XML (DEPRECATED) save-xml2 [filename] - save prims to XML using version 2 format load-xml2 [filename] - load prims from XML using version 2 format load-oar [filename] - load an OpenSimulator region archive. This replaces every thing in the current region. save-oar [filename] - Save the current region to an OpenSimulator region archive . script - manually trigger scripts? or script commands? set-time [x] - set the current scene time phase show assets - show state of asset cache. show users - show info about connected users (only root agents). show users full - show info about connected users (root and child agents). show modules - shows info about loaded modules. show regions - show running region information. config set section field value - set a config value config get section field - get a config value config save - save OpenSim.ini terrain help - show help for terrain commands. echoTest - this echos your command args to see how they are parsed kickuser - kickuser [first] [last] - attempts to log off a user from any region we are serving create user - adds a new user. reset user password - reset a user's password.
alert - send alert to a designated user or all users.
config get Startup physics
Sous Ubuntu (Gutsy 7.10) utilisation de mysqldump et de SOURCE pour créer et restaurer une sauvegarde de la base de donnée opensim.
1. From a bash prompt: mysqldump -u root -p –opt opensim > /home/opensim/Desktop/opensim.sql 2. From a bash prompt: Password: *
Cela crée le fichier opensim.sql
1. From a mysql prompt: DROP DATABASE opensim; 2. From a mysql prompt: CREATE DATABASE opensim; 3. From a mysql prompt: USE opensim; 3. From a mysql prompt: SOURCE /home/opensim/Desktop/opensim.sql
Cette méthode permet aussi la migration de la base de donnée sur un autre serveur.
Moo is your bash-buddy that makes administation bit easier. Currently it has the following features: