Καλώς ορίσατε στο autoexec.gr - Σύνδεση | Εγγραφή | Βοήθεια

The TroubleShooter

Troubleshooting is the diagnosis of "trouble" ...
System Center 2012 SP1 CTP for Windows Server “8″ – Virtual Machine Manager Evaluation (VHD)

Σε προηγούμενο άρθρο

System Center 2012 SP1 CTP (VMM, DPM) for Windows Server “8″ Support !!!

ανάφερα ότι είναι διαθέσιμο πλεόν το System Center 2012 SP1 CTP για τα Components Virtual Machine Manager (VMM) και Data Protection Manager (DPM).

Ανακοινώθηκε επίσης και είναι διαθέσιμο για Download το

System Center 2012 CTP for Windows Server "8" Beta - Virtual Machine Manager – Evaluation (VHD)

το οποίο περιέχει ένα pre-configured VHD για να δημιουργήσετε ένα Virtual Machine που θα έχει προεγκατεστημένο τον Virtual Machine Manager (VMM) με τις αναβαθμίσεις που περιέχονται στον νέο Community Technology Preview (CTP) του Center 2012 Service Pack 1 (SP1) .

Αυτό το VHD περιέχει τα εξής :

  • Windows Server® "8" Beta Datacenter (Evaluation 180 Days)
  • Microsoft SQL Server 2008 R2 (Evaluation 180 Days)
  • VMM component System Center 2012 SP1 CTP (Evaluation 180 Days)
  • Windows Automated Installation Kit (AIK) for Windows 7
  • Microsoft Storage Management Service
  • Microsoft Web Deploy 2.0
Posted: Πέμπτη, 22 Μαρτίου 2012 3:43 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
To “GUI” or Not to “GUI” ? (Windows Server 8 Tip)

Problem

Δίλημμα : To "GUI" OR Not to "GUI" ?

Σε Windows Server 2008 R2 η λύση ήταν μονόδρομος Server Core ή Server Full Installation δηλαδή Not GUI και GUI.

Ναι αλλά στον Windows Server 8 έχεις επιλογές ... και αν αλλάξεις γνώμη ξαναγυρνάς πίσω στο αγαπημένο σου GUI και Metro UI και μετά αν βαρεθείς τα χρώματα πας πίσω στο "μαύρο" PowerShell.

Λοιπόν έχεις εγκαταστήσει Full Installation με GUI (Server with a GUI ) και δεν θες πλέον χρώματα,το βαρέθηκες το GUI .... No more GUI ...

Εχεις τις εξής επιλογές να πας σε Minimal Server Interface (Server without GUI Server Graphical Shell ) και σε Server Core απο Full Installation και το ανάποδο !!!

Σε Minimal Server Interface δεν έχεις Server Graphical Shell (GUI) module και δεν λειτουργεί το Metro UI , Internet Explorer 10,o Windows Explorer, το desktop, και το Start screen.Υπάρχουν ακόμη και λειτουργούν τα MMC , ο Server Manager και κάποια components του Control Panel.

Το Minimal Server Interface (Server without GUI) είναι ένα intermediate state ανάμεσα στον Server Core και το Server with a GUI (Full Installation).

Solution

Θα αναφέρω παρακάτω πως μπορείς να αλλάξεις GUI State σε Windows Server 8 με την βοήθεια του PowerShell.

- Full Installation to Server Core

Εχεις Full Installation with GUI και θες να αλλάξεις και να πας σε Server Core…

Κανένα πρόβλημα … ανοίγεις PowerShell as Administrator και όλα είναι απλά :

1.Από PowerShell δίνεις τα commands

Import-Module Dism

Disable-Feature –online -Featurename ServerCore-FullServer

και κάνουμε restart.

ή

2. Δίνεις το command

Uninstall-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell -Restart

- Server Core to Full Installation

1. Από PowerShell δίνεις τα commands

Import-Module Dism

Enable-Feature –online -Featurename ServerCore-FullServer,Server-Gui-Shell,Server-Gui-Mgmt

ή

2.Δίνεις το command

Install-WindowsFeature Server-Gui-Mgmt-Infra, Server-Gui-Shell -Restart

- Full Installation to Server Minimal Interface (Without GUI)

Σε PowerShell δίνεις το Command :

Uninstall-WindowsFeature Server-Gui-Shell –Restart

- Minimal Server Interface (Without GUI) to Full Installation

Σε PowerShell δίνεις το Command :

Install-WindowsFeature Server-Gui-Shell –Restart

- Minimal Server Interface (Without GUI) to Server Core

Σε PowerShell δίνεις το Command :
 
Uninstall-WindowsFeature Server-Gui-Mgmt-Infra –Restart

- Server Core to Minimal Server Interface (Without GUI)

Σε PowerShell δίνεις το Command :

Install-WindowsFeature Server-Gui-Mgmt-Infra –Restart

Σε PowerShell δίνεις το Command :
 
Uninstall-WindowsFeature Server-Gui-Mgmt-Infra –Restart

Αν τώρα έχεις Full Installation και θέλεις να κάνεις enable το Desktop Experience και να έχεις Metro UI Apps όπως σε Windows 8

τότε απλά δίνεις τα Commands

- Για Install

Install-WindowsFeature Desktop-Experience -Restart

- Για Uninstall

Uninstall-WindowsFeature Desktop-Experience -Restart

Conclusion

Αυτός δεν είναι Server ... Transformer είναι ... Τι να μας πει τώρα και ο Optimus Prime ...

Windows Server 8 ... The Leader of the Servers !!!

Reference

To reach the installation state in each column… Server Core installation option Minimal Server Interface Server with a GUI installation option Desktop Experience feature installed
Select these features in Server Manager: none Graphical Management Tools and Infrastructure Graphical Management Tools and Infrastructure, Server Graphical Shell Graphical Management Tools and Infrastructure, Server Graphical Shell, Desktop Experience
Run the Windows PowerShell install/uninstall commands with these values for the Name parameter: none Server-Gui-Mgmt-Infra Server-Gui-Mgmt-Infra, Server-Gui-Shell Server-Gui-Mgmt-Infra, Server-Gui-Shell, Desktop-Experience
Server Core installation option Minimal Server Interface Server with a GUI installation option Desktop Experience feature installed
Command prompt available available available available
Windows PowerShell / Windows .NET available available available available
Server Manager not available available available available
Microsoft Management Console not available available available available
Control Panel not available not available available available
Control Panel applets not available some available available available
Windows Explorer not available not available available available
Taskbar not available not available available available
Notification area not available not available available available
Internet Explorer not available not available available available
Built-in help system not available not available available available
Themes not available not available not available available
Metro-style Start screen not available not available not available available
Metro-style apps not available not available not available available
Windows Media Player not available not available not available available
Posted: Πέμπτη, 22 Μαρτίου 2012 3:28 πμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
System Center 2012 VMM Self-Service Portal Installation Guide

Introduction

Σε αυτό το άρθρο θα ασχοληθούμε με την εγκατάσταση του System Center 2012 - Virtual Machine Manager (VMM) Self-Service Portal σε Operating System Windows Server 2008 R2 .

Prerequisites

Τα Software Requirements για την εγκατάσταση του SC 2012 VMM Self-Service Portal που πρέπει να έχετε εγκαταστήσει στον Server για να προχωρήσετε αναφέρονται αναλυτικά στο άρθρο System Requirements: VMM Self-Service Portal (SCVMM 2012) .

Τα παρακάτω πρέπει να εγκατασταθούν στον Server πριν την εγκατάσταση του VMM Self-Service Portal :

Software Requirement Notes
A supported operating system Για περισσότερες πληροφορίες δείτε το Supported Operating Systems Section παρακάτω.
Web Server (IIS) Αρχικά πρέπει να εγκαταστήσετε το Web Server (IIS) role και τα παρακάτω Web Server (IIS) features:
  • .NET Extensibility
  • ASP.NET
  • Default Document
  • Directory Browsing
  • HTTP Errors
  • IIS 6 Metabase Compatibility
  • IIS 6 WMI Compatibility
  • ISAPI Extensions
  • ISAPI Filters
  • Request Filtering
  • Static Content
Windows PowerShell 2.0 Το Windows PowerShell 2.0 περιέχετε στο Windows Server 2008 R2.
At least Microsoft .NET Framework 3.5 Service Pack 1 (SP1) Πρεπει να εγκαταστήσετε στο Windows Server 2008 R2 το .NET Framework 3.5.1 απο τα FeaturesΑν δεν έχει εγκατασταθεί το VMM setup wizard θα το εγκαταστήσει.

Supported Operating Systems

Operating System Edition Service Pack System Architecture
Windows Server 2008 R2 (full installation) Standard, Enterprise, and Datacenter Service Pack 1 or earlier x64

Installation Guide

Η εγκατάσταση πρέπει απαραίτητα να γίνει με ένα Domain User που ανήκει στο Local Group Administrators στον System Center 2012 - VMM Server.

Reference
http://technet.microsoft.com/en-us/library/gg610617.aspx
noteNote
Αν προκύψει οποιοδήποτε πρόβλημα με την εγκατάσταση ελέγχετε τα log files στον folder %SYSTEMDRIVE%\ProgramData\VMMLogs

Ακολουθείτε αρχικά την ίδια διαδικασία εγκατάστασης που αναφέρετε στο άρθρο
System Center 2012 VMM Management Server Installation Guide Part 1
μέχρι το σημείο του System Center 2012 Virtual Machine Manager Installation Wizard .
- Αν έχετε εγκαταστήσει VMM management server απλά επιλέγετε VMM Self-Service Portal κάνοντας click Add features

- Συμφωνείτε με τους Ορους και click Next

- O Installation Wizard ελέγχει αν ικανοποιούνται τα HW και SW reqquirements για την εγκατάσταση του System Center 2012 VMM Self-Service Portal


- Αν δεν έχετε εγκαταστήσει IIS θα πάρετε το παρακάτω μύνημα λάθους και η εγκατάσταση δεν θα συνεχιστεί εώς να εγκαταστήσετε τον IIS και όλα τα απαραίτητα features που είναι :
  • .NET Extensibility
  • ASP.NET
  • Default Document
  • Directory Browsing
  • HTTP Errors
  • IIS 6 Metabase Compatibility
  • IIS 6 WMI Compatibility
  • ISAPI Extensions
  • ISAPI Filters
  • Request Filtering
  • Static Content

- Στο Self-Service portal configuration page ζητείται να δώσουμε το VMM Management Server και το port επικοινωνίας όπως και το

host header του Self-Service Portal πχ http://scvmm01.cloud.local

- Στο Summary page αναφέρονται όλα τα features port settings και κάνουμε click στο Install για να αρχίσει η εγκατάσταση του

System Center 2012 VMM Self-Service Portal :

- Και αρχίζει η εγκατάσταση :

-Οταν ολοκληρωθεί μπορούμε πλέον να κάνουμε Log in στο System Center 2012 VMM Self-Service Portal

System Center 2012 VMM Management Server Installation Guide Part 2

Στο προηγούμενο άρθρο System Center 2012 VMM Management Server Installation Guide Part 1 είχαμε μείνει στο σημείο που ο Installation Wizard ελέγχει τα Requirements της εγκατάστασης :

- Επειδή τα minimum HW requirements για RAM ειναι 2 GΒ με προτεινόμενα 4 GB RAM αν δεν έχουμε 2 GB θα πάρουμε το παρακάτω μύνημα και ο Wizard δεν θα μπορέσει να συνεχίζει μέχρι να αναβαθμίσουμε την μνήμη στον HW Server ή στο VM Server

- Oταν προχωρήσουμε σε προσθήκη τουλάχιστον 2 GB RAM ο Wizard θα εμφανίσει και πάλι error message αυτήν την φορά θα είναι Information και θα μας πληροφορεί ότι προτεινόμενο για την εγκατάσταση του VMM management server είναι να έχουμε 4 GB RAM

Αλλά τώρα θα έχουμε την δυνατότητα να συνεχίσουμε την εγκατάσταση του VMM management server , click Next

- Μετά αν δεν έχουμε εγκαταστήσει WAIK 7 o Installation Wizard θα σταματήσει με error και θα μας προτρέψει να προχωρήσουμε στην εγκατάσταη του SW. Μας δίνει και το Url για το Download του WAIK 7

- Στο Database configuration page επιλέγουμε τον SQL Server Name και Instance όπου θα εγκατασταθεί η VMM Database και δίνουμε τα Credentials του Domain User με τον οποίο θα συνδεθεί στον SQL Server για να ολοκληρώσει την εγκατάσταση

- Στο Configure service account and distributed key management δίνουμε τα στοιχεία του Domain Account κάτω από τον οποίο θα τρέχει το Service του VMM management server.

Επίσης στο SC 2012 VMM έχουμε την δυνατότητα μέσω του feature Distributed Key Management να αποθηκεύσουμε τα encryptions keys που μέχρι τώρα ήταν local στον VMM server πλέον μέσα σε ένα Container στο Active Directory για άσφαλεια της υποδομής εφόσον σε κάθε VMM Server Configuration περιέχονται πολλές πληροφορίες για την υποδομή μας.

Ετσι στο πεδίο Store my keys in Active Directory δίνουμε το Path του AD Container VMMDKM.

Αν ο VMMDKM δεν υπάρχει ο Wizard θα τον δημιουργήσει για αυτό ο Domain User της εγκατάστασης πρέπει να έχει ανάλογα Permissions στον AD.

Το Distributed Key Management θα αναλυθεί σε άλλο άρθρο

- Στο Port configuration page μας αναφέρει τις Default Ports που χρησιμοποιεί ο VMM management server.

Προτείνετε να μην αλλάξουμε κάτι και να προχωρήσουμε κάνοντας click Next

- Στο Library configuration page μας δίνει την δυνατότητα να καθορίσουμε το Library VMM Share Name .

Αφήνουμε Default τα Names και Click Next

- To Installation summary page περιέχει όλες τις πληροφορίες για την εγκατάσταση του VMM management server.

Κάνουμε Review και Click Install για να ξεκινήσει η εγκατάσταση.

- O Installation Wizard αρχίζει την εγκατάσταση ...

- Και ολοκληρώνει την εγκατάσταση των Features VMM management server και VMM console του System Center 2012 Virtual Machine Manager (VMM) :

Αυτη ήταν η διαδικασία εγκατάστασης του System Center 2012 VMM management server.

System Center 2012 VMM Management Server Installation Guide Part 1

Introduction

Σε αυτό το άρθρο θα ασχοληθούμε με την εγκατάσταση του System Center 2012 - Virtual Machine Manager (VMM) Management Server σε Operating System Windows Server 2008 R2 .

Prerequisites

Τα Software Requirements για την εγκατάσταση SC 2012 VMM Management Server που πρέπει να έχετε εγκαταστήσει στον Server για να προχωρήσετε αναφέρονται αναλυτικά στο άρθρο VMM Management Server Requirements (SCVMM 2012) .

Τα παρακάτω πρέπει να εγκατασταθούν στον Server πριν την εγκατάσταση του VMM management server :

Software Requirement Notes
A supported operating system Windows Server 2008 R2 Standard, Enterprise, and Datacenter.
Windows Remote Management (WinRM) 2.0 WinRM 2.0 περιέχετε στον Windows Server 2008 R2, και by default, το Windows Remote Management (WS-Management) service start automatically (delayed start).
noteNote
Εαν το Windows Remote Management (WS-Management) service δεν ξεκινήσει το setup θα εμφανίσει ένα error κατα την διάρκεια του prerequisites check. Το service πρέπει να ξεκινήσει αλλιώς το setuo δεν θα συνεχίσει.
At least Microsoft .NET Framework 3.5 Service Pack 1 (SP1) Σε έναν Windows Server 2008 R2, εαν τπ .NET Framework 3.5.1 feature δεν έχει εγκατασταθει , που by default δεν εγκαθίσταται, ο VMM setup wizard θα εγκαταστήσει το feature.
Windows Automated Installation Kit (AIK) for Windows 7 Το Windows AIK είναι διαθέσιμο εδώ Windows AIK Download.
A supported version of SQL Server Για τις υποστηριζόμενες εκδόσεις του SQL Server, δείτε το άρθρο System Requirements: VMM Database (SCVMM 2012) .

Installation Guide

Η εγκατάσταση πρέπει απαραίτητα να γίνει με ένα Domain User που ανήκει στο Local Group Administrators στον System Center 2012 - VMM Server.

Reference
http://technet.microsoft.com/en-us/library/gg610617.aspx
noteNote
Αν προκύψει οποιοδήποτε πρόβλημα με την εγκατάσταση ελέγχετε τα log files στον folder %SYSTEMDRIVE%\ProgramData\VMMLogs

- Αρχικά κάνετε Download το System Center 2012 από εδώ σε ένα folder στο Drive C οπως προτείνετε.(πχ. C:\SW)
- Στο folder στο Drive C που έγινε Download το SC 2012 RC κάνετε extract το
SC2012_UnifiedInstaller_RC.exe σε ένα άλλο folder.
Αυτό περιέχει συμπιεσμένα τα αρχεία του System Center 2012 Unified Installer

O System Center 2012 Unified Installer χρησιμοποιείτε για την εγκατάσταση και το Deployment των Components του SC 2012.
Για περισσότερες πληροφορίες μπορείτε να δείτε το :
όπως και τα videos :
- Κανετε Extract σε ένα folder στο C το VMM.EVAL.RC.exe. ( πχ . C:\SW\SCVMM )
-Πηγαίνετε στον folder που έχετε κάνει extrat το SC2012_UnifiedInstaller_RC.exe και τρέχετε το setup.exe (Run as Administrator)

- Ανοίγει το System Center 2012 Installation Wizard και επιλέγετε "Custom Install on local server" εφοσον η εγκατάτση θα γίνει local και όχι Deployment σε κάποιο remote Server.

- Στην επόμενη οθόνη επιλέγουμε Virtual Machine Manager από την λίστα των Components του SC 2012 και πατάμε Next

- Στο Component Media Location δίνετε το Path πχ C:\SW\SCVMM όπου έχετε κάνει extract τα Installation Files του SC 2012 VMM δηλαδή το VMM.EVAL.RC.exe.

- Ανοίγει μετά το System Center 2012 Virtual Machine Manager Installation Wizard και επιλέγετε Install

- Αν δεν έχετε εγκαταστήσει Microsoft .NET Framework 3.5 SP1 ο Wizard θα σας προτρέψει να το κάνετε

- Και επιλέγετε να εγκαταστήσετε το Component VMM management server. Μαζί με αυτό αυτόματα θα επιλεγεί και το VMM console.Σας αναφέρει ότι για το VMM management server χρειάζεται να έχετε εγκαταστήσει SQL Server και WAIK 7.

- Πατάτε Νext

- Στην επόμενη οθόνη στο Product registration information βάζουμε τα στοίχεια μας και της εταιρείας και το Product key για το activation του προιόντος. Επειδή ειναι RC Evaluation δεν είναι απαραίτητο να δώσουμε ένα Product key και το αφήνουμε κενο και Click Next

- Στο Please read this license agreement page κάνουμε Click το I have read, understood, and agree with the terms of the license agreement check box, αν και δεν εχουμε διαβάσει ΟΠΩΣ ΠΑΝΤΑ το agreement ενω θα έπρεπε να το έχουμε κάνει Smile και Click Next.

- Στο Join the Customer Experience Improvement Program (CEIP) page επιλέγουμε να βοηθήσουμε εφόσον είναι RC και click Next.

-Στο Installation location page, επιλέγουμε το Installation Path και μετά click Next.

- Ο Installation Wizard στην συνέχεια ελέγχει αν ικανοποιούνται όλα τα requirements hardware software για VMM management server

Εδώ θα ολοκληρώσουμε το πρώτο μέρος System Center 2012 VMM Management Server Installation Guide Part 1 και θα συνεχίσουμε την εγκατάσταση σε επόμενο άρθρο με τίτλο System Center 2012 VMM Management Server Installation Guide Part 2 .

System Requirements: VMM Self-Service Portal (SCVMM 2012)

Hardware Requirements

Ta minimum και προτεινόμενα hardware requirements για να εγκαταστήσετε System Centet 2012 - VMM Self-Service Portal ανάλογα με concurrent connections που θα έχει ο Web server που παρέχει το Portal είναι :

Eως 10 concurrent connections

Hardware component Minimum Recommended
Processor Pentium 4, 2.8 GHz Pentium 4, 2.8 GHz
RAM 2 GB 2 GB
Hard disk space 512 MB 20 GB

Πανω από 10 concurrent connections

Hardware component Minimum Recommended
Processor Pentium 4, 2.8 GHz Dual-Core 64-bit, 3.2 GHz or greater
RAM 2 GB 8 GB
Hard disk space 10 GB 40 GB

Software Requirements

Τα παρακάτω πρέπει να εγκατασταθούν στον Server πριν την εγκατάσταση του VMM Self-Service Portal :

Software Requirement Notes
A supported operating system Για περισσότερες πληροφορίες δείτε το Supported Operating Systems Section παρακάτω.
Web Server (IIS) Αρχικά πρέπει να εγκαταστήσετε το Web Server (IIS) role και τα παρακάτω Web Server (IIS) features:
  • .NET Extensibility
  • ASP.NET
  • Default Document
  • Directory Browsing
  • HTTP Errors
  • IIS 6 Metabase Compatibility
  • IIS 6 WMI Compatibility
  • ISAPI Extensions
  • ISAPI Filters
  • Request Filtering
  • Static Content
Windows PowerShell 2.0 Το Windows PowerShell 2.0 περιέχετε στο Windows Server 2008 R2.
At least Microsoft .NET Framework 3.5 Service Pack 1 (SP1) Πρεπει να εγκαταστήσετε στο Windows Server 2008 R2 το .NET Framework 3.5.1 απο τα FeaturesΑν δεν έχει εγκατασταθεί το VMM setup wizard θα το εγκαταστήσει.

Supported Operating Systems

Operating System Edition Service Pack System Architecture
Windows Server 2008 R2 (full installation) Standard, Enterprise, and Datacenter Service Pack 1 or earlier x64
Posted: Κυριακή, 11 Μαρτίου 2012 6:54 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
System Center 2012 SP1 CTP (VMM, DPM) for Windows Server “8″ Support !!!

Aνακοινώθηκε και είναι διαθέσιμο πλεόν το System Center 2012 SP1 CTP για τα Components Virtual Machine Manager (VMM) και Data Protection Manager (DPM).

Μέσω της συγκεκριμένης αναβάθμισης παρέχετε πλέον η δυνατότητα αρχικά στα Components του System Center 2012 VMM και DPM να υποστηρίξουν τα νέα χαρακτηριστικά του Windows Server “8”.

Το νέο System Center 2012 SP1 CTP μπορείτε να το κάνετε Download από εδώ :

System Center 2012 CTP for Windows Server "8" Beta support .

Eπίσης είναι διαθέσιμο για Download και το σχετικό Documentation :

CTP of System Center 2012 Service Pack 1 (SP1) Documentation .

Είναι ένα Step-by-Step Guide για τα νέα features του Virtual Machine Manager (VMM) που περιέχονται στο System Center 2012 SP1 CTP.

Το System Center 2012 SP1 CTP αναβαθμίζει τα Components του Virtual Machine Manager Management Server ώστε να μπορεί να εγκατασταθεί πλέον και σε Windows Server “8” και να έχει επίσης την δυνατότητα διαχείρισης VMs που φιλοξενούνται σε Windows Server “8”.

Επίσης παρέχει την δυνατότητα διαχείρισης των νέων features του Windows Server “8” μέσα από τον Virtual Machine Manager όπως :

  • Δημιουργία Hyper-V Virtual Networks χρησιμοποιώντας το Hyper-V Network Virtualization
  • Δημιουργία virtual machines που υποστηρίζουν το νέο VHDx Formats. Deploy VM’s using the new VHDX format
  • Παρέχετε η δυνατότητα να χρησιμοποιηθούν πλέον ως Storage Servers για τα virtual machines file servers που υποστηρίζουν SMB 2.2 που παρέχετε από Windows Server “8” σε clustered ή non-clustered environment. Storage of Hyper-V VM’s on SMB2.2 File shared
  • Να υποστηρίξει τις βελτιώσεις που έρχονται με τον Windows Server “8” στο Live Μigration .Ειναι δυνατόν πλέον να γίνει live migration σε virtual machines σε non-clustered environment χωρις οι hosts να έχουν κοινό Storage για τα VMs. Enhancements in Virtual Machine Live Migration
  • Να υποστηρίξει Storage Migration.Πλεον μπορεί να γίνει migrate το Storage ενώ τα virtual machine είναι σε running state.

Το System Center 2012 SP1 CTP αναβαθμίζει και δίνει την δυνατότητα στα Data Protection Manager components και agents να εγκατασταθούν σε Windows Server ‘8” .

Ετσι πλέον θα είναι δυνατή η διαχείριση και προστασία μέσω του System Center 2012 Data Protection Manager σε Windows Server “8” environments.

Τα νέα features του Windows Server “8” που υποστηρίζονται μέσω του System Center 2012 Data Protection Manager είναι :

  • Προστασία σε Hyper-V Virtual Machines σε Cluster Shared Volumes 2.0 (CSV2.0)
  • Προστασία σε Hyper-V Virtual Machines σε remote SMB 2.2 shares
  • Προστασία σε Files σε De-Duplicated Volumes

System requirements

Supported Operating Systems: Windows Server 2008, Windows Server 2008 R2, Windows Server 8 Beta

Data Protection Manager:

  • Windows 2008
  • Windows 2008 R2
  • Windows "8" Beta

Virtual Machine Manager

  • Windows “8” Beta (Management Server, Console, Library Server, VM Hosts)
  • Windows “8” Beta or Windows Server 2008 R2 (Database Server)
  • Windows Server “8” is the only supported guest operating system

Other Software:

    SQL Server 2008 R2 with SP1, Standard, Enterprise or Datacenter Edition, 64-bit edition only

Upgrade:

    Upgrade from previous versions (including System Center 2012) is not supported

Pre-requisite Software:

    .NET 3.5

Hypervisor:

  • Data Protection Manager: Not applicable
  • Virtual Machine Manager: Hyper-V on Windows Server "8" only
SCVMM 2012 Survival Guide

SCVMM 2012 Survival Guide = Οδηγός Επιβίωσης λέμε …σημαντικές πηγές , άρθρα και webcasts για SCVMM 2012 …

http://social.technet.microsoft.com/wiki/contents/articles/3053.vmm-2012-survival-guide.aspx

Microsoft TechNet Library content:

·    System Center 2012 - Virtual Machine Manager (on the Web)

·    Download the official System Center 2012 - VMM RC content (may not be as current as the “live” Web version in TechNet)

·    VMM cmdlet Help (on the Web)

·    Download the VMM cmdlet Help

Videos

·    System Center VMM 2012 Overview

·    System Center Virtual Machine Manager 2012 : Microsoft Virtual Academy course (3 modules) giving an overview of VMM, how to configure a private cloud using VMM 2012, and how to model and maintain virtualized services in VMM 2012.

·    Microsoft Virtualization for VMware Professionals This is a link to the whole series. For sections specifically related to VMM 2012, see:

o  Virtualization Jump Start (07): System Center Virtual Machine Manager 2012

o  Virtualization Jump Start (08): Private Cloud Solutions, Architecture & VMM Self-Service Portal 2.0

·    90 Seconds to the Cloud: Virtual Machine Manager 2012 Beta with Kenon Owens

·    MMS 2011 Day 1 Keynote

·    Creating a Stand-Alone Virtual Machine with a Blank VHD in VMM 2012 (for the Beta release)

·    Best of MMS Belgium 2011 video series (Includes "Virtual Machine Manager 2012: Technical Overview", "Managing Your Fabric With System Center Virtual Machine Manager 2012")

Technet Wiki

·    SCVMM 2012 Storage and Load Balancer Provider downloads

·    SCVMM 2012 Ports communications for Firewall Configuration

·    Capability Profiles in SCVMM 2012

·    Managing XenServer with System Center Virtual Machine Manager (SCVMM) 2012

·    Load Balancing and Cloud Computing (SCVMM 2012)

·    The Service Concept in VMM 2012

·    SCVMM 2012 in Microsoft Virtual Academy and Virtual Labs

Blogs

·    System Center Virtual Machine Manager blog (from the Microsoft product team)

·    Microsoft Server Application Virtualization Blog (from the Microsoft product team)

·    SCVMM 2012 content on Hyper-V.nu blog

·    SCVMM 2012 content on Virtualization and some coffee blog

Other

·    System Center Virtual Machine Manager 2012: VMM Gets Major Upgrade (TechNet Magazine)

Troubleshooting

·    Post your question to the VMM forums

·    Troubleshooting OS Deployment of Hyper-V Through VMM 2012 (Blog post)

Download the RC

·    Download the VMM 2012 RC - Evaluation

 

Posted: Τετάρτη, 7 Μαρτίου 2012 2:27 πμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
VMM Management Server Requirements (SCVMM 2012)

Hardware Requirements

Τα παρακάτω είναι τα minimum και recommended hardware requirements για την εγκατάσταση του VMM management server με βάση των αριθμό των Hosts που θα διαχειριστείτε μεσω του SCVMM 2012.

Για διαχείριση εώς 150 hosts

Hardware component Minimum Recommended
Processor Pentium 4, 2 GHz (x64) Dual-Processor, Dual-Core, 2.8 GHz (x64) or greater
RAM 2 GB 4 GB
Hard disk space (without a local VMM database) 2 GB 40 GB
Hard disk space (with a local, full version of Microsoft SQL Server) 80 GB 150 GB
noteNote
Στην περίπτωση που χρησιμοποιείτε τον VMM management server και ως library server, θα πρέπει να έχετε περισσότερο hard disk space για τα ανάλογα objects. Για πληροφορίες για τα requirements ενός VMM library server, δείτε το άρθρο System Requirements: VMM Library Server (SCVMM 2012) .

Για διαχείριση πάνω από 150 hosts

Hardware component Minimum Recommended
Processor Pentium 4, 2.8 GHz (x64) Dual-Processor, Dual-Core, 3.6 GHz or greater (x64)
RAM 4 GB 8 GB
Hard disk space 10 GB 50 GB
noteNote
Για καλύτερη απόδοση όταν διαχειρίζεστε πάνω 150 hosts, προτείνετε να έχετε ένα dedicated server για τον VMM management server και να έχετε τον library και τον SQL Server εγκατεστημένους σε διαφορετικούς Server.

Software Requirements

Τα παρακάτω software πρέπει να εγκατασταθούν πριν την εγκατάσταση του VMM management server.

Software Requirement Notes
A supported operating system Για περισσότερες πληροφορίες δείτε παρακάτω λεπτομέρειες για το OS που υποστηρίζετε (Windows Server 2008 R2) Supported Operating Systems .
Windows Remote Management (WinRM) 2.0 WinRM 2.0 περιέχετε στον Windows Server 2008 R2, και by default, το Windows Remote Management (WS-Management) service start automatically (delayed start).

noteNote
Εαν το Windows Remote Management (WS-Management) service δεν ξεκινήσει το setup θα εμφανίσει ένα error κατα την διάρκεια του prerequisites check. Το service πρέπει να ξεκινήσει αλλιώς το setuo δεν θα συνεχίσει.
At least Microsoft .NET Framework 3.5 Service Pack 1 (SP1) Σε έναν Windows Server 2008 R2, εαν τπ .NET Framework 3.5.1 feature δεν έχει εγκατασταθει , που by default δεν εγκαθίσταται, ο VMM setup wizard θα εγκαταστήσει το feature.
Windows Automated Installation Kit (AIK) for Windows 7 Το Windows AIK είναι διαθέσιμο εδώ Windows AIK Download.
A supported version of SQL Server Για τις υποστηριζόμενες εκδόσεις του SQL Server, δείτε το άρθρο System Requirements: VMM Database (SCVMM 2012) .

Supported Operating Systems

Operating System Edition Service Pack System Architecture
Windows Server 2008 R2 (full installation) Standard, Enterprise, and Datacenter Service Pack 1 or earlier x64

Additional information

  • Ο Server στον οποίο θα εγκαταστήσετε τον VMM management server πρέπει να είναι Join σε Active Directory domain ως Member Server.
  • Το όνομα του Server στον οποίο θα εγκαταστείσετε τον VMM management server δεν πρέπει να υπερβαίνει τους 15 characters.
    noteNote
    Επίσης το Computer Name δεν πρέπει να περιέχει ένα character string σαν –SCVMM-, αλλά μπορεί να έχει ενα character stringόπωε SCVMMin . Το computer name μπορεί να είναι p.x SCVMM01, ATHSCVMM01 αλλά δεν μπορεί να είναι κάπως έτσι ATH-SCVMM-01.

O VMM υποστηρζει εγκατάσταση highly available VMM management server σε ενα failover cluster για τα παρακάτω editions του Windows Server 2008 R2:

  • Windows Server 2008 R2, Datacenter Edition
  • Windows Server 2008 R2, Enterprise Edition

Reference

http://technet.microsoft.com/en-us/library/hh546785.aspx

Posted: Τρίτη, 28 Φεβρουαρίου 2012 7:17 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
SCVMM 2012 Error Codes Reference

Παρακάτω μπορείτε να βρείτε μια λίστα με όλα τα Error Codes που μπορεί να έχετε κατα την διάρκεια της διαχείρισης του

System Center 2012 – Virtual Machine Manager ( SCVMM 2012) :

Posted: Τρίτη, 28 Φεβρουαρίου 2012 6:30 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
VMM Library Server Requirements (SCVMM 2012)

Hardware Requirements

Τα minimum και recommended hardware requirements για το VMM library server του SCVMM 2012 εξαρτώνται από τα αντικείμενα που περιέχει ο library server και τα οποία μπορεί να είνα τα εξής:

  • Virtual machine templates
  • Virtual hard disks
  • Virtual floppy disks
  • ISO images
  • Scripts
  • Hardware profiles
  • Guest operating system profiles
  • Stored virtual machines

Τα Requirements αρχικά είναι :

Hardware component Minimum Recommended
Processor Pentium 4, 2.8 GHz Dual-Core 64-bit, 3.2 GHz or greater
RAM 2 GB 2 GB
Hard disk space Eξαρτάται από τον όγκο των αρχείων Eξαρτάται από τον όγκο των αρχείων

Software Requirements

Παρακάτω αναφέρονται τα software που πρέπει να εγκατασταθούν πριν την εγκατάσταση του VMM library server.

Software requirement Notes
A supported operating system for the VMM library server Supported Operating Systems
Windows Remote Management (WinRM) 1.1 or 2.0 Το WinRM 1.1 υπάρχει στο Windows Server 2008 και by default το Windows Remote Management (WS-Management) service start automatically.Το WinRM 2.0 υπάρχει στο Windows Server 2008 R2 και by default το Windows Remote Management (WS-Management) start automatically (delayed start).

Supported Operating Systems

Operating System Edition Service Pack System Architecture
Windows Server 2008 R2(full installation or Server Core installation) Standard, Enterprise, and Datacenter Service Pack 1 or earlier x64
Windows Server 2008(full installation or Server Core installation) Standard, Enterprise, and Datacenter Service Pack 2 x86 and x64
Windows Server 2008 without Hyper-V(full installation or Server Core installation) Standard, Enterprise, and Datacenter Service Pack 2 x86 and x64
  • Το VMM υποστηρίζει highly available library shares και failover cluster από τα Operating Systems:
    • Windows Server 2008 R2, Datacenter Edition
    • Windows Server 2008 R2, Enterprise Edition
    • Windows Server 2008, Datacenter Edition
    • Windows Server 2008, Enterprise Edition

Reference

http://technet.microsoft.com/en-us/library/hh546785.aspx

Posted: Δευτέρα, 27 Φεβρουαρίου 2012 11:11 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
Hyper-V Hosts Requirements (SCVMM 2012)

O SCVMM 2012 υποστηρίζει τις παρακάτω versions του Hyper-V ως managing host.

Operating System Edition Service Pack System Architecture
Windows Server 2008 R2(full installation or Server Core installation) Enterprise and Datacenter Service Pack 1 or earlier x64
Hyper-V Server 2008 R2 Not applicable Not applicable x64
Windows Server 2008(full installation or Server Core installation) Enterprise and Datacenter Service Pack 2 x64

Reference

http://technet.microsoft.com/en-us/library/hh546785.aspx

Posted: Δευτέρα, 27 Φεβρουαρίου 2012 11:09 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
SCVMM 2012 Cmdlets Help
Πηγή : http://www.systemcentercentral.com/Forums/tabid/60/indexId/89236/Default.aspx?tag=Forums+SCVMM
Παρακάτω θα βρείτε μια λίστα με Cmdlets για τον System Center 2012 – Virtual Machine Manager (VMM).
Σε επόμενα άρθρα θα αναλυθούν περαιτέρω κάποια από αυτά τα Cmdlets.

Cmdlet Help topics

Posted: Δευτέρα, 27 Φεβρουαρίου 2012 10:59 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
SCVMM 2012 Troubleshooting Guide (Part 1)

Σε αυτή την σειρά άρθρων θα αναλύσω κάποια tips και μεθοδολογίες troubleshooting για να αντιμετωπίσετε προβλήματα εγκατάστασης και διαχείρισης του SCVMM 2012 που θα προκύψουν.

VM Manager Log

Ενα από το πρώτα logs που πρέπει να ελέγχετε σε περίπτωση προβλήματος είναι το VM Manager log.

Θα το βρείτε στον VMM Management Server στο Diagnostics node στο Server Manager.

  1. Open Server Manager και expand το Diagnostics node
  2. Select Event Viewer και expand
  3. Applications and Service και VM Manager log κάτα από αυτά.

Windows Event Logs

Μπορείτε να ελέγχετε επίσης και το System και Application για πιθανά errors που σχετίζονται με την εγκατάσταση και διαχείριση του SCVMM 2012.Ενα παράδειγμα είναι error που σχετίζοντια με το WMI το οποίο με την σειρά του σχετίζετε με τους VMM Agents και Services.

VMM Server Setup Logging

Tα Installation logs του SCVMM 2012 είναι by default στον παρακάτω hidden folder on Windows Server 2008:

C:\ProgramData\VMMLogs

VMM Agent Installation Logging

Τα VMM Agent Installation Logs είναι στους hidden folders:

Windows Server 2003:

C:\Documents and Settings\All Users\Application Data\VMMLogs

AgentSetup.log

vmmAgent.msi_<m-d-yyy_hh-mm-dss>.log

vmmmsxml6setup_<m-d-yyy_hh-mm-dss>.log

vmmvssetup_<m-d-yyy_hh-mm-dss>.log

Windows Server 2008:

C:\ProgramData\VMMLogs

vmmAgent.msi_<m-d-yyy_hh-mm-dss>.log

Windows Installer (MSI) Logging

Tα VMM Features όπως και ο VMM Agent μπορούν να εγκατασταθούν από msi files και μπορούν κατά την εγκατάσταση να καθοριστεί το path του Installation Log :

msiexec /I <MSIPackageName.msi> /L*V <path\logfilename>.log

msiexec /I “C:\Program Files\Microsoft System Center 2012\Virtual Machine Manager\agents\amd64\2.0.5007.0\vmmAgent.msi” /L*V c:\temp\vmmagent.log

Posted: Δευτέρα, 27 Φεβρουαρίου 2012 10:45 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
System Center 2012 – Virtual Machine Manager Overview (SCVMM 2012)

Ο System Center 2012 – Virtual Machine Manager (VMM) είναι το διαχειριστικό περιβάλλον - Component για να κάνετε Deployment και Configuration Virtualized Datacenters και Private Clouds.

Mία εγκάτασταση / Deployment του System Center 2012 – Virtual Machine Manager (VMM) (SCVMM 2012 ) αποτελείται απο τα ένα ή περισσότερα από τα παρακάτω Components :

Name Description
VMM management server Είναι ο Server στον οποίο το Virtual Machine Manager Service έχει εγκατασταθεί και είναι υπεύθυνος για την διαχείριση μέσω Commands / UI VMM database, του library server, και τον virtual machine hosts.
VMM database Είναι μια Microsoft SQL Server database η οποία φιλοξενεί πληροφορίες για το VMM configuration .
VMM console Είναι το πρόγραμμα που σας επιτρέπει να διαχειριστείτε τον VMM management server, όπως επίσης οποιοδήποτε physical και virtual resources, όπως virtual machine hosts, virtual machines, services,και library resources.
VMM library Είναι ένας κατάλογος που περιέχει τα resources τις υποδομής σας (οπως virtual hard disks, templates, και profiles) τα οποία χρησιμοποιούνται για το deployment των virtual machines , των services και τον private clouds.
VMM command shell Είναι ενα Windows PowerShell-based command shell με cmdlets για την διαχείριση του VMM Server.
VMM Self-Service Portal (optional) Είναι web site στο οποίο Users στους οποίους έχει δωθεί ένας Self-Service User Role μπορούν να χρησιμοποιήσουν για να κάνουν deployment και manage τα δικά τους virtual machines στα ανάλογα private clouds που τους έχει δωθεί Access.

Posted: Δευτέρα, 27 Φεβρουαρίου 2012 10:43 μμ από skok | 0 σχόλια
Δημοσίευση κάτω από:
Περισσότερες Δημοσιεύσεις Επόμενη »