UBC Physics & Astronomy
scop-fs.ead.ubc.ca
DNS alias:
142.103.184.116

coopdc is a virtual server running Microsoft Windows Server 2008 R2 Standard Edition with Service Pack 1. It's configured to be the file server.

System Info:

Processor: 2.53 GHz Intel Xeon(R) E5540
Installed Memory (RAM): 4 GB
System Type: 64-bit Operating System (Windows Server 2008 R2 Standard Edition with Service Pack 1
Hard Drive: System: 64GB Data: 200GB
Computer name: COOPDC
Public IP Address: 142.103.184.116
MAC Address: 00:50:56:81:6E:E6
Subnet Mask: 255.255.255.192
Default Gateway: 142.103.184.126
DNS Servers: 137.82.1.2, 142.103.1.42

Currently Installed Services:

Active Directory Service
File Server 


2011-12-11

Configure it to be a file server


2013-07-25

Install Cygwin

  1. Download cygwin installation file from http://cygwin.com/install.html
  2. Choose the following packages:
    openssh
    rsync
    nano
  3. Run Cygwin as Administrator, then run the following command with the listed options:
    $ ssh-host-config
    *** Query: Should privilege separation be used? (yes/no) yes
    
    *** Query: Do you want to install sshd as a service?
    *** Query: (Say "no" if it is already installed as a service) (yes/no) yes
    *** Query: Enter the value of CYGWIN for the daemon: [] ntsec mintty
    
    *** Query: Do you want to use a different name? (yes/no) no
    *** Query: Please enter the password for user 'cyg_server':
    *** Query: Reenter:
    
  4. Create rsyncd.conf file
    vi /etc/rsyncd.conf
    uid = root
    max connections = 50
    syslog facility = local5
    pid file = /var/run/rsyncd.pid
    
    [coop]
      path = /cygdrive/d/coop
      hosts allow = 142.103.236.30
      read only = yes
    
  5. Install rsyncd as a service
    cygrunsrv --install "rsyncd" --path /usr/bin/rsync --args "--daemon --no-detach" \
     --desc "Starts a rsync daemon for accepting incoming rsync connections" \
     --disp "Rsync Daemon" --type auto
  6. Start the rsyncd service
    net start rsyncd
  7. Open ports 22 and 873 on Windows Firewall

2013-04-24 - dcpromo

Promote the server to be a domain controller

  1. Installed Active Directory Domain Services on the server.
  2. Run adprep /forestprep & adprep /domainprep on current domain controller (coopsvr.sciencecoop.ubc.ca)
  3. Run dcpromo on batta to add a second domain controller ( Instructions on installing an additional domain controller)
  4. Send netlogon.dns to NMC (http://web.it.ubc.ca/forms/network/), ask them to add the entries to the DNS server.
  5. run dcdiag to test connectivity between two domain controllers.

For more assistance contact sysadmin@phas.ubc.ca ( Sysadmin )
 
webmaster@phas.ubc.ca [Dept. Home Page] last updated: