Your Ad 
Here

Monday, October 01, 2012

Windows 2008 boot process

1.System is powered on 2.The CMOS loads the BIOS and then runs POST 3.Looks for the MBR on the bootable device 4.Through the MBR the boot sector is located and the BOOTMGR is loaded 5.BOOTMGR looks for active partition 6.BOOTMGR reads the BCD file from the \boot directory on the active partition 7.The BCD (boot configuration database) contains various configuration parameters( this information was previously stored in the boot.ini).bcdedit /export save-bcd GUIDs program objects 8.BOOTMGR transfer control to the Windows Loader (winload.exe) or winresume.exe in case the system was hibernated. 9.Winloader loads drivers that are set to start at boot and then transfers the control to the windows kernel.

Thursday, August 30, 2012

Benefits of virtualization


1.Faster server provisioning
2.Fewer physical servers means lowering monthly power and cooling costs in the data center.
3.Fewer physical servers means less data center floor space required.
4.Increase uptime with vmotion,svmotion,fault tolerance, high availability, and distributed resource scheduling etc
5.Better utilization of computing resources.Multiple apps and OS in single physical server.
6.No hardware dependency.
7.Easy and flexible infrastructure management

Friday, August 24, 2012

USB and VMware ESX


USB devices are not supported for ESX 4.0 and below.Use parallel port or Digi International has developed AnywhereUSB Remote I/OConcentrator, which utilizes USB over IP Technology.

ESX 4.1 does support USB controllers.ESX 4.1 supports USB device passthrough- Add USB controller and a USB device.
One virtual USB controller per VM.
Per VM max 20 USB devices.

Wednesday, August 22, 2012

Difference between Vmotion and SVmotion


Vmotion - move from one host to other, disk remains same.
SVmotion - move from one disk to other, host remains same.

Tuesday, August 21, 2012

Thin provisioning vs Thick provisioning


Thin provisioning  - In this format, the size of the VDMK file occupies on the datastore only the size of how much it is used. For example, if you create a 500GB virtual disk, and place 100GB of data in it, the VMDK file will be 100GB in size in the disk.

Thick provisioning  - If you create a 500GB virtual disk, and place 100GB of data in it, still the VMDK will appear to be 500 GB at the datastore filesystem, but contains only 100GB of data on disk.

Wednesday, August 15, 2012

Citrix interview questions


What all are the versions of Citrix?
2001 MetaFrame XP
2002 MetaFrame XP with Feature Release 1
2002 MetaFrame XP with Feature Release 2
2003   MetaFrame XP Presentation Server, with Feature Release 3
2004 MetaFrame Presentation Server 3.0
2005 Presentation Server 4.0
2007 Presentation Server 4.5
2007 Presentation Server 4.5, with Feature Pack 1
2008        Citrix XenApp

What is the name of  Citrix Systems proprietary presentation layer protocol?
Independent Computing Architecture (ICA).

What is the speciality of ICA?
It sends screen updates and mouse movements updates in kb size from client to server.Soo thin communication.

What is the ICA port number?
ICA  port number :1494
ICA Protocol on UDP :1604
If Session Reliability is enabled, TCP port 2598 replaces port 1494 as the port that the ICA protocol uses.

What is IMA protocol?
IMA stands for Independent Management Architecture.
It is used for server-to-server communication like licensing, server load updates etc, all which occurs "behind the scenes."

What is Data Collector?
Server which stores dynamic data such as logon info, app usage info etc (zone can be based on geolocation or subnet)

What is the difference between Dynamic Store and Data store?
The data store is a database on disk. The dynamic store is information stored in memory.

How to look the contents of the in-memory "dynamic store" on the data collector?
use “queryds” command

How to determine which server is acting as the data collector in the zone?
run "query farm /zone" from the command line)

What is zone?
It is a grouping of Presentation Servers that shares the common Data Collector.

What is Data Store?
Server which stores static data such as published app,licence info, printers info,form config etc.

What is Farm?
It is a management boundary.All the servers in the farm share a single data store.
Allows to configure features and settings for the entire farm rather than configuring each server individually

What is Local host cache?
If presentation server not connected with data store server, it uses Local host cache.

How to recreate the local host cache file?
dsmaint recreatelhc

What is shadowing?
You can view another user’s session on another device by using shadowing.

Tuesday, May 01, 2012

Windows systems admin Q&A


What is DHCP?
DHCP is Dynamic Host Configuration Protocol. This server can provide IP address configurations such as IP address, subnet mask, default gateway, WINS address, DNS address etc to its clients.

How does DHCP work?
DHCP server has a scope of IP addresses to be issued along with other IP configurations. When we bring up a DHCP client it sends out a broadcast request to find a DHCP server to get an IP address. The DHCP server acknowledges the request and provides the IP configuration to the client with a leasing period.

What is a DHCP reservations?
To dedicate an IP address for a client we can use DHCP reservations. Always this client will get the same IP address from the DHCP server. We would need to know the MAC address of the client to make a reservation.

What is an exclusion?
A range of IP addresses can be excluded from the DHCP server scope, so that those IP addresses can be given as static IP addresses for some servers. Excluded IP addresses won’t be issued to the DHCP clients.

What IS DNS? 
DNS is Domain Naming System. This server provides domain name to IP address naming resolution to its clients.

What is an A record?
A record in DNS server provides forward lookup or host name to IP address naming resolution.

What is an CName record?
CName record or canonical name record helps hostname to have aliases.

What is a PTR record?
PTR record or Pointer record in DNS server provides reverse lookup or IP address to host name naming resolution.

What is nslookup?
Nslookup is a command line utility to help us gather and troubleshoot DNS related information and issues.

What is DNS scavenging?
It’s a feature in DNS that deletes expired records based on their Timestamps.

What is Active Directory integrated zone?
If a DNS server has an Active Directory integrated zone, the DNS zone information will be stored in the Active directory database.

What is the basic advantage of using integrated zone?
The DNS database will be stored in the Active directory database. So the DNS replication will take place along with the AD replication.

What is dynamic DNS registration?
When we bring up a DNS client, it can go directly to the DNS server and register their name and IP address in the DNS database. So we need not create DNS records manually.

What is WINS?
WINS stand for Windows Internet Naming System, helps to resolve NetBIOS name to IP address naming resolution in Windows domain.

What is a Universal Group/Global Group/Local group?
Global Group – is to organize the users in to a group in AD.
Local Group – is to give access to the resources in AD.
We will have to make Global group as the member of local group, so that users can access the resources.
Universal group can be used if the users and resources are located in multiple domains.

What is the main advantage to using a Universal Group?
If the users and resources are located in multiple domains we need to use Universal Group, since it supports forest level scope and group nesting.

What is a global catalog?
Global catalog server is a domain controller in the Active Directory domain which will keep at least some information about all the objects in the forest.

What are the 5 Flexible Single Master Operations roles and what do they do?
Schema master – Controls any changes made in the schema.
Domain naming master- Controls adding and removing domains.
RID master – Controls issuing of unique Relative Identifier number for the domain controllers in the domain.
PDC emulator – Acts as a Primary domain controller for pre-Windows 2000 machines. Also handles time synchronization in the domain and changes in the GPOs.
Infrastructure master- Helps to update groups and its membership information between domains.

PDC  Emulator FSMO role – name the 3 functions it does
1.            Time synchronization.
2.            Creating or editing of GPOs is handled by this server.
3.            Password changes and account lockouts are handled by this server.

Which of the FSMO roles are forest wide/which are domain wide?
Schema master and Domain naming master are forest wide.
RID master, PDC emulator and Infrastructure master are domain wide.

What is a Site and when should you define one in Active directory (ie. basic criteria for establishing one)
Well connected IP subnets are called as sites. If there is a thin link between two locations we should consider them as two different sites in AD.

What is a bridgehead server?
In a multi site environment, Bridgehead servers on each site, handles the replication between two different sites.

What is the Intersite Topology Site Generator?
Every site has a domain controller which acts as an “Intersite Topology Site Generator “which helps to create connection objects between intersite domain controllers for active directory replication.

What is Group Policy and how can it be applied in Active Directory?
Group policy is some set of rules and configuration settings to restrict users working environment.
When these policies are applied, registry settings will be modified in the user level or computer level.
GPOs can be applied in Site, domain or OU level in Active Directory.

What is Group Policy order of precedence?
Group policy applied in the following order:
Local policy
Site Policy
Domain policy
OU policy

What is Group Policy inheritance?
Group policies applied in the top level container can flow down in the of AD hierarchy.
For example a GPO applied in the domain level will be inherited by the OUs in the domain and to its child OUs.

What is No Override?
“No Override” Group policies cannot be blocked by the “Block inheritance” option in AD.
If you want a policy to be applied in the entire tree structure, you need to use this option.

What is block inheritance?
If you prefer a policy to be not getting applied on an OU through inheritance, you can choose this “Block inheritance” option.

How can you apply group policy to only ½ the objects in an OU vs. all of them?
A policy will get applied only if the objects are having Read and Apply group policy permissions.
Taking off these permissions will help the objects not to get applied.

What is Group Policy loopback processing?
If you want the user settings should be determined by the computer accounts policy rather than the user accounts policy, we need to consider using loopback processing.

Why would you need or use Group policy loopback processing?
In some situations like kiosks, we need the machine policy to get applied regardless of which user logging in. In those situations we would use loopback processing.

What are the two types of group policies you can apply to an object?
There are “Local group policy” and “Domain group policy”
These policies are having two section in them “Computer configuration” and “User configuration”

What are some tools you can use to troubleshoot Group Policy that wasn’t applying properly to an object or in conflict?
Gpresult.exe command line tool.
Rsop MMC snap in.

How long does replication take within a site and intersite?     
Within a site – every 15 seconds.
Between sites – every 180 minutes.

How would you restore an object or OU in active directory?
To restore an object or OU we should have already taken “System state data” backup.
If we have the backup, we need to do the Authoritative restore by rebooting the domain controller in “Directory service restore mode”. We will use ntdsutil command to restore the objects.

Monday, April 09, 2012

What is Web farm in IIS?

Serving a web site with more than one web server is called web farm.

This way we get fault tolerance and load balancing.
Here we will be having a load balancer with a virtual IP.
Client requests will be send to the load balancer and the requests will be distributed across the web servers farm.

What is Web garden in IIS?

Every application pool in the IIS will be having a worker process (w3wp.exe).

A application pool with multiple worker process is known as Web garden.
Most of the cases default single worker process application pool is good enough.
If you are having applications that make long running database requests for example high computational database transaction or applications that have threads occupied by long-running synchronous and network intensive transactions would take the advantage of having multiple worker processes.