I started this blog post when the Unified Installer was released, then I decided to not write it and wait for the released version. A couple of days ago I got a question regarding Service Manager 2012 and integration with Configuration Manager 2012 and then I used the Unified Installer to get a test environment up and running and it saved me a lot of time.
Before starting there are a couple of things:
- Orchestrator must be installed as the System Center Unified Installer uses it to deploy the rest of the products.
- System Center products must be installed on the C:\
- App Controller and Virtual Machine Manager cannot be installed on the server.
Here is how I used the Unified Installer.
- Start by downloading the System Center 2012 Release Candidates here: http://technet.microsoft.com/en-us/evalcenter/hh505660
- When you are done downloading it start downloading all the different required components, they are listed here in the user guide: http://technet.microsoft.com/en-us/library/hh751268.aspx
- Each required software must be in a separate folder, I created the following folder structure:
- The WAIK download which is an ISO needs to be extracted for the installation to work.
- Each of the System Center 2012 products needs be unpacked from the format they are downloaded from into a separate folder for each product.
- I then created two OU’s in my lab environment and configured one group policy containing the settings needed by the Unified Installer for the System Center Unified Installer computer.
In both these GPO’s I also turned of the Windows Firewall(as it is only for testing)
The policy settings required are listed in the User guide: http://technet.microsoft.com/en-us/library/hh751268.aspx - And one GPO for the System Center Unified Installer Target computers
- For the target computers Windows 2008 r2 SP1 is required to be installed so I deployed them using Configuration Manager 😉
- Then you are ready to start, here are some screen shots from the rest of the installation, I hope it can be to some use.
Ii’s question that the logs is following list:
ERROR – Could not execute Runbook:An error occurred, please see the Event Log for details.
文件“C:\pagefile.sys”正由另一进程使用,因此该进程无法访问该文件。
File “C: \ pagefile. Sys” is used by another process, so the process cannot access the file.
I hope someone has an idea J because I realy could use one
I have been trying to set up System Center 2012 in my environment using the Unified Installer
All Prerequisites check out it accepts all paths to all servers and file locations.
So it starts the deployment process , going to the local install for the Orchestrator finishes it without a problem , as soon as it hits the first remote install VMM it fails and shows all but Orchestrator red.
The log file shows only one error stating :
Could not execute Runbook:
An error occurred, please see the Event Log for details.
Access to the path ‘\\Server_Name\C$\Temp\UnifiedInstaller\UIInstall\Interop.WSManAutomation.dll’ is denied.
So I verified the access to it, no problem I ( the same user cred then for the install, can access , delete modify the file etc.) Checked from all servers
Started and stopped runbook
But it returns to this error over and over again
I deleted the folder to have it recreated, gave the temp folder full right, nothing
Has anyone seen this before?
I can’t find anything out there reflecting that error , many show Runbook issues but not this
Any help would be appreciated
Carpe Diem
Here is a copy of the progress
INFO – Copying SQL INIs – VirtualMachineManager
INFO – Copying SQL INIs – AppController
INFO – Copying SQL INIs – OperationsManager
INFO – Copying SQL INIs – OperationsManager
INFO – Copying SQL INIs – ConfigurationManager
INFO – Copying SQL INIs – ServiceManager
INFO – Copying SQL INIs – ServiceManager
INFO – Copying SQL INIs – DataProtectionManager
INFO – Checking System Center Orchestrator Installation Status
DEBUG – Attempting to add Domain\Admin to Administrators localgroup Administrators Domain\Admin /add
INFO – Configuring local call
Full command: “C:\Windows\system32\net.exe” localgroup Administrators Domain\Admin /add
WARN – Failed to run command: C:\Windows\system32\net.exe localgroup Administrators Domain\Admin /add
DEBUG – Attempting to add Domain\Admin to Administrators localgroup Administrators Domain\Admin /add
INFO – Configuring local call
Full command: “C:\Windows\system32\net.exe” localgroup Administrators Domain\Admin /add
WARN – Failed to run command: C:\Windows\system32\net.exe localgroup Administrators Domain\Admin /add
DEBUG – Checking if service [Orchestrator Management Service] on Server_Name
DEBUG – Service [Orchestrator Management Service] is installed and running on Server_Name
INFO – Checking WinRM configuration
DEBUG – Creating session at server: Server_Name, user specified: True, username: Domain\Admin
DEBUG – Server: Server_Name, winrm\Service\Auth\CredSSP = True
DEBUG – Server: Server_Name, winrm\winrs\AllowRemoteShellAccess = True
DEBUG – Server: Server_Name, winrm\winrs\MaxMemoryPerShellMB = 2048
INFO – Orchestrator Management Service is installed and running
INFO – Checking Orchestrator Runbook Service Installation Status
DEBUG – Checking if service [Orchestrator Runbook Service] on Server_Name
DEBUG – Service [Orchestrator Runbook Service] is installed and running on Server_Name
INFO – Orchestrator Runbook Service Installation Verified
INFO – Looking for C:\Temp\UnifiedInstaller\UIInstall\progress.xml
INFO – Copying Unified Installer files
(F:\ [9 files]) (\\Server_Name\C$\Temp\UnifiedInstaller\UIInstall)
ERROR – Could not execute Runbook:
An error occurred, please see the Event Log for details.
Access to the path ‘\\Server_Name\C$\Temp\UnifiedInstaller\UIInstall\Interop.WSManAutomation.dll’ is denied.
——————————————————————————–
Carpe Diem