GRID FILE STRUCTURE
Page Sections
screen -x 01
ctrl+a (release) 1 – switch tabs
ctrl+a (release)d – end screen
ctrl+a (release)’ – page through tabs
ctrl+a (reslease)c – create new tab
ctrl+a (release) shift+a – name the tab
Screen 01
0 – Top
1 – MySQL
2 – Robust
3 – Wifi
4 – Groups
5 – Textures1
6 – Texture2
7 – Textures3
8 – Textures4
9 – xBakes
10 – bash
Screen 02
0 – TOP
1 – Staff Zone 1
2 – Quaternary1
3 – Quaternary2
4 – Quaternary3
5 – Quaternary4
6 – AvaCon Plaza
7 – Board Zone
8 – bash
Screen 03
0 – Project1
1 – Project2
2 – Project3
3 – Project4
4 – Meeting1
5 – Community
6 – Sandbox
7 – Primland
8 – bash
9 – bash
10 – Rockcliffe 1
11 – Rockcliffe 2
12 – Rockcliffe 3
13 – Rockcliffe 4
File Structure Basics
ALL GRID FILES – /home/avgrid/grid_01
INI and CONFIG FILES – /home/avgrid/grid_01/configs
ROBUST CONFIG – /home/avgrid/grid_01/configs/Robust1
REGION and ROBUST LOGS – /home/avgrid/grid_01/logs
LAUNCH SCRIPTS – /home/avgrid/grid_01/bin
OAR FILES – /home/avgrid/grid_01/oars/
To Save an OAR File
Type:
save oar /home/avgrid/grid_01/oars/myregion.oar
To Load an OAR File
Type:
load oar /home/avgrid/grid_01/oars/myregion.oar
To Launch ROBUST
type > cd /home/avgrid/grid_01
you can type “ls -l” to see all the launch scripts
to launch robust just type > ./robust1.sh (note the period slash in front of the command!)
Note that if you use the “shutdown” command to shut ROBUST down, it is set to run in a loop, so it will automatically restart after shutdown. If you do ever need to shut down and get back to the actual linux bash prompt, hit CTRL+C a few times, that will break the loop.