Virtuālais servers + Disku masīvs.

Izveidots: 1st jūnijs 2010 izveidoja Tech sadaļā Hyper-V
Birkas: , , , , , , , ,

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 »

Ironiski bet laikam taisnība

Izveidots: 31st maijs 2010 izveidoja Tech sadaļā Pasmaidi :)
Birkas: , ,

Pārbaudam Global Catalog serverus domēnā

Izveidots: 25th maijs 2010 izveidoja Tech sadaļā Aktīvā Direktorija, CMD (Command Promt)
Birkas: ,

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ļā WSUS
Birkas: ,

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

Izveidots: 12th maijs 2010 izveidoja Tech sadaļā Hyper-V, VMWare
Birkas:

WinImage ir programma ar ko ērti var pārtaisīt VHD failus ko izmanto Hyper-V uz VMDK failiem ko izmanto VmWare.

http://www.winimage.com/download.htm

SCCM 2007 SP1, WebDAV, Server 2008 R2

Izveidots: 7th maijs 2010 izveidoja Tech sadaļā SCCM 2007

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.

VMWare atļaut SSH

Izveidots: 5th maijs 2010 izveidoja Tech sadaļā VMWare
Birkas: ,

Kā ieslēgt SSH ESXi serverim. Tas strādā ar ESXi 4.0 Nav testēts uz pārējām versijām.

  1. Piesēžamies pie VMWare servera
  2. ESXi konsulē nospiežam ALT+F1.
  3. Ierakstam unsupported un spiežam Enter.
  4. Ieraksti savu paroli – Ja neesi vēl uzlicis paroli tad kā paroli raksti unsupported.
  5. Tagad komandrindā ierakstam vi /etc/inetd.conf.
  6. Meklējam līniju kas sākas ar #ssh.
  7. Novietojam kursoru zem # zīmes.
  8. Spiežam x lai nodzēstu # no šīs līnijas.
  9. Spiežam Esc pogu.
  10. rakstam :wq un spiežam Enter.
  11. 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.
  12. Pārstartējam ESXi serveri.
  13. SSH tagad ir ieslēgts.

Windows Server 2003 Administration Tools Pack

Izveidots: 26th aprīlis 2010 izveidoja Tech sadaļā Remote

Xp domāta paka kas ļauj menedžēt windows 2000 un 2003 serverus.

Saite: http://www.microsoft.com/downloads/details.aspx?FamilyID=c16ae515-c8f4-47ef-a1e4-a8dcbacff8e3&displaylang=en

Browning Citori 625 Sporting

Izveidots: 11th aprīlis 2010 izveidoja Tech sadaļā Gludstobra

Lasīt visu rakstu »

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