PDA

View Full Version : Linux Startup scripts


jenco420
05-04-2008, 11:21 AM
I've gotten everything set up so far using the several linux guides in the wiki.

The thing that stumps me tho, is the startup scripts.

I'm trying to set it up with 10 dynamics witch i can do np, it's getting the static zones booted witch is causing me headaches.

Anyone have a example startup / stop scripts demostrating booting dynamic and static zones? Or am i going about it the wrong way.

Aramid
05-04-2008, 02:14 PM
Anyone have a example startup / stop scripts demostrating booting dynamic and static zones? Or am i going about it the wrong way.

Static and Dynamic zones are determined by what is in the DB. In the table under launcher_zones you enter the name the name of your launcher (default is zone), the zone name you want to launch as a static zone and the port. Leaving the port # to 0 will let it pick it's own next available port number. You can use the templates to add them as well. The templates being your server ip or www address with :9080 at the end .

IE of what is in launcher_zone table

Launcher ............... zone ................... port
zone .................... Nexus ................ 7008
zone .................... poknowledge ....... 7009
zone .................... potranquility ........ 7010

above will make those 3 zones boot up statically.

jenco420
05-04-2008, 02:37 PM
alright that makes sense ><

thanks man!