Posts

Showing posts from June, 2014

How to enable dotnet framework feature in Windows2012 Server

Image
If you have an application that you want to run on Windows Server 2012  that requires the .NET Framework 3.5, you will most likely run in to a problem when trying to install it. If you are trying to install .NET Framework 3.5 from the  Server Manager  GUI, you will see this when installing the feature: “Do you want to specify an alternate source path? One or more installation selections are missing source files…” To solve this, you can either: 1. Go to a command prompt and enter this: dism /online /enable-feature /featurename:NetFX3 /all /Source:d:\sources\sxs /LimitAccess Note: Source should be the Windows installation disc. In my case, this was located on D: 2. Go down to “Specify an alternate source path” and enter “d:\sources\sxs” as the path. Now you should see this under your Features list:

Enable Telnet Client Windows 2008 and Windows 2012 server

Install Telnet Client on Windows Server 2008 R2 or Windows Server 2008 On Windows Server 2008, you can use the Role Management tool to install optional components. To install Telnet Client on Windows Server 2008 R2 or Windows Server 2008 Start Server Manager. Click Start , right-click Computer , and then click Manage . If the User Account Control dialog box appears, confirm that the action it displays is what you want, and then click Continue . In the Features Summary section, click Add features . In the Add Features Wizard , select Telnet Client , and then click Next . On the Confirm Installation Options page, click Install . When installation finishes, on the Installation Results page, click Close .

Installation and Configuration of Domain Controller in Windows 2008 R2

Image
Requirement: Minimum: Single processor with 1.4 GHz (x64 processor) or 1.3GHz (Dual Core) Minimum: 512 MB RAM Minimum: 32 GB or greater The first step is to assign a ip to the server that you going to deploy the AD. Its nessary to install it as DNS server too. So its better to have fixed ip it doesn't mean you cannot install AD without fixed ip address but it will solve lot of issues if you used fixed ip. In here the server ip is 10.0.0.14. Since we going to make it as DNS server too you should use the same ip as the preferred DNS server. Next step is to install the Active directory roles. Unlikely the older version of windows servers Microsoft highly recommend to use server manager option to install roles before you run dcpromo. Click on start menu and select the Server Manager Select the roles from the right hand panel and click on add roles option. From the roles list select the "Active Directory Domain Services" role and Click &qu

RCHSA Exam IMP Question Configure FTP Server in Linux

A Red Hat Certified System Administrator (RHCSA) is able to perform the following tasks: Understand and use essential tools for handling files, directories, command-line environments, and documentation Operate running systems, including booting into different run levels, identifying processes, starting and stopping virtual machines, and controlling services Configure local storage using partitions and logical volumes Create and configure file systems and file system attributes, such as permissions, encryption, access control lists, and network file systems Deploy, configure, and maintain systems, including software installation, update, and core services Manage users and groups, including use of a centralized directory for authentication Manage security, including basic firewall and SELinux configuration Configure a FTP server which is anonymous download to all user in your network and allow the user with

Resize LVM in Linux RHCSA Exam IMP Question 1

Image
Resize Logical Partition (LVM) In Linux A Red Hat Certified System Administrator (RHCSA) is able to perform the following tasks: Understand and use essential tools for handling files, directories, command-line environments, and documentation Operate running systems, including booting into different run levels, identifying processes, starting and stopping virtual machines, and controlling services Configure local storage using partitions and logical volumes Create and configure file systems and file system attributes, such as permissions, encryption, access control lists, and network file systems Deploy, configure, and maintain systems, including software installation, update, and core services Manage users and groups, including use of a centralized directory for authentication Manage security, including basic firewall and SELinux configuration. Resize y

[SOLVED]* Please wait for the system Event Notification service

Image
There are different ways to solve this issue , Few of them are mentioned below .A permanent fix for this issue is yet to find. Solution : 1 Remove "Windows Live Messenger" from their terminal server resolved logout issues. Solution : 2 Start "Remote Desktop Services Manager" Identify the user ID in the Users tab In the Processes tab sort by ID Go down to the user ID and end the winlogon.exe process the user session will be logged off Solution : 3 From: mikefrobbins.com by graham ross From a command prompt on my PC or another computer on the domain I ran this to find out the PID of the svchost.exe associated with SENS sc \servername queryex SENS Note down the PID of that process and kill that process using PID. taskkill /S servername /PID xxxx /F Solution: 4 From : Windows Sever Forum The COM+ Event System timed out attempting to fire the Logoff method on event class {D5978650-5B9F-11D1-8DD2-00AA004ABD5E} for publisher and subscriber . The subscriber failed

Efficient Way to Turn off Guest Operating System in Windows 2012 Server

Image
By default a Windows Server 2012 Hyper-V virtual machine is configured to automatically save the state of the virtual machines when the physical computer is turned off without shutting down the guest operating systems. With this configuration, if the corresponding service was running during the shutting down of the physical computer, the virtual machines automatically boot up from the saved state after the physical computer powers on again. With this kind of default configuration, the overall boot time of the physical Windows Server 2012 becomes quite slow. In order to use the virtual machines efficiently, you can configure the Hyper-V VMs to automatically shut down before the physical computer is finally shut down. Here is how you can configure the Windows Server 2012 Hyper-V virtual machine settings in order to get the optimum results: Using the appropriate account that has the required privileges, log on to the Windows Server 2012 computer on which the Hyper-V r