2012 R2: Use of Single Instance Store (SCCMContentLib) only

Hi all,
We have a System Center 2012 R2 Configuration Manager already running with almost every role (standalone, besides from wsus on another server as Software Update Point).
The SC2012R2 server has several HDDs C:,D:,E:,S: with SCCMContentLib
directories on C: & D: and a Sources shared resource in drive S: which is accessed through UNC
\\SC2012R2\Sources\
The fact is that we think that this configuration is wasting space since it seems that both
SCCMContentLib and the Sources shared directory serve the same contents but in diferent ways, thus doubling our disk usage.
As per
Howard Hoy post: By default, the content is single storage and browsing to a DP does not store all the files in a package id folder where you could find an install and execute it. You can enable the older method which will create a separate folder share.
This will require double the disk space!
So here is our question: Is there any way to get rid of the Sources
shared directory and serve contents to clients using SCCMContentLib only? In other words, besides of the Content Library at the Central Administration Site, are we forced to use the Sources in S: to deliver content or can we get rid of
it somehow?
It seems that Automatic Deployment Rules, at the end of the wizard force you to select a UNC to store the Deployment Package. Is this the correct set up and we simply have to deal with it and keep adding more storage to the server?
As per Microsoft documentation about the
Content Library: "The content library is located on each site server and on each distribution point and provides a single instance store for content files"
However, if we are forced to add extra hdd space for the Sources directory to be accessed via UNC, it seems a waste of space.
Thanks in advance for any clarification on this subject.
Regards.

"So here is our question: Is there any way to get rid of the Sources
shared directory and serve contents to clients using SCCMContentLib only?"
No. There is no way to do this. ConfigMgr is an enterprise content deployment system and this design is a result of efficiently supporting larger enterprises. It also doesn't make sense to directly use the source files that it does not directly control.
Yes, this does create some additional disk space overhead; however, disk space is cheap. You should be storing your source files on cheap disk and also note that there is no reason this has to be directly attached to your ConfigMgr site server. All source
content can be accessed using a UNC so putting the source files on a file server or alternate system that has cheap storage available to it is an easy "solution".
"It seems that Automatic Deployment Rules, at the end of the wizard force you to select a UNC to store the Deployment Package. Is this the correct set up and we simply have to deal with it and keep adding more storage to the server?"
Yes, all applications, drivers, OS image packages, OS install packages, and software update packages must have their content accessed using a UNC. Good practice also dictates that even your package files use a UNC for their source files. That doesn't mean
the UNC can't be local to the site server although see my comment above about using cheap disk for this. Here's a related blog post that you may want to review:
http://blog.configmgrftw.com/configmgr-folder-structure/
"it seems a waste of space."
Ultimately, yes, you end up with duplicate copies of all of your source files. But, to be blunt, use cheap disk for this and move on as you can't change this.
Jason | http://blog.configmgrftw.com | @jasonsandys

Similar Messages

  • Use of Single Instance Store (SIS) in DPM 2012 R2

    Hi,
    Please help me to understand use of installing Single Instance Store (SIS) feature while installation of DPM 2012 R2 or reason
    behind installing it.

    DPM is using Single Instance Storage (SIS) for optimizing storage space.
    Single-instance store, or SIS, is an architecture designed to maintain duplicate files with a minimum of disk, cache, and backup media overhead.
    Single-instance store backup, or SIS backup, is  an API that  backup applications call to access the SIS architecture.
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa362538(v=vs.85).aspx
     Single Instance Store (SIS) service to reduce the storage overhead of storing duplicate files.
    Single Instance Store
    Before you install DPM on your server, it is important to install a technology called Single Instance Store (SIS). SIS will ensure you get the maximum performance out of your disk space and reduce bandwidth needs on DPM.
    SIS is a technology that keeps the overhead of handling duplicate files low. This is often referred to as
    de-duplication. SIS is used to eliminate data duplication by storing only one copy of files on backup storage media. SIS is used in storage, mail, and backup solutions such as DPM. SIS helps to lower the costs of bandwidth when copying data
    across a network as well as needed storage space.
    Microsoft has used a single installation store in Exchange since version 4.0. SIS searches a hard disk and identifies duplicate files. SIS then saves only one copy of the files to a central location such as a DPM storage pool. SIS will then replace other
    copies of the files with pointers that direct you to the copy of the files the SIS repository already has stored.
    http://www.buchatech.com/2011/06/installing-data-protection-manager-2010-2/
    Have a nice day !!!

  • Trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.

    I am trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    WSUS Server : Windows Server 2012 R2
    Remote SQL Server: 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Please let me know if anyone has experienced this issue.

    We were trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    Same error even after rebooting the server multiple times.
    WSUS Server : Windows Server Standard2012 R2
    Remote SQL Server: Windows Server 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Event ID 7000:
    The Windows Internal Database service failed to start due to the following error:
    The service did not start due to a logon failure.
    Event ID 7041
    The MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: MSSQL$MICROSOFT##WID
    Domain and account: NT SERVICE\MSSQL$MICROSOFT##WID
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user
    right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, check with your domain administrator to find out if a Group Policy object associated
    with this node might be removing the right.
    I found following article:
    "MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID" error when you install WID in Windows Server 2012
    http://support.microsoft.com/kb/2832204/en-us
    To work around the issue, use one of the following methods:
    Assign the Log on as a service user right to NT SERVICE\ALL SERVICES in the GPO that defines the user right.
    Exclude the computer from the GPO that defines the user right.
    We moved the SCCM server to OU where no policies were getting applied and then applied the new GPO to that OU. Restarted the server and we were able to install WSUS role.
    Regards
    PR

  • We are a Global group, with divisions using a single instance of Eloqua

    Any advice on this would be great.
    We are a Gloabl group, with a number of different divisions, offering different I.T services and solutions. Each has its own marketing roadmap to which a single database will be used to target and segment via marketing activity.
    Just after some advice and best practice I suppose, hopefully there is someone out there who has tackled a similar problem ...
    i) What is the best way to target these divisions within a single database, without causing too much of a headache.
    ii) As we have a single instance of ELQ, in terms of differentiating the divisions, is the easy approach to simply set up different email groups for camapigns? I.E, Different Headers, footers and preference centres etc... ???
    Haven't started to consider the ELQ side of things as yet, but was wondering if anyone has tackled this recently, before I deep dive in, and if they have any advice?
    Thanks in advance.

    I agree with all of the above! I will just add a couple of additional suggestions:
    I would really put some effort in your preference center. Make sure you clearly define your opt-in/opt out strategy and the priority of messages to avoid redundancy and unnecessary overlaps. This may require collaboration with other teams upfront but can save you time and headaches in the long run.
    Along with this, your content strategy can benefit from a regular review at a global level to ensure you are still relevant at the division level (which I would assume you already do )
    If you have customers who are likely to be member of multiple divisions,  I would also make sure to run some filters or have a program that checks your set of rules in order to manage email frequency.
    Like Marian suggested, adherence and reinforcement of a solid naming convention for everything will be key.
    Cheers!

  • SAP ME - Can you use a single MSSQL instance on a single server?

    Hi,
    We need to build a demo system with the minimum of hardware so would like to use just one server.
    The build would be Netweaver 7.4, ME 15 & MII 15 Using SQL 2012 as the database.
    The question is, can I use a single instance of SQL or do I need to install two ? One for netweaver and one for ME ?
    The ME database install guide states the following warning:
    CAUTION
    SAP ME does not use the same collation as the SAP NetWeaver database and server. Do
    not use the SQL4SAP.vbs provided with MSSQL software to install the SQL Server database
    software.
    Does this mean I would install one instance for Netweaver using SQL4SAP.vbs and a second one (using a different port number) for ME using the standard installer ?
    Or can I install just one database engine instance and configure the collation for each database individually ?
    Also what about any of the other settings, eg Filestream and the XA install ?
    Thanks for any guide that you can give.
    Kevin

    Hi Kevin,
    We have this exact scenario on one of our internal sandboxes. Install a single SQLServer 2012 (we installed Enterprise version) instance and create the NW, ME WIP, ME ODS, and ME GODS databases separately, with different collations. We also have XA configured on the server, don't know about Filestream.
    We are running a 2 CPU 8GB VM instance, I would recommend at least 12GB as 8 is minimal.
    Regards, Steve

  • Using a single NetConnection instance to dispatch multiple calls to backend

    I have a scenario where calls to backend have to be dispatched in parallel because the calls are independent and dispatching them serially would cost performance.
    If I use a single instance of NetConnection to send multiple requests to backend -  one after the other without waiting for responses to previous requests to arrive - and there is a NetStatus event once the calls have been dispatched because, for example, the network connection went down, is it possible to find out which of the calls succeeded and which ones failed? Is it safe to assume that if the onResult function of a particular call's responder was not invoked, then that request did not reach the backend? If not, what is the recommended way to implement this? Should a separate instance of NetConnection be used for each call?  How expensive would it be? How are multiple NetConnection instances connected to the same endpoint handled under the hood?
    Thanks.

    Joe,
    I don´t know a specific reference for it, I remembered it because when I was looking the documentation on the site, I saw the reference "Support for multiple database connections" in the URL: APEX Listener New Features 2.0</title><meta name="Title" content="APEX Listener New Features 2.0…
    I´ve tried to use APEX listener some time ago, but in a earlier version together with glassfish. So, since for me was only one database, I created the necessary amount of DAD´s on my database, each one for a specific port.
    Check the link and you´ll see the same information I saw.
    Thanks.
    José Valdézio
    "Neo, everything that Oracle told me, became true, except extinguish bugs in a first release."

  • Oracle single instance 10.2.0.4 on AIX 5.3 with GPFS

    Hi there,
    Is there anybody ever that has been used oracle SINGLE instance with only all data files & its archival on AIX GPFS filesystem ? I am currently supporting on this environment, and would like to know whether there is any concern or issue.
    Thank you,
    Bundit

    Pl post details of exact versions of OS and database. By "SINGLE", do you mean a non-RAC database ? I believe it is supported - more details in MOS Doc 282036.1 (Minimum Software Versions and Patches Required to Support Oracle Products on IBM Power Systems)
    HTH
    Srini

  • How can I store a single instance of a hashtable

    How can I store a single instance of a hashtable in a predefined application object that way I can use it by all sessions? I've tried storing a instance of hashtable in the session but it only allows for one user and it doesn't accomplish my goal in the web application. Could show me how i could store a single instance of a hashtable in a predefined application object? Or at least a link which demonstrates it
    thanks

    assuming ctx is an instance of javax.servlet.ServletContext (which can be retrieved from the ServletConfig).
    ctx.setAttribute("yourAttrName", new Hashtable());

  • Using RMAN to create single instance standby from 2 node rac

    Any advice on the RMAN command to take a non catalog full rman backup from a two node 11gr2 rac node and use it to create the STANDBY single instance.
    The RAC two node instance is in ASM (Linux)
    The Physical Standby is Normal File System (Linux)
    The command that I get from Metalink suggests:
    rman target sys/passwd@primary catalog RMAN/RMAN@RMAN auxiliary sys/passwd
    RMAN> run {
    allocate auxiliary channel C1 device type disk;
    duplicate target database for standby;
    When I took the rman backup I did not use catalog. Please suggest how to accomplish the same task without catalog. Thanks

    Listener.ora
    SID_LIST_STANDBY_LSNR =
    (SID_LIST =
    (SID_DESC =
    (GLOBAL_DBNAME = KEMETRAC.respecti.com)
    (SID_NAME = STANDBY)
    (ORACLE_HOME = /u02/standby/11.2.0.3/STANDBY)
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /u02/standby/11.2.0.3/STANDBY)
    (PROGRAM = extproc)
    ADR_BASE_STANDBY = /u02/standby/11.2.0.3
    TRACE_LEVEL_STANDBY = OFF
    STANDBY_LSNR =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = standby.respecti.com)(PORT = 2012))
    LOGGING_STANDBY = OFF
    ...... Tnsnames.ora
    STANDBY.RESPECTI.COM,STANDBY =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = standby.respecti.com)(PORT = 2012))
    (CONNECT_DATA =
    (SERVICE_NAME = STANDBY.respecti.com)
    KEMETRAC1.respecti.com, KEMETRAC1 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip.respecti.com)(PORT = 2012))
    (CONNECT_DATA =
    (SERVICE_NAME = kemetrac1.respecti.com)
    KEMETRAC2.respecti.com, KEMETRAC2 =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip.respecti.com)(PORT = 2012))
    (CONNECT_DATA =
    (SERVICE_NAME = kemetrac2.respecti.com)
    # TAF 2 Node RAC
    KEMETRAC.respecti.com, KEMETRAC =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (FAILOVER = ON)
    (LOAD_BALANCE = ON)
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac1-vip.respecti.com)(PORT = 2012))
    (ADDRESS = (PROTOCOL = TCP)(HOST = rac2-vip.respecti.com)(PORT = 2012))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = kemetrac.respecti.com)
    (FAILOVER_MODE =
    (TYPE = SELECT)
    (METHOD = BASIC)
    (RETRIES = 180)
    (DELAY = 5)
    The Standby has been started up with nomount.
    standby> rman target sys/[email protected] auxiliary sys/pw
    Recovery Manager: Release 11.2.0.3.0 - Production on Wed Jan 18 18:16:46 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates. All rights reserved.
    connected to target database: KEMETRAC (DBID=1448030790)
    connected to auxiliary database: KEMETRAC (not mounted)
    RMAN>
    RMAN> run {
    2> duplicate target database for standby from active database dorecover nofilenamecheck;}
    Starting Duplicate Db at 18-JAN-12
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 01/18/2012 18:23:06
    RMAN-05501: aborting duplication of target database
    RMAN-06217: not connected to auxiliary database with a net service name
    RMAN>

  • How Can I Use Multiple Weblogic Instances in a Single OS

    Hello Everyone,
    Actually I have to install Some different applications. Few of them need weblogic 10.3.6 and others need 10.3.4. The OS am using is Oracle  Enterprise Linux 5.
    Now I am able to install 2 separate(One of 10.3.4 and 10.3.6) instances with two different users,In two different directories.
    I have installed the weblogic 10.3.6 version with a user webadmin and installed node manager with port 5556. This is working fine.
    The main problem here is :
    In the second instance (10.3.4 ) installed with a a different user and gave the port number to NodeManager as 1600 and its not getting started. Its throwing error and also after some errors in the terminal am able to see that its reverting to port number 5556 only.
    What might be the issue?
    I have to install 2 different versions of weblogic in a single Server. But am failing with NodeManager. What Can I do to have multiple weblogic instances with multiple versions in a single server ?
    Can anyone suggest a resolution for this please ?
    Thanks in advance.

    Pl do not spam these forums with multiple posts - How Can I Use Multiple Weblogic Instances in a Single OS

  • How to restore a single instance database to RAC (10g) using RMAN ?

    Hi all,
    I have a single instance database configured using file system in a unique server, so now I need to restore this database using RMAN to a new RAC environment with two nodes and ASM also.
    Does anyone can help with this documentation or a link about any information about this restore using rman ?
    I tryied found on metalink but threres isn´t this specific case. Only how to convert single instance to 10g RAC, but without how to use with rman information.
    System: Windows 2003
    Oracle 10g R2
    Thanks.
    Wander(Brazil)

    Wander(Brazil) wrote:
    Hi all,
    I have a single instance database configured using file system in a unique server, so now I need to restore this database using RMAN to a new RAC environment with two nodes and ASM also.
    In essense you are really doing nothing more than restoring a backup on a new host. If you want a blow by blow detail of how to accomplish it take at http://www.oracledistilled.com/oracle-database/restore-database-to-another-host-using-rman
    In order to write the files to the ASM Disk groups you will use the SET NEWNAME FOR DATAFILE in your restore script. You will also need to create the ORACLE_BASE/admin/<DBSID> structure on all of node. Once you get the database completely restore you will need to edit the SPFILE to include the proper value for the CLUSTER* parameters and each the node specific parameters. Sorry that it is kind of higher level than what you are probably looking for but the link above and what I put here should get you were want to go.

  • Using a custom certificate store for SCCM 2012 clients and primary site server

    I have read what seems to be all the pki related documentation out there for SCCM 2012. I have a PKI infrastructure up and running issueing certificates with an offline root through group policy autoenrollment. The problem that i'm faced with is we are migrating
    from SCCM 2007 that was in native mode and we chose not to use the CA that we used for the old SCCM environment. When the clients attempt to communicate with the M.P. it runs through all of the different certificates and adds a tremendous amount of overhead
    to the M.P. We will have ten's of thousands of clients by migration end. Could someone please point me to a document that goes over how to leverage a custom certificate store that I could then tell the new 2012 environment to use? I know that it's in there,
    I've seen it in the console. The setup is one primary site server with SQL on box and the pki I just mentioned as well as the old 2007 environment that is still live.
    I read that you can try and use SAN as a method of identifying the new certs but I haven't found a good document covering exactly how that works. Any info you could provide I would be very grateful for. Thanks.

    Jason, thank you for your reply. I'm getting the impression that you have never been in the situation where you had to deal with 2 different PKI environments. Let me state that I understand what your saying about trust. We have to configure the trusted root
    CA via GPO. That simply isn't enough, and I have a valid example to backup this claim. When the new clients got the advertisement and began the ccmsetup process I used the /pki switch among others. What the client end up doing was selecting a certificate that
    had the longest validity period which was issued by our old CA. It checked the authentication chain, found it to be valid and selected it for communication. At that point the installation failed, period, no caveats as you say. The reason the install failed
    because the new PKI infrastructure is integrated into the new environment, and the old is not. So when you said " that
    are trusted and they can use *any* cert that is trusted because at the end of the day, there is no
    difference between two valid certs that have the same purpose as long as they are trusted. "
    that is not correct. Both certs are trusted, and use the same certificate template, but only one certificate would allow the install to complete successfully.
    Once I started using the CCMCERTISSUERS
    switch the client install went swimmingly. The only reason I'm still debating this point is because someone might read this thread see your comments and assume "well I've got my new PKI configured as a trusted root CA, I should be all set" and their
    deployment will fail, just as my pilot did.
    About Intune I'm looking forward to doing a POC in the lab i built with my Note 3. I'm hoping it goes well as I really want to have our MDM migrated into ConfigMgr... I think the
    biggest obstacle outside of selling it to management will be the actual device migration from the current MDM solution. From what I understand of the enrollment process manual install and config is the only path forward.
    Thanks Jason for your post and discussion.

  • Can I have multiple TFS instances use a single SSRS installation

    Can I have multiple TFS instances use a single SSRS installation?
    Thanks

    Hi Kim,
    According to your description, you have multiple TFS instances using one Reporting Services instance. Right?
    For installing TFS, to use a named instance with Team Foundation Server, you must install SQL Server by using a named instance, or move or restore Team Foundation Server data to a named instance, or create a team project collection on a named instance. Please
    refer to the link below:
    Work with SQL Server Named Instances
    Reference:
    Understanding SQL Server and SQL Server Reporting Services
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Can we use Grid Infrastructure 11.2 to protect a single instance database?

    Hi all,
    I would like to use Oracle Grid Infrastructure to protect a single-instance database.
    I found these docs:
    http://www.oracle.com/technetwork/products/clusterware/overview/em-db-failover-128585.pdf (for 10.2)
    http://www.oracle.com/technetwork/products/clusterware/overview/si-db-failover-11g-134623.pdf (for 11.1)
    I was unable to find a similar document for GI 11.2 . Do you know if such a document exists?
    At the moment I only know that the GI is free if used for an Oracle Product, but I am not shure whether it can be used to protext external applications or single-instance databases
    Andrea

    Hi,
    while this still works (the scripts for failover you find in the demo folder $GI_HOME7/crs/demo/coldfailover), the document does not exists, since with 11gR2 there is a supported solution called RAC ONE Node, hence rendering the manual setup obsolete.
    For more information see:
    Oracle Clusterware and Application Failover Management (Doc ID 790189.1)
    Regards
    Sebastian

  • Cluster with one 2 Node RAC and a Single Instance using ASM

    Hi there,
    i am not sure with one planned installation and want to ask, weather i am on the right track.
    Some Facts:
    Clusterware 11g
    ASM 11g
    Database 10gR2
    AIX 5.3
    3 Machines
    2 Storages DS4700
    My Plan
    On Node 1 and Node 2 we install a RAC Database for an ERP Software
    On Node 3 we install a single Instance Database for a Logistic Software
    So i will install on all three Nodes Clusterware and an 3 Instances ASM - Cluster
    I create 2 Diskgroups, one for the FRA and one for the Data, both on Luns on the DS4700
    The RAC-Database and the Logistic-Database are using the same Diskgroups.
    Is this the way to go for this circumstances?
    The alternative is, as far as i see
    Clusterware on an 3 Servers
    One 2 Node ASM for the ERP Software
    one Single Node ASM for the Logistcs
    4 Diskgroups, because of the 2 ASM-Database 2 for the RAC and 2 for the Single Instance.
    Please give me some hints, which way i should prefer.
    My tendence is going to the first alternative. I like the idea to share the Diskgroups over more than on Database because of easy administration.
    The load of the 2 Databases are completly different, the logistc software will nearly do nothing compared to the ERP Software, so this should'nt be a problem.
    But maybe i oversee something, so please do not hesitate to tell me, i am completly wrong ;)
    Thanks a lot
    Jörg

    Chris Slattery wrote:
    why clusterware on 3rd machine ?
    I'd have separate DGs but that's just me.If you wish to install ASM you need OCS installed on the machine, even if it is just one node at all.
    It is a kind of a dependency, no OCS, no ASM
    cu
    Jörg

Maybe you are looking for