opensimulator
 

Administrer Opensimulator

Pour obtenir la liste des commandes disponibles saisir help dans l'interpréteur de commande.

# help
alert <message> - Send an alert to everyone
alert-user <first> <last> <message> - Send an alert to a user
backup - Persist objects to the database now
bypass permissions <true / false> - Bypass permission checks
change region <region name> - Change current console region
clear assets - Clear the asset cache
command-script <script> - Run a command script from file
config get [<section>] [<key>] - Synonym for config show
config save <path> - Save current configuration to a file at the given path
config set <section> <key> <value> - Set a config option.  In most cases this is
 not useful since changed parameters are not dynamically reloaded.  Neither do c
hanged parameters persist - you will have to change a config file manually and r
estart.
config show [<section>] [<key>] - Show config information
create region ["region name"] <region_file.ini> - Create a new region.
create user [<first> [<last> [<pass> [<email>]]]] - Create a new user
debug packet <level> - Turn on packet debugging
debug permissions <true / false> - Enable permissions debugging
debug scene <cripting> <collisions> <physics> - Turn on scene debugging
delete asset <ID> - Delete asset from database
delete-region <name> - Delete a region from disk
edit scale <name> <x> <y> <z> - Change the scale of a named prim
estate - Execute subcommand for plugin 'estate'
export-map [<path>] - Save an image of the world map
force permissions <true / false> - Force permissions on or off
force update - Force the update of all objects on clients
Go on/off emergency monitoring mode - Go on/off emergency monitoring mode
help [<command>] - Get general command list or more detailed help on a specific
command
help estate - Get help on plugin command 'estate'
help land - Get help on plugin command 'land'
help terrain - Get help on plugin command 'terrain'
help tree - Get help on plugin command 'tree'
help windlight - Get help on plugin command 'windlight'
kick user <first> <last> [message] - Kick a user off the simulator
kill uuid <UUID> - Kill an object by UUID
land - Execute subcommand for plugin 'land'
link-mapping [<x> <y>] - Set local coordinate to map HG regions to
link-region <Xloc> <Yloc> <ServerURI> [<RemoteRegionName>] - Link a HyperGrid Re
gion. Examples for <ServerURI>: http://grid.net:8002/ or http://example.org/path
/foo.php
load iar [-m|--merge] <first> <last> <inventory path> <password> [<IAR path>] -
Load user inventory archive (IAR).
load oar [--merge] [--skip-assets] [<OAR path>] - Load a region's data from an O
AR archive.
load xml [-newIDs [<x> <y> <z>]] - Load a region's data from XML format
load xml2 - Load a region's data from XML2 format
login disable - Disable simulator logins
login enable - Enable simulator logins
login level <level> - Set the minimum user level to log in
login reset - Reset the login level to allow all users
login status - Show login status
login text <text> - Set the text users will see on login
modules list - List modules
modules load <name> - Load a module
modules unload <name> - Unload a module
monitor report - Returns a variety of statistics about the current region and/or
 simulator
quit - Quit the application
region restart abort [<message>] - Restart the region
region restart bluebox <message> <time> ... - Restart the region
region restart notice <message> <time> ... - Restart the region
reload estate - Reload the estate data
remove-region <name> - Remove a region from this simulator
reset user password [<first> [<last> [<password>]]] - Reset a user password
restart - Restart all sims in this instance
save iar [--p|-profile=<url>] <first> <last> <inventory path> <password> [<IAR p
ath>] [--v|-verbose] - Save user inventory archive (IAR).
save oar [-p|--profile=<url>] [<OAR path>] - Save a region's data to an OAR arch
ive.
save prims xml2 [<prim name> <file name>] - Save named prim to XML2
save xml - Save a region's data in XML format
save xml2 - Save a region's data in XML2 format
set log level <level> - Set the console logging level
set region flags <Region name> <flags> - Set database flags for region
set terrain heights <corner> <min> <max> [<x>] [<y>] - Sets the terrain texture
heights on corner #<corner> to <min>/<max>, if <x> or <y> are specified, it will
 only set it on regions with a matching coordinate. Specify -1 in <x> or <y> to
wildcard that coordinate. Corner # SW = 0, NW = 1, SE = 2, NE = 3.
set terrain texture <number> <uuid> [<x>] [<y>] - Sets the terrain <number> to <
uuid>, if <x> or <y> are specified, it will only set it on regions with a matchi
ng coordinate. Specify -1 in <x> or <y> to wildcard that coordinate.
show caps - Shows all registered capabilities
show circuits - Show agent circuit data
show connections - Show connection data
show digest <ID> - Show asset digest
show http-handlers - Show all registered http handlers
show hyperlinks - List the HG regions
show info - Show general information about the server
show modules - Show module data
show neighbours - Shows the local regions' neighbours
show pending-objects - Show # of objects on the pending queues of all scene view
ers
show queues [full] - Show queue data for each client
show ratings - Show rating data
show region <Region name> - Show details on a region
show regions - Show region data
show stats - Show statistics
show threads - Show thread status
show throttles [full] - Show throttle settings for each client and for the serve
r overall
show uptime - Show server uptime
show users [full] - Show user data for users currently on the region
show version - Show server version
shutdown - Quit the application
sun - Usage: sun [param] [value] - Get or Update Sun module paramater
terrain - Execute subcommand for plugin 'terrain'
tree - Execute subcommand for plugin 'tree'
unlink-region <local name> - Unlink a hypergrid region
windlight - Execute subcommand for plugin 'windlight'

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.

tree

  • tree active - Change activity state for the trees module
  • tree freeze - Freeze/Unfreeze activity for a defined copse
  • tree load - Load a copse definition from an xml file
  • tree plant - Start the planting on a copse
  • tree rate - Reset the tree update rate (mSec). This can be changed to override your XML settings, default 1000
  • tree reload - Reload copse definitions from the in-scene trees.
  • tree remove - Remove a copse definition and all its in-scene trees
  • tree statistics - Log statistics about the trees
  • Voir tree

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: 2011/07/22 10:14 par Green Tamura
 

Les annonces

Espace Membre





Devenir membre
Enregistrez-vous

Mot de passe oublié ?

Who's Online

Visiteurs: 7