mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
added usage instructions for the server
git-svn-id: https://zerberus.eonerc.rwth-aachen.de:8443/svn/s2ss/trunk@148 8ec27952-4edc-4aab-86aa-e87bb2611832
This commit is contained in:
parent
4ca9509714
commit
e9c99e0d44
2 changed files with 43 additions and 2 deletions
|
@ -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`:
|
||||
|
||||
|
|
42
documentation/Usage.md
Normal file
42
documentation/Usage.md
Normal file
|
@ -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
|
||||
|
||||
|
Loading…
Add table
Reference in a new issue