Version 6 vs 7
Version 6 vs 7
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 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 thislab. 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