Version 7 vs 8
Version 7 vs 8
Content Changes
Content Changes
# Multicast
## Steps
* Step 1: Clone a machine in the lab. This will act as the server for the multicast
* Step 2: Netboot the entire lab
* Step 3: Connect to **steamboat.engr.unr.edu** using you netid
* Step 4: On **steamboat** use ansible to connect to all of them
```
cd /srv/ansible/
source python_env/bin/activate
ansible -i /etc/hosts -m shell -a "hostname"
```
IMPORTANT: Check that all the hosts you want clone responded and no others.
* Step 4: using ansible run subscriber script
```
nohup sh /images/multi/udp-receiver-sda.sh &
```
* Step 5: Run the sender script on the machine acting as the server and hit key
to start sending the script is located in /images/multi
```
sh udp-sender-sda.sh
```
* Step 6: Hit key on server to start sending data
# Multicast
## Steps
* Step 1: Clone a machine in the lab. This will act as the server for the multicast
* Step 2: Netboot the entire lab
* Step 3: Connect to **steamboat.engr.unr.edu** using your netid
```lang=bash
# ssh netID@steamboat.engr.unr.edu
$ ssh igrant@steamboat.engr.unr.edu
```
* Step 4: On **steamboat**, use ansible to connect to all of them
```
cd /srv/ansible/
source python_env/bin/activate
ansible -i /etc/hosts -m shell -a "hostname"
```
IMPORTANT: Check that all the hosts you want to clone have responded and no others.
* Step 4: Using ansible, run the subscriber script
```
nohup sh /images/multi/udp-receiver-sda.sh &
```
* Step 5: Run the sender script on the machine acting as the server and hit key
to start sending the script is located in /images/multi
```
sh udp-sender-sda.sh
```
* Step 6: Hit key on server to start sending data
# Multicast
## Steps
* Step 1: Clone a machine in the lab. This will act as the server for the multicast
* Step 2: Netboot the entire lab
* Step 3: Connect to **steamboat.engr.unr.edu** using your netid
```lang=bash
# ssh netID@steamboat.engr.unr.edu
$ ssh igrant@steamboat.engr.unr.edu
```
* Step 4: On **steamboat**, use ansible to connect to all of them
```
cd /srv/ansible/
source python_env/bin/activate
ansible -i /etc/hosts -m shell -a "hostname"
```
IMPORTANT: Check that all the hosts you want to clonee have responded and no others.
* Step 4: uUsing ansible, run the subscriber script
```
nohup sh /images/multi/udp-receiver-sda.sh &
```
* Step 5: Run the sender script on the machine acting as the server and hit key
to start sending the script is located in /images/multi
```
sh udp-sender-sda.sh
```
* Step 6: Hit key on server to start sending data