Administrer Opensimulator

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.

Commandes générales serveur

alert

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

  • backup - trigger a simulator backup

change-region

  • change-region [region name] - subsequent commands apply only to the specified region
  • change-region root (or ..) - exits the region and returns to 'root'

clear-assets

  • clear assets cache

command-script

  • command-script [filename] - Runs a command script containing server commands. Execute command in a file.

config

  • config get section field - Get a config value
config get Startup physics
  • config set section field value - Set a config value
  • config save - Save OpenSim.ini

create

  • create-region [name] [filename] - Creates a new region
  • create user [first] [last] [passw] [RegionX] [RegionY] - creates a new user and password with region set to the region defined by the given coordinates or just: create user - and server prompts for all data.

debug

  • debug - debugging commands

edit-scale

  • edit-scale [primitivename] [xvalue] [yvalue] [zvalue] - changes size of the named prim

export-map

  • export-map [filename] - save image of world map

force-update

  • force-update - triggers a resend of all prims in a region

help

  • help - ehm… what was this for again…?

load

  • load-xml [filename] -newUID - load prims from XML -newUID switch generates new UUID's for all prims leave this switch off to keep UUID's as they were. This example lets you place it at an offset from 100,100,20.. as such: load-xml [filename] -newUI 3 1 2 (Loading the prim at 103, 101, 22)
  • load-xml2 [filename] - load prims from XML using version 2 format

permissions

  • permissions [true/false] - turn on/off permissions on the scene

save

  • save-xml [filename] - save prims to XML
  • save-xml2 [filename] - save prims to XML using version 2 format

scene-debug

  • scene-debug [scripting] [coliision] [physics] - Enable/Disable debug stuff, each can be True/False.

permissions

  • permissions [on|off] - each user becomes super user

remove-region

  • remove-region [name] - Remove a region

restart

  • restart - Disconnects all clients and resstarts the sims in the instance.

script

  • script [command] - sends a command to all scripts in the Scene

set-time

  • set-time [time] - sets the region's clock

show

  • show regions - Liste les régions
  • show stats - statistical information for this server not displayed in the client.
  • show uptime - show simulator startup and uptime.
  • show users - show info about connected users.
  • show modules - show info about loaded region or shared modules

shutdown and quit

  • shutdown - disconnect all clients and shutdown.
  • quit - equivalent to shutdown.

terrain

  • terrain help - show help for terrain commands.

threads

  • threads - List threads

RemoteAdmin

Sauvegarde mysql

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.

Dump dans un fichier .sql

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

Restauration du fichier .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

Moo is your bash-buddy that makes administation bit easier. Currently it has the following features:

  • Automated building and downloading latest bleeding edge from svn
  • MySQL tuner (external tool)
  • JP2 texture converter (external tool)
  • Assetset generator (external tool)
  • Remote and local backups
  • Overview of all config-data
 
Connecté en tant que : Guest (Guest)
home/administrer.txt · Dernière modification: 2008/11/13 12:13 par Green Tamura
 

Espace Membre

Les nouveautés

Forum

Ordre: Nouveau Affichés Contributions
Dernières Contributions Postées
red arrowOpenSim - Server dé..
 Par :  ECH
 Le  10 septembre 2010 - 06:34
 Affichés 1139 Réponses 27
red arrowOPENSIM STANDALONE s..
 Par :  ECH
 Le  04 septembre 2010 - 04:38
 Affichés 198 Réponses 1
red arrowinstallation et hebe..
 Par :  XAV10
 Le  09 juillet 2010 - 05:13
 Affichés 621 Réponses 2
red arrowChanger la couleur d..
 Par :  ECH
 Le  03 juillet 2010 - 17:26
 Affichés 598 Réponses 3
red arrowinstalation opensim ..
 Par :  virtualfrance
 Le  02 juillet 2010 - 10:21
 Affichés 245 Réponses 1
red arrowImporter des modèle..
 Par :  Crabe05
 Le  01 juillet 2010 - 21:59
 Affichés 393 Réponses 4
red arrowProblème d'installa..
 Par :  Razgriz
 Le  01 juillet 2010 - 12:56
 Affichés 353 Réponses 11
red arrowErreur lancement Hip..
 Par :  TheShock
 Le  22 juin 2010 - 17:18
 Affichés 368 Réponses 2
red arrowChanger l'heure
 Par :  jeannot
 Le  09 juin 2010 - 14:14
 Affichés 324 Réponses 0
red arrowBug opensim 0.6.9 rc..
 Par :  ECH
 Le  20 mai 2010 - 08:11
 Affichés 728 Réponses 5

Who's Online

Visiteurs: 5