
Staudi
Established Members-
Posts
6 -
Joined
-
Last visited
Staudi's Achievements
Newbie (1/14)
0
Reputation
-
Move Database of Secondary Site do another Partition
Staudi replied to Staudi's topic in Configuration Manager 2012
nobody has a clue? -
Hello, I searching for a way to move the sql database of an secondary site to my partition D:. Currently, my database is stored on Partition C: like default but I running out of space on this partition and can not clean up space anymore. I googled arrount but did not found a proper solution for it The way i found was like follow: 1.Stop site server using (Configuration Manager site installation folder)\bin\X64\00000409\preinst.exe /STOPSITE 2.On SQL Server for SCCM DB a. Detach CM_(Site Code) b. Move both files (mdf and ldf) c. Attach CM_(Site Code) to new SQL Server run the following stored procedure as a query: sp_configure ‘clr enabled’,1; reconfigure. d. Enable common language runtime (CLR) integration e. Verify SCCM Site servers are Local Administrators on the SQL server f. Add the site server system account as login account with admin rights to SQL 3.On SCCM Server a. Run Configuration Manager Setup Wizard using Setup.exe from (Configuration Manager site installation folder)\BIN\X64\setup.exe. Not from install media- you won't have the same options. b. Choose site maintenance or reset site c. Select Modify SQL Server configuration d. After wizard finishes restart SCCM site server e. In SCCM console update the properties of the Reporting Services Point role to use the SCCM Databse on the new server. Administration>Servers and Site System Roles>Pick the server with the Reporting Services Point Role>Pick Reporting services point>Right click and choose properties>Change Site Database Server name. Link http://smsimpossible.blogspot.de/2012/09/how-to-move-databases-for-sccm-2012.html When I try to run setup.exe on secondary site all options are greyed out. I also tried to use setup.exe of installation folder on Main site where I can select Site Maintenance. But when I want to connect to my SQL database on the secondary site I get an error message: "configuration manager site require a supported sql server version...*" I don't have a clue why this happens. I used the feature of automatically install sql server on secondary site. Could be the problem that this only works with SQL Standard instead of express which will be used by pushing installation of secondary site over Console? I would appreciate any kind of help! Thanks Staudi
-
Disable software installation at SCCM Client
Staudi replied to Staudi's question in Deploy software, applications and drivers
Hello, I cant find a point which looks right to disable just software deployment, isnt it? here is the code: instance of CCM_RemoteToolsConfig { PolicyID = "{GUID value}"; PolicyVersion = "x"; PolicySource = "SMS:AAA"; PolicyRuleID = "{GUID Value}"; PolicyInstanceID = "{GUID value}"; Enabled = TRUE; ComponentName = "SmsRemoteTools"; Type = 1; RemoteToolsEnabled = TRUE; AllowChat = TRUE; AllowClientChange = FALSE; AllowFileTransfer = TRUE; AllowReboot = TRUE; AllowRemoteExecute = TRUE; AllowTakeover = TRUE; AllowViewConfiguration = TRUE; AlwaysVisible = FALSE; AudibleSignal = TRUE; CompressionType = 2; ControlLevel = 2; DefaultProtocol = "TCP/IP"; IndicatorType = 0; PermissionRequired = 1; UseIDIS = TRUE; VisibleSignal = TRUE; DisableToolsOnXP = TRUE; ManageRA = TRUE; EnableRA = TRUE; AllowRAUnsolicitedView = TRUE; AllowRAUnsolicitedControl = TRUE; ManageTS = FALSE; EnableTS = FALSE; EnforceRAandTSSettings = TRUE; PermittedViewers = NULL; }; best regards Fabian -
Disable software installation at SCCM Client
Staudi replied to Staudi's question in Deploy software, applications and drivers
Thank you I will check and let you know! -
Disable software installation at SCCM Client
Staudi replied to Staudi's question in Deploy software, applications and drivers
I know this but my problem is we have a big IT-Team and some of this are not really a shine if you know what I mean. Isn't it possible to disable or change a registry key that sccm client dont search for new programs? -
Staudi started following Deploy software, applications and drivers
-
Disable software installation at SCCM Client
Staudi posted a question in Deploy software, applications and drivers
Hello, I found this forum some weeks ago and it helped me a lot with my SCCM environment! Thanks you! Now my question, we are using SCCM 2007 R2 on a Win2003 server. We roll out SCCM client to all pcs and notebooks. Now we want to deploy it to our server, too. I will use it for software and hardware inventory but will be sure that it isn't possible to install software by sccm client. Is there an option or an registry key which I can use to forbidden installation software by sccm client? Thanks and regards Staudi