cobo_fedora_setup
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cobo_fedora_setup [2013/09/04 10:55] – abunimeh | cobo_fedora_setup [2014/02/11 09:37] (current) – abunimeh | ||
---|---|---|---|
Line 32: | Line 32: | ||
# edit exports / | # edit exports / | ||
< | < | ||
- | /home/attpc/dev/coborootfs | + | /mnt/local/export/filesystem |
- | / | + | / |
</ | </ | ||
The second line in exports is just for ML507 Reduced CoBo compatibility. | The second line in exports is just for ML507 Reduced CoBo compatibility. | ||
Line 56: | Line 56: | ||
< | < | ||
ddns-update-style none; | ddns-update-style none; | ||
- | option domain-name "cobo.serv"; | + | option domain-name "local"; |
- | option domain-name-servers 192.168.40.1; | + | |
default-lease-time 600; | default-lease-time 600; | ||
Line 66: | Line 65: | ||
log-facility local7; | log-facility local7; | ||
- | subnet 192.168.0.0 netmask 255.255.0.0 { | + | # CoBo Data Node |
+ | subnet 192.168.41.0 netmask | ||
+ | range 192.168.41.80 192.168.41.90; | ||
+ | option routers 192.168.41.2; | ||
+ | option subnet-mask 255.255.255.0; | ||
+ | option broadcast-address 192.168.41.255; | ||
+ | option domain-name-servers 192.168.41.2; | ||
+ | option ntp-servers 192.168.41.2; | ||
+ | } | ||
+ | |||
+ | # CoBo Control Node | ||
+ | subnet 192.168.40.0 netmask 255.255.255.0 { | ||
range 192.168.40.80 192.168.40.90; | range 192.168.40.80 192.168.40.90; | ||
- | option routers 192.168.40.1; | + | option routers 192.168.40.2; |
option subnet-mask 255.255.255.0; | option subnet-mask 255.255.255.0; | ||
- | option broadcast-address 192.168.40.254; | + | option broadcast-address 192.168.40.255; |
- | option domain-name-servers 192.168.40.1; | + | option domain-name-servers 192.168.40.2; |
- | option ntp-servers 192.168.40.1; | + | option ntp-servers 192.168.40.2; |
} | } | ||
- | # CoBo | + | # Control |
- | + | host coboeOne | |
- | host cobo02e0 | + | |
hardware ethernet 00: | hardware ethernet 00: | ||
fixed-address 192.168.40.40; | fixed-address 192.168.40.40; | ||
Line 83: | Line 92: | ||
} | } | ||
- | host cobo02e1 | + | # Data |
+ | host coboeTwo | ||
hardware ethernet 00: | hardware ethernet 00: | ||
- | fixed-address 192.168.40.41; | + | fixed-address 192.168.41.40; |
option host-name " | option host-name " | ||
} | } | ||
- | host rcobo { | + | # ----- |
- | hardware ethernet 00:0A:35:02:2A:C5; | + | # COBO0 |
- | fixed-address 192.168.40.46; | + | # Control |
- | option host-name "rcobo"; | + | host vxcobo1235e0 |
+ | hardware ethernet | ||
+ | fixed-address 192.168.40.50; | ||
+ | option host-name " | ||
+ | } | ||
+ | # Data | ||
+ | host vxcoboe1235e1 { | ||
+ | hardware ethernet 06: | ||
+ | fixed-address 192.168.41.50; | ||
+ | option host-name "cobo0e1"; | ||
} | } | ||
- | host vxcobo | + | # COBO1 |
- | hardware ethernet 00:0A:35: | + | # Control |
- | fixed-address 192.168.40.45; | + | host vxcobo1237e0 |
- | option host-name "cobovx"; | + | hardware ethernet |
+ | fixed-address 192.168.40.51; | ||
+ | option host-name " | ||
+ | } | ||
+ | # Data | ||
+ | host vxcoboe1237e1 { | ||
+ | hardware ethernet 06:00: | ||
+ | fixed-address 192.168.41.51; | ||
+ | option host-name " | ||
+ | } | ||
+ | |||
+ | # COBO2 | ||
+ | # Control | ||
+ | host vxcobo1238e0 { | ||
+ | hardware ethernet | ||
+ | fixed-address 192.168.40.52; | ||
+ | option host-name " | ||
+ | } | ||
+ | # Data | ||
+ | host vxcoboe1238e1 { | ||
+ | hardware ethernet 06: | ||
+ | fixed-address 192.168.41.52; | ||
+ | option host-name " | ||
+ | } | ||
+ | |||
+ | # COBO3 | ||
+ | # Control | ||
+ | #host vxcobo1237e0 { | ||
+ | # hardware ethernet 02: | ||
+ | # fixed-address 192.168.40.53; | ||
+ | # option host-name " | ||
+ | #} | ||
+ | # Data | ||
+ | #host vxcoboe1237e1 { | ||
+ | # hardware ethernet 06: | ||
+ | # fixed-address 192.168.41.53; | ||
+ | # option host-name " | ||
+ | #} | ||
+ | |||
+ | # COBO4 | ||
+ | # Control | ||
+ | #host vxcobo1237e0 { | ||
+ | # hardware ethernet 02: | ||
+ | # | ||
+ | # option host-name " | ||
+ | #} | ||
+ | # Data | ||
+ | #host vxcoboe1237e1 { | ||
+ | # hardware ethernet 06: | ||
+ | # fixed-address 192.168.41.54; | ||
+ | # option host-name " | ||
+ | #} | ||
+ | |||
+ | # COBO5 | ||
+ | # Control | ||
+ | #host vxcobo1237e0 { | ||
+ | # hardware ethernet 02: | ||
+ | # fixed-address 192.168.40.55; | ||
+ | # option host-name " | ||
+ | #} | ||
+ | # Data | ||
+ | #host vxcoboe1237e1 { | ||
+ | # hardware ethernet 06: | ||
+ | # fixed-address 192.168.41.55; | ||
+ | # option host-name " | ||
+ | #} | ||
+ | |||
+ | # COBO6 | ||
+ | # Control | ||
+ | host vxcobo1240e0 { | ||
+ | hardware ethernet 02: | ||
+ | fixed-address 192.168.40.56; | ||
+ | option host-name " | ||
+ | } | ||
+ | # Data | ||
+ | host vxcoboe1240e1 { | ||
+ | hardware ethernet 06: | ||
+ | fixed-address 192.168.41.56; | ||
+ | option host-name " | ||
+ | } | ||
+ | |||
+ | # COBO7 | ||
+ | # Control | ||
+ | host vxcobo1241e0 { | ||
+ | hardware ethernet 02: | ||
+ | fixed-address 192.168.40.57; | ||
+ | option host-name " | ||
+ | } | ||
+ | # Data | ||
+ | host vxcoboe1241e1 { | ||
+ | hardware ethernet 06: | ||
+ | fixed-address 192.168.41.57; | ||
+ | option host-name " | ||
+ | } | ||
+ | |||
+ | |||
+ | # COBO8 | ||
+ | # Control | ||
+ | host vxcobo1242e0 { | ||
+ | hardware ethernet 02: | ||
+ | fixed-address 192.168.40.58; | ||
+ | option host-name " | ||
+ | } | ||
+ | # Data | ||
+ | host vxcoboe1242e1 { | ||
+ | hardware ethernet 06: | ||
+ | fixed-address 192.168.41.58; | ||
+ | option host-name " | ||
+ | } | ||
+ | |||
+ | # COBO9 | ||
+ | # Control | ||
+ | host vxcobo1243e0 { | ||
+ | hardware ethernet 02: | ||
+ | fixed-address 192.168.40.59; | ||
+ | option host-name " | ||
+ | } | ||
+ | # Data | ||
+ | host vxcoboe1243e1 { | ||
+ | hardware ethernet 06: | ||
+ | fixed-address 192.168.41.59; | ||
+ | option host-name "cobo9e1"; | ||
} | } | ||
cobo_fedora_setup.1378306505.txt.gz · Last modified: 2013/09/04 10:55 by abunimeh