Anonymous

Changes

From Pumping Station One
436 bytes added ,  17:59, 14 February 2014
adding authentication stuff
Line 15: Line 15:  
Shell into bob, and run
 
Shell into bob, and run
   −
     salt-key -L
+
     sudo salt-key -L
     salt-key -a ${MINIONNAME}
+
     sudo salt-key -a ${hostname}
 +
    sudo salt '${hostname}' state.highstate
 +
 
 +
 
 +
Back on the new box, run the following commands:
 +
 
 +
    sudo net ads join -U [email protected]
 +
 
 +
If you get a message about dns update failing, get the ip addresses and run the following commands on bob:
 +
 
 +
    samba-tool dns add bob ad.pumpingstationone.org %{hostname} A 10.100.1.x -k yes
 +
    samba-tool dns add bob ad.pumpingstationone.org %{hostname} AAAA 2601::xx -k yes
Cookies help us deliver our services. By using our services, you agree to our use of cookies.