diff --git a/documentation/Configuration.md b/documentation/Configuration.md index 26716c34d..8cb8b5498 100644 --- a/documentation/Configuration.md +++ b/documentation/Configuration.md @@ -12,7 +12,6 @@ Take a look in the 'Examples' section for some examples. - *name*: - *affinity* - ### Nodes ### Paths @@ -32,7 +31,7 @@ Precompiled kernels for Fedora can be found here: http://ccrma.stanford.edu/plan - Increase socket priority - Configure NIC interrupt coalescence with `ethtool`: - ethtool -C|--coalesce devname [adaptive-rx on|off] [adaptive-tx on|off] ... + $ ethtool -C|--coalesce devname [adaptive-rx on|off] [adaptive-tx on|off] ... - Configure NIC kernel driver in `/etc/modprobe.d/e1000e.conf`: diff --git a/documentation/Usage.md b/documentation/Usage.md new file mode 100644 index 000000000..48e27e32e --- /dev/null +++ b/documentation/Usage.md @@ -0,0 +1,42 @@ +# Usage Instructions + +1. Start putty.exe (SSH client for Windows) + + - Should be already installed on most systems + - Or load .exe from this website (no installation required) + http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe + +2. Connect to S2SS server + +| Setting | Value | +| :------- | :------------- | +| IP | 130.134.169.31 | +| Port | 22 | +| Protocol | SSH | +| User | acs-admin | + +3. Go to S2SS directory + + $ cd /home/acs-admin/msv/s2ss/server/ + +4. Edit configuration file + + $ nano etc/opal-test.conf + + - Take a look at the examples and documentation for a detailed description + - Move with: cursor keys + - Save with: Ctrl+X => y => Enter + +5. Start server + + $ sudo ./server etc/opal-test.conf + + - `sudo` starts the server with super user priviledges + +6. Terminate server by pressing Ctrl+C + +7. Logout + + $ exit + +