Kā pie Hyper-V Server 2008 R2 var pievienot 2.5TB disku masīvu ? Atbilde aprakstīta zemāk step-by-step. Lasīt visu rakstu »
Virtuālais servers + Disku masīvs.
Izveidots: 1st jūnijs 2010 izveidoja Tech sadaļā Hyper-VBirkas: 2008, convert, diskpart, disku masīvs, dynamic, gpt, Hyper-V, mbr, r2
Ironiski bet laikam taisnība
Izveidots: 31st maijs 2010 izveidoja Tech sadaļā Pasmaidi :)Birkas: antivirus, pc, slow
Pārbaudam Global Catalog serverus domēnā
Izveidots: 25th maijs 2010 izveidoja Tech sadaļā Aktīvā Direktorija, CMD (Command Promt)Birkas: ad, global catalog
Veidojot domēnā jaunu lietotāju vai objektu dabūjam paziņojumu ka globālā kataloga serveri nav pieejami:
Windows will create this user account, but the user can log on only after the user name is verified to be unique.Make sure the global
catalog is available. For more information about troubleshooting this issue, see windows help.
Ir ātrs veids kā pārbaudīt vai Global Catalog serveri ir pieejami domēnā, atveram cmd un izpildam komandu:
dsquery server -domain TAVSDOMENS.lv | dsget server -isgc -dnsname
Grpoup Policy konfigurēšana priekš WSUS 3.0
Izveidots: 18th maijs 2010 izveidoja Tech sadaļā WSUSBirkas: GPO, WSUS
Saitē aprakstīts kā konfigurēt grupu politiku priekš WSUS 3.0
http://technet.microsoft.com/en-us/library/dd939933%28WS.10%29.aspx
WinImage ir programma ar ko ērti var pārtaisīt VHD failus ko izmanto Hyper-V uz VMDK failiem ko izmanto VmWare.
Instalējot SCCM 2007 SP1 uz Server 2008 R2 parādās kļūda ka WebDAV nav nokonfigurēts, izejot cauri visām iespējamajām interneta pamācībām un manuāli liekot visus uzstādījumus nekas nemainās, risinājums tika atrasts technet.microsoft.com, palaižam sekojošo skriptu izmantojot PowerShell:
write-output “Configuring WebDAV”
write-output “”
write-output “ Allowing access to hidden files”
c:\windows\system32\inetsrv\AppCmd set config “Default Web Site/” /section:system.webServer/webdav/authoring /fileSystem.allowHiddenFiles:true /commit:apphost | out-null
write-output “ Allowing anonymous property queries”
c:\windows\system32\inetsrv\AppCmd set config “Default Web Site/” /section:system.webServer/webdav/authoring /properties.allowAnonymousPropfind:true /commit:apphost | out-null
write-output “ Not allowing Custom properties”
c:\windows\system32\inetsrv\AppCmd set config “Default Web Site/” /section:system.webServer/webdav/authoring /properties.allowCustomProperties:false /commit:apphost | out-null
write-output “ Allowing property queries with infinite depth”
c:\windows\system32\inetsrv\AppCmd set config “Default Web Site/” /section:system.webServer/webdav/authoring /properties.allowInfinitePropfindDepth:true /commit:apphost | out-null
write-output “ Allowing hidden files to be listed”
c:\windows\system32\inetsrv\AppCmd set config “Default Web Site/” /section:system.webServer/webdav/authoring /fileSystem.allowHiddenFiles:true /commit:apphost | out-null
write-output “”
write-output “”
Otrs risinājums:
Atrasts http://www.windows-noob.com/
Dodamies uz %windir%\System32\inetsrv\config\schema
Pārņemam ownership failam webdav_schema.xml
Noņemam readonly no atribūtiem
Izļabojam sekojošas rindiņas tā lai tās izskatītos kā šīs:
<attribute name=”allowAnonymousPropfind” type=”bool” defaultValue=”true” />
<attribute name=”allowInfinitePropfindDepth” type=”bool” defaultValue=”true” />
<attribute name=”allowCustomProperties” type=”bool” defaultValue=”false” />
Saglabājam un turpinām strādāt ar SCCM.
Kā ieslēgt SSH ESXi serverim. Tas strādā ar ESXi 4.0 Nav testēts uz pārējām versijām.
- Piesēžamies pie VMWare servera
- ESXi konsulē nospiežam ALT+F1.
- Ierakstam unsupported un spiežam Enter.
- Ieraksti savu paroli – Ja neesi vēl uzlicis paroli tad kā paroli raksti unsupported.
- Tagad komandrindā ierakstam vi /etc/inetd.conf.
- Meklējam līniju kas sākas ar #ssh.
- Novietojam kursoru zem # zīmes.
- Spiežam x lai nodzēstu # no šīs līnijas.
- Spiežam Esc pogu.
- rakstam :wq un spiežam Enter.
- lai pārliecinātos ka viss izdarīts atkal atveram inetd.con ar to pašu komandu vi /etc/inetd.conf un pārbaudam vai # ir nodzēsts.
- Pārstartējam ESXi serveri.
- SSH tagad ir ieslēgts.
Windows Server 2003 Administration Tools Pack
Izveidots: 26th aprīlis 2010 izveidoja Tech sadaļā RemoteXp domāta paka kas ļauj menedžēt windows 2000 un 2003 serverus.
The start mode for the Net. TCP Port Sharing service must be set to Automatic before Setup can continue
Izveidots: 6th aprīlis 2010 izveidoja Tech sadaļā Exchange 2007Birkas: The start mode for the Net. TCP Port Sharing service must be set to Automatic before Setup can continue
Instalējot Exchange dabūnam kļūdu “The start mode for the Net. TCP Port Sharing service must be set to Automatic before Setup can continue”, to atrisināt varam atverot PowerShell un izpildot komandu Set-Service NetTcpPortSharing -StartupType Automatic

