User:Ilya/Win.mit.edu: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
Line 48: Line 48:
*To connect remotely or from non-Windows OS:
*To connect remotely or from non-Windows OS:
**must to set win password before connecting to home directory from mac/linux
**must to set win password before connecting to home directory from mac/linux
  mount -t cifs //win.mit.edu/dfs/profile/u /mnt/win -o user=username,domain=WIN.MIT.EDU
  mount -t cifs //win.mit.edu/dfs/profile/(first letter of username)/(username) /mnt/win -o user=username,domain=WIN.MIT.EDU


==Windows Update==
==Windows Update==

Revision as of 15:44, 19 December 2006

Common tasks

  • Joining the domain
    1. Add the machine to your container.
    2. Get a temporary join account name and password.
    3. Log on to the machine as local administrator.
    4. Right click the My Computer icon.
    5. Select Properties.
    6. Click the Network Identification tab.
    7. Click the Properties button.
    8. Select the Member of Domain radio button.
    9. Type in: WIN.MIT.EDU (in all capitals).
    10. The next screen will prompt you to enter the WIN account name and password authorized to install machines in the domain. Enter the temporary join account name and password. Result: You will get a screen welcoming you to the domain.
    11. Reboot the machine for the changes to take effect.
  • User profile setup:
    1. Optionally rename previous profile
    2. Give full permissions to the old profile to the new user account
    3. Let the user login
    4. Copy all files from the old profile to the new user profile
    5. Import Firefox profile/bookmarks
    6. Try running Office and other applications
    7. Make sure users don't store a lot of data on their desktop (synchronized at login and logout)
    8. Optionally add user's account to the local Administrators group
  • To check Moira record for a hostname of IP adress:
athena% stella foo

or

athena% hostinfo foo

or

athena% nslookup foo
  • To check container assigment:
athena% stella foo -lcn
Machine: Container: Machines/pismere-laptops
  • To add the machine "foo" to the container "test":
athena% stella foo -acn Machines/test
  • Moira (available on UNIX Athena and WIN machines)
    • /usr/athena/bin/moira (The container menu is available from the top level menu, currently it is choice number 12)
    • http://web.mit.edu/moira
    • Administrative Tools-> Moira Account Management
  • mitch - examine and modify informtion about containers in Moira
athena% mitch Machines/BioEng/endy
  • AD Container Management (available on WIN machines) - an MMC snap-in tool, normally found under the "Administrative Tools" menu, or invoked with the command adcontmgr.msc.
  • To connect remotely or from non-Windows OS:
    • must to set win password before connecting to home directory from mac/linux
mount -t cifs //win.mit.edu/dfs/profile/(first letter of username)/(username) /mnt/win -o user=username,domain=WIN.MIT.EDU

Windows Update

Auto Hotfixer is a retired tool. We use WSUS to have replaced it. You don't need to make the change to autohotfixer when you switch to MIT WSUS. Machines in win.mit.edu should be all set for using MIT WSUS as long as you didn't make changes in your container to overwrite Windows Update settings.
enabled|disabled|5 - local admin to choose the update/reboot behavior
  • Computer Configuration > Administrative Templates > Windows Components > Windows Update > No auto-restart for scheduled Automatic Update installations

Endy Lab OU

  • Machine containers:
    • Machines/BioEng/endylab/workstations
    • Machines/BioEng/endylab/servers
  • User lists:
    • endylab
    • endylab-admin
  • To edit group policy for the machines in your OU (using Windows):
    • run mmc from the command line
    • Add a new snap in Group Policy Editor
    • Browse to this: GP Bioeng/endylab/workstation

Todo

  • make sure machine logins are restricted to endylab members
  • add users to endy-admin list (default restrictions: can't change the system time (viewing calendar), cant copy files to the C drive)
  • is it possible to change the default set of rights for regular user accounts?
    • Restricted Groups - to restrict access to the machines

Bionet

  • Status as of 2006-12-19
    • Goal is to keep things running as they are now (snapshots and backups); space should not be a problem but there is still no budget and warranty on the filers already ran out.
    • Bionet will move to WIN.MIT.EDU in late January or early February

Reference

  • The win.mit.edu Domain
  • Academic Computing - Windows Support
  • Windows Server Platforms at MIT
  • Windows Domain win.mit.edu Statistics
  • Report a bug or problem with a win.mit.edu machine
  • Logon procedure
  • User and container admin tasks (delete machine, change AD password, etc)
  • RIS - Remote Installation Service
    • MITnet DHCP will route PXE requests to WIN.MIT.EDU – RIS
  • Managing user profile
    • By default your profile will be in two top-level directories in your DFS home directory. The .winprofile and WinData directories are created the first time you log on to a WIN machine.
    • By default the .winprofile directory contains the following information:
      • ntuser.dat - a binary file that is used to populate the HKCU registry hive on the client workstation
      • ntuser.pol - another file containing registry information
      • ntuser.ini - an ini file
      • Templates - a directory containing shortcuts to template items
      • Start Menu - a directory containing the files and folders that create the user's menus
      • SendTo - a directory that contains shortcut files that create the "SendTo" menu for the user
      • Recent - a directory that contains shortcuts to the most recently accessed files
      • PrintHood - a directory that contains shortcuts to items in the user's Printers folder
      • NetHood - a directory that contains shortcuts to items in the user's My Network Places folder
      • Desktop - a directory that contains the items that make up the user's desktop
      • Cookies - a directory that contains the browser cookies that the user has acquired while traversing the web
    • By default the WinData directory contains the following information:
      • Favorites - a directory that contains the user's Internet Explorer Favorites (like Bookmarks in Netscape)
      • My Documents - the user's default data directory. It exists on the user's desktop and tends to be the default location for Save As
      • Application Data - a directory that contains configuration data saved by applications run by the user.