Wynton & BKS

From DISI
Revision as of 20:32, 29 May 2018 by Benrwong (talk | contribs) (→‎Adding a host to Wynton: corrected bad ifcfg file that caused cluster issues. Gateway setup via route-<dev> file)
Jump to navigation Jump to search

http://wynton.ucsf.edu/

File Servers Exported to Wynton

bet 172.26.28.32      bet-wyn.wynton.ucsf.edu         bet-wyn
tsadi 172.26.28.33    tsadi-wyn.wynton.ucsf.edu       tsadi-wyn
lamed 172.26.28.34    lamed-wyn.wynton.ucsf.edu       lamed-wyn

Adding a host to Wynton

Connect an open network port on host to Wynton's network. Ask JL for IP-address and ports to connect to in BH101. Create network interface in /etc/sysconfig/network-scripts for new interface. Populate with the following:

/etc/sysconfig/network-scripts/ifcfg-<interface name>

TYPE=Ethernet
DEVICE=<interface name>
BOOTPROTO=static
HWADDR=<MAC Address> 
ONBOOT=yes
IPADDR=<Wynton IP>
NETMASK=255.255.255.0
DHCP_HOSTNAME=<wynton network hostname>.wynton.ucsf.edu
HOSTNAME=<wynton network hostname>.wynton.ucsf.edu

Create a static route to wynton

/etc/sysconfig/network-scripts/route-<interface name>

172.26.0.0/16 via 172.26.28.1 dev <interface name> 

See lamed for example.