Changes for page Zūm Net Device Setup
Last modified by Alexander Mott on 2024/10/22 19:55
From version 10.1
edited by Alexander Mott
on 2022/06/16 20:41
on 2022/06/16 20:41
Change comment:
There is no comment for this version
To version 10.4
edited by Alexander Mott
on 2022/06/17 16:50
on 2022/06/17 16:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -21,10 +21,36 @@ 21 21 1. Identifying which DHCP assigned IP address corresponds to each ZUMNET-JBOX 22 22 1. Connecting to each ZUMNET-JBOX and assigning a permanent static IP address and IP-ID 23 23 24 -==== Identifying Z ūmNet Devices ====24 +==== Identifying ZUMNET-JBOXs ==== 25 25 26 26 Once all ZUMNET-JBOXs have been assigned temporary IP addresses from the DHCP server, they must each be identified so that the correct IP-ID can be assigned. The goal is to associate each assigned IP address with the room that each ZUMNET-JBOX is meant to control. Then we can connect to each ZUMNET-JBOX and set static IP addresses and update the IP table with the correct IP-ID. 27 27 28 +There are three primary ways of identifying ZUMNET-JBOXs: 29 + 30 +1. Identifying by hostname 31 +1. Identifying by serial number or MAC address 32 +1. Identifying through Toolbox 33 + 34 +Each of these methods involves generating a Device Summary using the Device Discovery Tool in Toolbox. The Device Summary is a file which lists all devices that are discoverable on the network along with useful information such as their hostname, IP address, and MAC address. 35 + 36 +To generate a Device Summary in Toolbox: 37 + 38 +* Connect to the lighting network and open Device Discovery Tool in Toolbox 39 +* The Device Discovery tool will automatically report how many Ethernet devices have been discovered 40 +* Verify that the expected number of Ethernet devices have been discovered, including any TSWs, GLPACs, DIN-CENCN-2s, etc. 41 +** Note that only Crestron devices will appear in Device Discovery; non-Crestron devices (such as Pharos or Enttec DMX controllers) will not appear in Device Discovery Tool 42 +** If no devices are discovered, verify that your computer is connected to the network and your IP address is compatible with the network 43 +** If some devices are missing, there may be an issue with your DHCP server settings or the network wiring 44 +* Click the "Export..." button below the list of discovered devices 45 +** If this button says "Address Book", then Toolbox needs to be updated 46 +* Click the Write Device Summary button and save the Device Summary to your computer 47 +** Though saved as a text file, the Device Summary is actually a table of comma separated values 48 +** Renaming DeviceSummary.txt to DeviceSummary.csv will allow it to be opened and manipulated in common spreadsheet software such as Microsoft Excel or LibreOffice Calc 49 + 50 +===== Identifying by Hostname ===== 51 + 52 +Oftentimes, 53 + 28 28 If the electrical contractor has provided a list of which serial numbers/MAC addresses belong to each installed ZUMNET-JBOX, then it is relatively easy to identify which ZUMNET-JBOX should get which IP-ID: 29 29 30 30 * Connect to the lighting network and open Device Discovery Tool in Toolbox ... ... @@ -57,9 +57,9 @@ 57 57 Once you have identified which IP address has been assigned to each ZUMNET-JBOX, you can begin configuring them with permanent static IP addresses and the correct IP-ID: 58 58 59 59 * Open Text Console in Toolbox and connect to the first ZUMNET-JBOX 60 -* Run the following commands to configure the ZUMNET-JBOXs IP settings (example is for a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet, with a permanent IP address of (% style="color:blue" %)**10.0.0. 20**(%%), an IP-ID of (% style="color:olive" %)**30**(%%), a processor IP address of (% style="color:orange" %)**10.0.0.10**(%%), and a hostname of (% style="color:#800080" %)**ZNET-JBOX-RM-201**(%%))86 +* Run the following commands to configure the ZUMNET-JBOXs IP settings (example is for a **10.0.0.0(% style="color:darkgoldenrod" %)/24(%%)** subnet, with a permanent IP address of (% style="color:blue" %)**10.0.0.80**(%%), an IP-ID of (% style="color:olive" %)**30**(%%), a processor IP address of (% style="color:orange" %)**10.0.0.10**(%%), and a hostname of (% style="color:#800080" %)**ZNET-JBOX-RM-201**(%%)) 61 61 ** Disable DHCP: ##dhcp off## 62 -** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0. 20**(%%)##88 +** Set IP address: ##ipa 0 (% style="color:blue" %)**10.0.0.80**(%%)## 63 63 ** Set IP subnet mask: ##ipm 0 (% style="color:darkgoldenrod" %)**255.255.255.0**(%%)## 64 64 ** Set default gateway: ##defr 0 **10.0.0.1**## 65 65 ** Update IP table: ##addm (% style="color:olive" %)**30**(%%) (% style="color:orange" %)**10.0.0.10**(%%)##