Studieren in Chemnitz. Wissen, was gut ist.






Selfadmin-Dienste

Einführung in Selfadmin-Dienste - Windows XP/Vista/Server 2003

Charakteristik und Ziele

Charakteristik Ziele

Administration und Betrieb

Varianten
  1. Eigenadministration
    • Verantwortung des Betreibers für vollständige Administration (s.o.)
    • Zeit
    • Knowhow
    • aktuelle Anforderungen
    • ...
  2. Komplette Administration durch Dienstleister
    (Form von outsourcing -> Zentralisierung)
    • Knowhow, Erfahrungen
    • Automatismen
    • Skalierbarkeit
    • Probleme
      • Sonderwünsche
      • kurzfristige Modifikationen ( <Tag)
      • Hardware-Änderungen

URZ als Dienstleister

Automatismen für Wartung und Konfiguration

basieren auf

cfengine (siehe Dienst "cfengine")

WPM (siehe Dienst "auto_wpm")

cron (siehe Dienst "cron")

ToSCA

WUSCH (siehe Dienst "Automatische Updates")

Installation/Reinstallation

Monitoring

Überwachung, logfiles, eventlog

Zuständigkeit des SelfAdmin

Praxis der Selfadmin-Dienste - WXPSelfADM, WVISelfADM, VPSH (Windows Server 2008)

Integration eines PC in den Dienst

Installation von Software

Lokale accounts

Hardware - Integration/Aktualisierung

Drucker, Standarddrucker

Protokolle, logging-Daten, Monitoring

Wartungsmechanismen - Starten, Startzeiten, Skripte

# run-parts 
53 7,18 * * * SYSTEM run-parts /etc/cron.cfengine 
53 * * * * SYSTEM run-parts /etc/cron.hourly 
53 2 * * * SYSTEM run-parts /etc/cron.daily 
53 6 * * 0 SYSTEM run-parts /etc/cron.weekly 
53 5 1 * * SYSTEM run-parts /etc/cron.monthly 
auto_wpm 
cfengine.daily 
tmpwatch 
cmd /c bash -c "... //afs/tu-chemnitz.de/ToSCA/SCRIPTS/ALL_SCRIPTS/cron_daily.sh" 
15 6 12 1 4 System shutdown -r -f -d p:04:01 
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap] 
"AutoDetect"=dword:00000000 
"IntranetName"=dword:00000001 
"ProxyByPass"=dword:00000001 
"UNCAsIntranet"=dword:00000001 
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\afs] 
"file"=dword:00000001 

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap] 
"AutoDetect"=dword:00000000 
"IntranetName"=dword:00000001 
"ProxyByPass"=dword:00000001 
"UNCAsIntranet"=dword:00000001 

[HKEY_CURRENT_USER\Software\Policies\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap\Domains\afs] 
"file"=dword:00000001 

Protokollierung eigener Aktivitäten

Installation

ToSCA - Datenbasis für Dienst - Rechte

 |-- CFU_ALL_WS
 |-- CFU_DESKTOP
 |-- CFU_POOL
 |-- CFU_POOL_PHIL
 |-- CFU_POOL_STD
 |-- FU_CH_OCH_WS
 |-- FU_ET_LE_WS
 |-- FU_IF_TI_WS
 |-- FU_MB_AMKT_WS
 |-- FU_MB_SM_WS
 |-- FU_PHIL_AAAL_WS
 |-- ...
 |-- ROOT4ANY
 |-- aachen
 |-- agogo
 |-- alberich
 |-- alfred1
 |-- alma
 |-- alphorn
 |-- america
 |-- ... 
CFU_DESKTOP/
|-- Programme
|   |-- Ansys Inc
|   `-- Windows NT
|       `-- zubeh
|           `-- wordpad.exe
`-- windows
    |-- local
    |   |-- etc
    |   |   `-- wpm_accept.global.conf
    |   `-- registry
    |       |-- AFSShutdown.reg
...
_hostname_
|-- Programme
|   `-- cygwin
|       `-- etc
|           |-- crontab
`-- windows
    `-- local
        |-- etc
        |   |-- README.selfadm
        |   |-- ToSCA_PARTITIONS
        |   |-- applnk
        |   |-- druckerliste
        |   |-- printcap
        |   `-- wpm_accept.local.conf
        `-- registry

Beschreibungen, etc.