Sccm 2007

Discussion in 'Software' started by Theprof, May 6, 2010.

  1. Theprof

    Theprof Petabyte Poster

    4,607
    83
    211

    It's going to be 2008 R2 64 bit actually... and I am definitely going to extend the AD Schema and the ADSI Edit work.
     
    Certifications: A+ | CCA | CCAA | Network+ | MCDST | MCSA | MCP (270, 271, 272, 290, 291) | MCTS (70-662, 70-663) | MCITP:EMA | VCA-DCV/Cloud/WM | VTSP | VCP5-DT | VCP5-DCV
    WIP: VCAP5-DCA/DCD | EMCCA
  2. SimonD
    Honorary Member

    SimonD Terabyte Poster

    3,681
    440
    199
    In that case you are probably going to have to edit the “C:\Windows\System32\inetsrv\config\schema\WebDAV_schema.xml” file and make the following changes.

    <attribute name=”allowAnonymousPropfind” type=”bool” defaultValue=”false” />
    <attribute name=”allowInfinitePropfindDepth” type=”bool” defaultValue=”false” />
    <attribute name=”allowCustomProperties” type=”bool” defaultValue=”true” />​

    These values should be “true”, “true”, “false”.

    You won't be able to edit that file by default so you're going to have to change the ACL to allow you to do so.

    Once you have made the changes to the file you can revert the ownership, I would honestly suggest that in this instance you make the changes to file before installing SCCM, that way the installation 'should' just work straight away.

    I will be updating my documentation to include this (I will be posting a PDF file with these full instructions shortly).
     
    Certifications: CNA | CNE | CCNA | MCP | MCP+I | MCSE NT4 | MCSA 2003 | Security+ | MCSA:S 2003 | MCSE:S 2003 | MCTS:SCCM 2007 | MCTS:Win 7 | MCITP:EDA7 | MCITP:SA | MCITP:EA | MCTS:Hyper-V | VCP 4 | ITIL v3 Foundation | VCP 5 DCV | VCP 5 Cloud | VCP6 NV | VCP6 DCV | VCAP 5.5 DCA
  3. Theprof

    Theprof Petabyte Poster

    4,607
    83
    211
    Noted, thanks for the heads up!
     
    Certifications: A+ | CCA | CCAA | Network+ | MCDST | MCSA | MCP (270, 271, 272, 290, 291) | MCTS (70-662, 70-663) | MCITP:EMA | VCA-DCV/Cloud/WM | VTSP | VCP5-DT | VCP5-DCV
    WIP: VCAP5-DCA/DCD | EMCCA
  4. onoski

    onoski Terabyte Poster

    3,120
    51
    154
    Well done Theprof, as this is quite an achievement. Keep us posted on your progress:)
     
    Certifications: MCSE: 2003, MCSA: 2003 Messaging, MCP, HNC BIT, ITIL Fdn V3, SDI Fdn, VCP 4 & VCP 5
    WIP: MCTS:70-236, PowerShell
  5. Theprof

    Theprof Petabyte Poster

    4,607
    83
    211
    Thanks Onoski!

    I just finished downloading Win2k8 server and SQL server 2008 from technet. I created a VM for SCCM and now about to go ahead and start installing the OS.

    I will post some more once I get more work down... now it's just a matter of waiting.

    I also realised that there's a cert for this stuff... I might just take it after I implement SCCM and brush up on the theory stuff... but this is definitely interesting yet complicated stuff.
     
    Certifications: A+ | CCA | CCAA | Network+ | MCDST | MCSA | MCP (270, 271, 272, 290, 291) | MCTS (70-662, 70-663) | MCITP:EMA | VCA-DCV/Cloud/WM | VTSP | VCP5-DT | VCP5-DCV
    WIP: VCAP5-DCA/DCD | EMCCA
  6. Theprof

    Theprof Petabyte Poster

    4,607
    83
    211
    My setup of the SCCM 2007 server:

    Windows Server 2008 R2 x64
    Microsoft SQL Server 2008 Enterprise
    IIS 7.5
    Windows Deployment Services
    Microsoft .Net framework 3.5 SP1

    Since this is for testing, I didn't really go with too much HD space since I don't have much available at the moment anyways:

    1 x OS partition 15GB
    1 x SQL partition 20GB
    1 x Data\SCCM partition 20GB

    Right now as we speak I am installing the SQL server then I'll be installing WebDAV and BITS along with WAIK...

    This whole environment is virtualized just in case you were wondering.

    I will then go a head and extend the AD Schema and create the AD service management accounts, modify the WebDAV file like Simon mentioned.

    Once I got all the pre-requisite done, I'll be installing SCCM 2007.
     
    Certifications: A+ | CCA | CCAA | Network+ | MCDST | MCSA | MCP (270, 271, 272, 290, 291) | MCTS (70-662, 70-663) | MCITP:EMA | VCA-DCV/Cloud/WM | VTSP | VCP5-DT | VCP5-DCV
    WIP: VCAP5-DCA/DCD | EMCCA
  7. Theprof

    Theprof Petabyte Poster

    4,607
    83
    211
    Just finished setting up most of the prerequisites... I still have to install WAIK and then I'll extend the AD Schema and setup the service accounts. After that I'll start the SCCM install...
     
    Certifications: A+ | CCA | CCAA | Network+ | MCDST | MCSA | MCP (270, 271, 272, 290, 291) | MCTS (70-662, 70-663) | MCITP:EMA | VCA-DCV/Cloud/WM | VTSP | VCP5-DT | VCP5-DCV
    WIP: VCAP5-DCA/DCD | EMCCA
  8. SimonD
    Honorary Member

    SimonD Terabyte Poster

    3,681
    440
    199
    You don't need to install WAIK, it installs as part of the SCCM install.

    In a production environment I strongly suggest having two different drives for the SQL data and log files, do that at the installation rather than later on because if you do it later you will still have the original SQL files on the main drive.

    As for the exam, 70-401 is an ok exam but don't think that 'just' installing it will help you. It took me about 3 months of constantly installing SCCM and using it as well as a MOC class before I felt confident in passing the exam. It's not actually that bad tho.

    For all of your drives except the data one don't forget to create the nosmsondrive.sms file and place it at the root of the drive otherwise as soon as you start having more space on your other drives they will start being used as DP shares as well.
     
    Certifications: CNA | CNE | CCNA | MCP | MCP+I | MCSE NT4 | MCSA 2003 | Security+ | MCSA:S 2003 | MCSE:S 2003 | MCTS:SCCM 2007 | MCTS:Win 7 | MCITP:EDA7 | MCITP:SA | MCITP:EA | MCTS:Hyper-V | VCP 4 | ITIL v3 Foundation | VCP 5 DCV | VCP 5 Cloud | VCP6 NV | VCP6 DCV | VCAP 5.5 DCA
  9. Theprof

    Theprof Petabyte Poster

    4,607
    83
    211
    I see... thanks again Simon!
     
    Certifications: A+ | CCA | CCAA | Network+ | MCDST | MCSA | MCP (270, 271, 272, 290, 291) | MCTS (70-662, 70-663) | MCITP:EMA | VCA-DCV/Cloud/WM | VTSP | VCP5-DT | VCP5-DCV
    WIP: VCAP5-DCA/DCD | EMCCA

Share This Page

Loading...
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.