ReferencePlatforms/Win64: Difference between revisions

clarifications
(clarifications)
Line 451: Line 451:


== Update to the latest buildbot.bat ==
== Update to the latest buildbot.bat ==
We recently added steps to buildbot.bat to cleanup Windows TEMP dirs on reboot.
We recently added steps to buildbot.bat to cleanup Windows TEMP dirs on reboot. (As user <tt>cltbld</tt>).


  cd "C:\Users\cltbld\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
  cd "C:\Users\cltbld\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
  mv buildbot.bat C:\Users\cltbld\buildbot.bat.precleanup
  mv buildbot.bat C:\Users\cltbld\buildbot.bat.precleanup
  C:\mozilla-build\wget\wget -O buildbot.bat https://hg.mozilla.org/build/puppet-manifests/raw-file/f24f27f2696a/modules/buildslave/files/buildbot-win64.bat
  C:\mozilla-build\wget\wget -O buildbot.bat https://hg.mozilla.org/build/puppet-manifests/raw-file/f24f27f2696a/modules/buildslave/files/buildbot-win64.bat


== Deploy the correct keys ==
== Deploy the correct keys ==
You have instructions over [[ReleaseEngineering/How_To/Adjust_SSH_keys_on_a_slave|here]]
You have instructions over [[ReleaseEngineering/How_To/Adjust_SSH_keys_on_a_slave|here]] (As user <tt>cltbld</tt>).


== Deploy google api key ==
== Deploy google api key ==
This should go in E:\builds\gapi.data. Get the key from secrets.csv on one of the puppet masters.
This should go in E:\builds\gapi.data. Get the key from secrets.csv on one of the puppet masters. (As user <tt>cltbld</tt>).


== Update the cltbld password ==
== Update the cltbld password ==
Line 467: Line 468:
Windows password:
Windows password:
* Control Panel -> User Accounts -> Change Your Windows Password -> Change your password
* Control Panel -> User Accounts -> Change Your Windows Password -> Change your password
* Open regedit -> Browse to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
** or via ssh to Administrator account (enter passwd when prompted):
** Change "DefaultPassword" to the correct cltbld password
    net user cltbld *
* Change "DefaultPassword" to the correct cltbld password
** via gui: Open regedit -> Browse to "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon"
** via ssh:
    reg add "HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon" /v DefaultPassword /d newpasswd /t REG_SZ /f


VNC Password:
VNC Password:
* Right click on VNC icon in system tray -> Admin Properties -> Enter new password -> "OK" -> "Yes"
* Right click on VNC icon in system tray -> Admin Properties -> Enter new password -> "OK" -> "Yes"
** if rdp has been used you need to reboot to see VNC (ultra vnc), or launch ultra-vnc manually
** with VNC login, you'll see "ctrl-alt-del to login" screen if autologon is not set up correctly.


Reboot.
Reboot.
* via ssh: shutdown /r /d p:1:2


== Deploy MAPI Headers ==
== Deploy MAPI Headers ==
Confirmed users
1,351

edits