Enterprise Software Thread, SCCM installation on VMWare in Technical; Just looking at rebuilding SCCM to get it onto the new servers, which would be as a VM. It's been ...
-
11th August 2011, 11:36 AM #1 SCCM installation on VMWare
Just looking at rebuilding SCCM to get it onto the new servers, which would be as a VM. It's been happy on a physical server up until now so will be an interesting change! I've read quite a few pieces about not installing as a virtual machine but for the time being haven't got much choice so will have to keep an eye on the performance stats, particularly on disk IO.
Having a bit more flexibility with hard drives I've split it up a bit...
- system drive
- SQL partition for installation and DB
- SCCM installation partition for binaries and inboxes
- SCCM package share for distribution point and source files
Could in theory split the DP out to another VM but whether it's worth it for a small install is debatable.
Anyone else running SCCM virtually that can share your experiences?
-
-
IDG Tech News
-
11th August 2011, 12:24 PM #2 
Originally Posted by
gshaw
Just looking at rebuilding
SCCM to get it onto the new servers, which would be as a VM. It's been happy on a physical server up until now so will be an interesting change! I've read quite a few pieces about not installing as a virtual machine but for the time being haven't got much choice so will have to keep an eye on the performance stats, particularly on disk IO.
Having a bit more flexibility with hard drives I've split it up a bit...
- system drive
- SQL partition for installation and DB
-
SCCM installation partition for binaries and inboxes
-
SCCM package share for distribution point and source files
Could in theory split the DP out to another VM but whether it's worth it for a small install is debatable.
Anyone else running
SCCM virtually that can share your experiences?
I use:
* SCCM for FEP and DB (2vcpu and 4gb ram)
* File server for distro point
* Wsus server for distro for updates etc
Site is around 1000 computers. For a small site SQL on the same system will be OK, i'd still consider splitting out the files so the server can run without the bandwith for the nics getting overloaded when downloading/updating.
-
Thanks to Theblacksheep from:
-
11th August 2011, 12:28 PM #3 I've got a WSUS server on another box that I'm happy with at the moment, tbh I've never really got on with SCCM \ WSUS integration... didn't seem to make update distribution any easier (if anything the opposite) so will leave that as is for now.
Separate server for distro point seems to be a worthwhile idea, did you put your package source files on that box as well?
-
-
11th August 2011, 12:38 PM #4 
Originally Posted by
gshaw
I've got a
WSUS server on another box that I'm happy with at the moment, tbh I've never really got on with
SCCM \
WSUS integration... didn't seem to make update distribution any easier (if anything the opposite) so will leave that as is for now.
Separate server for distro point seems to be a worthwhile idea, did you put your package source files on that box as well?
Yeah all package sources and distros are on the same server in different root directories, it means double the space, but it keeps it tidy and stops the sccm server doing too much of the donkey work when it can be left to the top level work.
-
-
21st April 2012, 10:04 AM #5
- Rep Power
- 6
Hi All, i want to use sccm for FEP only (at present) installation is proving to be a nightmare. have you got a good doc or tips for getting it up and running please ? its SQL which im having the problem with IIS, etc all configured and passes the pre req checks. apparently collation and account access are not correct but they are.... (to me anyway) also re-installed several times from scratch and always hit the same problem so any help would be much appreciated!
-
-
21st April 2012, 11:41 AM #6 Which version are you using, 2007 or 2012?
-
-
21st April 2012, 11:57 AM #7 
Originally Posted by
Theblacksheep
I use:
*
SCCM for FEP and DB (2vcpu and 4gb ram)
* File server for distro point
*
Wsus server for distro for updates etc
Site is around 1000 computers. For a small site SQL on the same system will be OK, i'd still consider splitting out the files so the server can run without the bandwith for the nics getting overloaded when downloading/updating.
Ours is nearly the same and works great with SCCM 2007.
-
-
21st April 2012, 12:03 PM #8
- Rep Power
- 6
its 2012 but have also tried 2007 and have the same problem. i must be missing something....
-
-
21st April 2012, 01:23 PM #9 Following the guides on windows-noob.com or the blogged ones here you can't really go too far wrong. Is there a particular point you're struggling with?
-
-
21st April 2012, 05:56 PM #10
- Rep Power
- 6
Its the SQL part. I have followed guides but no joy. i get errors regarding SQL service accounts (i have tried network, local system and domain admin) but no joy, also it says i need to choose collation sql_latin_cp1_AI,ES (think thats it of the top of my head) but i have set it to what is recommended. Also set local pipes etc. within sql management centre.
-
-
21st April 2012, 06:07 PM #11 Right, I suggest starting again, it's easier 
Install SQL 2008 R2. During installation, one of the tabs is collation. In there, on the top collation option it MUST be set very specifically to SQL_Latin1_General_CP1_CI_AS
Install SQL 2008 R2 SP1
Install Cumulative Update 4
You shouldn't have to touch anything else - certainly don't need to go near changing the settings in management centre like named pipes any more (you did have to in older betas/RC1 of SCCM 2012)
I tend to use the system account (same for all services), you could if you wish make another domain admin account for instance SQLSERVICEUSER and set that for all the services. Also make sure the SQL service is actually running before attempting SCCM install.
If you've done all that, screenshot the error page for me and I'll run you through it.
-
Thanks to synaesthesia from:
-
25th April 2012, 03:13 PM #12 Hi having an issue with SCCM, I get to the point where I can install it but I get the attached error
and in the log file the error
ERROR: Failed to get the buffer size for LookupAccountName. Error = 1722 $$<Configuration Manager Setup><04-25-2012 15:07:40.989-60><thread=2604 (0xA2C)>
ERROR: Failed to get SID for user (NT Service\MSSQLSERVER) $$<Configuration Manager Setup><04-25-2012 15:07:40.989-60><thread=2604 (0xA2C)>
~~===================== Completed Configuration Manager 2012 Server Setup ===================== $$<Configuration Manager Setup><04-25-2012 15:07:40.991-60><thread=2604 (0xA2C)>
Capture.PNG
-
-
25th April 2012, 05:23 PM #13 That's just an SQL installation error, you've not installed the right versions of SQL as required. Don't installer newer versions because "it should still work" - it won't.
If you use SQL 2008 R2, you *must* have the setup I described in my last post.
-
Thanks to synaesthesia from:
-
5th May 2012, 09:33 PM #14
- Rep Power
- 6
Hi all thanks for your help sorry for not getting back sooner. I have installed everything from scratch again and still no joy. Really annoying as i did get 2007 working after a lot of hassle. then removed (should have left it installed and upgraded to 2012) Will leave it for now and try again when i get chance . (New domain and full migration to plan for and configure for the summer).
cheers
-
-
5th May 2012, 11:06 PM #15 
Originally Posted by
synaesthesia
Install SQL 2008 R2 SP1
Install Cumulative Update 4
For SCCM 2012 RTM, Microsoft and Windows-Noob both say you need Cumulative Update 6 for SQL Server 2008 R2 SP1.
-
Thanks to Arthur from:
synaesthesia (6th May 2012)
SHARE: 
Similar Threads
-
By reggiep in forum How do you do....it?
Replies: 2
Last Post: 26th November 2009, 10:54 AM
-
By HodgeHi in forum EduGeek Joomla 1.5 Package
Replies: 4
Last Post: 1st June 2008, 02:59 PM
-
By Norphy in forum Thin Client and Virtual Machines
Replies: 3
Last Post: 6th February 2007, 12:35 PM
-
By plexer in forum ICT KS3 SATS Tests
Replies: 8
Last Post: 15th August 2006, 08:18 AM
-
By Ric_ in forum Thin Client and Virtual Machines
Replies: 4
Last Post: 26th May 2006, 10:53 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules