SCCM 2012 R2 client deployment - deployment

I just installed SCCM 2012 R2 (thx Internet for tips) on a 2012 R2 server and i have a new problem to solve.
How can i deploy correctly agents on all clients of my lab ? 'cause when i click on "Install client" everything's good i can finish the installation but i see any changes on the Console Configuration Manager and on my server (i tried to install just on one server).
I tried to reboot all my servers, to change my installation mode :
"Allow the client software to be installed on domain controllers"
"Always install the client software"
"Install the client software from a specified site"
No change...
If someone has a tips for me to solve this problem i'll be recognizing.
Thx

Based on your description, you want to install Configuration Manager clients by using Client Push Installation.
First, you need to add an user account to install client.
Then you Install Configuration Manager clients using Client Push Installation Wizard.
On the server side, The ccm.log records client push installation activities.
On the client side, if the ccm.log not report error, after few minutes when you login to client machine and look at the process tab in task manager you will see the ccmsetup.exe is running.
You can view the ccmsetup.log file on the client machine to check the log messages and monitor the client installation process.
When the installation is finished, you can see the Configuration Manager icon in the Control Panel.

Related

Server Manager not available/accessible after removing .Net feature in widows server 2019

I have removed .Net Framework feature from "Server Manager -> Remove Roles and features Wizard".
(This image is from a different server)
Later I noticed that this activity has affected many windows features (Server manager, IIS Manager, Turn on off windows features etc..).
After removed .Net Framework feature I was not able to find the Server Manager application.
I tried answer in this link and able to restore ServerManager.exe but once I try to load the server manager it's giving below error,
I may be able to resolve this if I can re enable .Net frame work feature. But not sure how to do that without using server manager(since I cannot open sever manager).
Appreciate any solutions or suggestions regarding this.
Finally able to re enable .Net feature and access server manager by following below steps,
Open command prompt
Run the command: dism /online /enable-feature /featurename:NetFx4ServerFeatures /ALL and press return.
Type PowerShell and press enter.
Run the command: Install-WindowsFeature PowerShellRoot,PowerShell,PowerShell-ISE.
Restart the server.
Credit belongs to this blogger:
https://glennopedia.com/2020/02/14/why-you-shouldnt-remove-net-in-windows-server/
This kind of errors are caused due to lack of .NET framework on your machine or if you installed old version of framework. You need to install an appropriate .NET Framework on your computer.
Updating .NET framework on your computer will solve your problem maximum.
Install it from the Microsoft website.
Run as Administrator , the server manager will open.
Now you can try to add.

Web and database servers are starting but EasyPHP Dashbord is not recognizing it

In EasyPHP 16.1.1 dashbord when I click on start, Apache and MySQL are starting but the dashbord interface is not recognizing it. The dashboard is still proposing me to launch the servers (but on a different port this time).
I checked and both servers are running, I can access the www folder through localhost.
Nothing special in the log files.
Install : EasyPHP 16.1.1 on a Windows 8.1 x64
If someone has an idea ?
Open the task manager and the processes eds-* if any
Delete the files conf_last_dbserver.php and conf_last_dbserver.php in eds-dashboard
Run run-easyphp-devserver.exe again
Open the Administration
Restart your servers

Is it possible to install Remote Server Administrative Tools on a Windows Server 2012?

I understand that RSAT is used to manage domain controllers remotely from a computer that is not a domain controller,I found links to download RSAT for Windows 8, 7 or Vista, but nothing to download it on a windows server. I need to use it on a windows server 2012, is this possible ?
On Windows Server 2012 (and 2008 as well) the Remote Server Administration Tools are available for installation using the Add Roles and Features wizard, so you don't need to download it like you would on a client OS, eg you can install the tools from there without installing the associated roles.
You'll find it under Features and you can then install all of them or just those tools you need. You'll also find Group Policy Management listed separately under the features list, though I'm not sure why it's not listed under the RSAT items.

How to integrate WebSphere Application Server 7 into Rational Software Architect?

In Rational Software Architect (RSA), how do I add WebSphere Application Server 7 (WAS7) as a Server? As you can see in the screen shot, WAS7 is not an option. How do I add it? Thank you.
I am running Rational Software Architect for WebSphere Software (RSA) Version 8.5.1. I have installed WAS7 using the installer available in the was.7000.wasdev.nocharge.windows.amd64 package.
Install WAS 7 Server Adapter
Open IBM Installation Manager.
Click Modify Icon
Under "Modify Packages" Screen 1; Click Next
Under "Modify Packages" Screen 2; Click Next
scroll to "Server tools"; select WebSphere Application Server 7.0.
Proceed to finish modification.
Now WAS 7 should be an option when adding a new server.
During RSA installation you might not installed support for WAS v7.
Check if you have following folder: %RSA_HOME%\runtimes\base_v7_stub.
If not you might need to rerun Installation manager and modify RSA to include stub for WAS v7.

Why does my fresh Klocwork 9.2 installation display a blank Product Portal web page?

I installed Klocwork 9.2.1.7276 on a fresh Windows Server 2008 x86 system. During the installation, I selected all Klocwork components to be installed (database server, licence server, Klocwork server) and ensured that all three servers were running in the Klocwork Management Console. I ran kwauthconfig and set the authentication scheme to None.
However, when I attempt to visit the Klocwork Product Portal (Start > Programs > Klocwork 9.2 > Klocwork Product Portal), Internet Explorer opens and displays a blank web page served from port 8080 on the local machine (http://klocwork:8080). If I change the URL to http://klocwork:8080/portal/Portal, I get the expected page. However, when I click on the links to Klocwork Review (http://klocwork:8080/review) or Klocwork Inspect (http://klocwork:8080/codereview), I get similarly blank web pages.
My production server (installed years ago by someone who has since left the company) performs as expected, but I need to move it from Windows XP to Windows Server 2008. I have read through the Klocwork 9.2 documentation, and don't think I've missed any configuration steps. This is the third time I have attempted this installation on a clean machine, each time with the same result. On one of these occasions, I ran a Klocwork build (using kwinject, kwadmin, kwbuildproject, and kwadmin load) but was not able to view the build because KW Review and Inspect don't work.
Does anyone know how to get a fresh install of Klocwork 9.2 in a state where Review and Inspect will function? Thanks in advance to anyone who can offer some advice.
The cause of this problem turned out to be a combination of Windows Server 2008's Windows Firewall and Internet Explorer Enhanced Security Configuration (IE-ESC) -- both of which are enabled by default in Windows 2008, and neither of which I disabled before installing Klocwork.
Disabling the Windows Firewall and IE-ESC after Klocwork was installed did not fix the problem.
However, I reverted the machine to a snapshot taken just before I originally installed Klocwork, disabled both Windows Firewall and IE-ESC, installed Klocwork, turned off authentication with kwauthconfig, and now the Klocwork Review and Klocwork Inspect login screens load as expected (and http://klocwork:8080 now redirects to http://klocwork:8080/portal/Portal).