Technical Blog

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Saturday, 11 June 2011

How to uninstall McAfee Framewrok

Posted on 15:57 by Unknown
1 Go to the "Start" menu.
2 Click on "Run." This action will bring up the command line window.
3 Type "cd Program Files\McAfee\Common Framework" and press the "Enter" key on your keyboard.
4 Type "frminst /forceuninstall" and press the "Enter" key on your keyboard.
5 Reboot your computer.
Read More
Posted in | No comments

Wednesday, 4 May 2011

How To Create PST In Outlook 2010

Posted on 19:55 by Unknown
http://www.addictivetips.com/windows-tips/how-to-create-data-file-in-outlook-2010/
Read More
Posted in Exchange Server | No comments

Sunday, 1 May 2011

NetBackup Interview Questions

Posted on 18:12 by Unknown
Click Here NetBackup Interview Questions
Read More
Posted in | No comments

Citrix Interview Questions Citrix XenApp

Posted on 11:21 by Unknown
What is Farm?
Farm is a collection of citrix servers which provide published applications to all users. It also prevent singel of failure of all citrix servers due to load balanced capabilities.
What is the default ICA Port number?
Connections without session reliability 1494
Connections with session reliability 2598
Citrix License uses - 27000 , License management console port - 8082
IMA communication 2512 , Xenapp Advanced console - 2513
What is an .ICA File, What is contained inside an ica File?
Independent Computing Architecture (ICA) file used by Citrix application servers; contains configuration information for connecting to different servers.
What is the purpose of the Data Collector?
The zone data collector is simply a Presentation Server which is performing the data collector role in a particular zone. The Presentation Server maintaining the data collector roll is responsible for directing all requests from ICA clients launching published applications
Difference's between ICA and RDP?
1. RDP works only under TCP/IP, while ICA works on many protocols.
2. RDP doesn't permit applications to run in a browser, while works for ICA
3. Session Reliability will be there in ICA,it is not in the RDP
4. Encryption is possible in ICA,it is not present in RDP
5. ICA also supports non windows like DOS, UNIX, MACOS, mobiles
6. RDP supprots only desktop or server console.
7. ICA supprots published applicaion, Desktop, Content, and it will work under 10kb- 20kb
ICA- Independent Computing Architecture (Citrix Protocol) 1494
RDP- Remort Desktop Protocol (Microsoft protocol) 3389
Publish an application with Citrix Presentation Server 4.5?
http://citrixxperience.com/2007/05/24/publish-an-application-with-citrix-presentation-server-45/
EdgeSight for XenApp 

Monitor and measure end‑user experience of virtualized applications
Identify and diagnose session connection issues
Recognise problems at a glance with alert and dashboard views 
Recognize poorly performing applications

What is site?
How to Recover when IMA failed?

What is Speed Screen
How to put a server into install mode, explain in GUI mode and Command line mode
How does Citrix load balancing work?
What is the name of the console where you publish applications in 4.5 Presentation Server
What's the name of he .CMD file that runs every time a user logs into Citrix.
What is an .ICA File, What is contained inside an ica File
How to put a server into install mode, "Gui way, command line way"
How to Determine what data store is used?
How does Citrix load balancing work?




Read More
Posted in Citrix | No comments

Saturday, 30 April 2011

SCCM / SMS Interview Questions

Posted on 12:52 by Unknown
Can you change a secondary site to a primary site?
No. A secondary site is always a secondary site. It cannot be upgraded, moved, or changed without deleting it and reinstalling it. If you delete and reinstall, you lose all secondary site data.
Can you distribute a package to a computer without making it a member of a collection?
No. To distribute software you must have a package, a program and an advertisement. Advertisements can only be sent to collections, not to computers. If you want to distribute a package to a single computer, you must create a collection for that computer.
What is Secondary Site?
Four Main characteristics:
  • A Secondary Site does not have access to a Microsoft SQL Database
  • Secondary Sites are ALWAYS a Child Site of a Primary Site and can only be administered via a Primary Site
  • Secondary Sites cannot have Child Sites of their own
  • Clients cannot be assigned directly to the Site
What is CENTRAL SITE?
A Central Site is a Configuration Manager Primary Site that resides at the top of the Configuration Manager hierarchy. All Database information rolls from the child to the parent and is collected by the Central Site’s Configuration Manager Database. The Central Site can administer any site below it in the hierarchy and can send data down to those sites as well.
What is PRIMARY SITE?
Four main characteristics:
  • The Site has access to a Microsoft SQL Server Database
  • Can administer or be administered via the Configuration Manager Console
  • It can be a child of other Primary Sites and can have Child Sites of its own
  • Clients can be assigned directly to the Site
How do you install and configure Secondary site server
http://exchangeserverinfo.com/2008/05/02/installation-and-configuration-of-secondary-site-server.aspx
How do you create a package for Adobe?
the command line  msiexec.exe /q ALLUSERS=2 /m MSIHPSJR /i "AcroRead.msi" TRANSFORMS=mytransform.mst
How do you distribute a package?
  • create a package in SCCM, pointing it to the installation sources, and in the package create an install program (you may have already done this?)
  • assign Distribution Points to your package so the contents get synched. 
  • create a Collection containing the objects (users/computers) that are allowed to receive the package. 
  • create an Advertisement for the distribution, linking the package you created to the collection, decide whether the Adverisement is mandatory (installation enforced) or not (users have to go to the "Run Advertised Programs" dialog in Windows and select to install the program) 
How SCCM download the patches?
You need to add the Software Update Point site role to the site, configure the software update point as active, configure the products, classifications, sync settings, etc. in the Software Update Point properties.  THEN, you can go to the Update Repository node and run the Run Synchronization action from the central primary site.  Once synchronization completes, you will see the metadata in the Configuration Manager console.
How do you confiure the SUP? 
In the Configuration Manager console, navigate to System CenterConfiguration Manager / Site Database /Site Management / &lt;site code> - <site name> / Site Settings / Site Systems
Right-click the site system server name, and then click New Roles.
Select Software update point, and then click Next.
Specify whether the site server will use a proxy server when connecting to the software update point, and then clickNext.
Select Use this server as the active software update point, and then specify the port settings configured for the WSUS Web site on this site system.
Specify the synchronization source for the active software update point using one of the following settings: like Synchronize from Microsoft Update or Synchronize from an upstream update server
Keep the default setting Do not create WSUS reporting events, and then click Next
Specify whether to synchronize software updates on a schedule by selecting Enable synchronization on a schedule
Specify the update classifications for which the software updates will be synchronized, and then click Next.
Specify the products for which the software updates will be synchronized, and then click Next.
Open SUPSetup.log in <InstallationPath>\Logs to monitor the installation progress for the software update point. When the installation completes, Installation was successful is written to the log file.
Open WCM.log in <InstallationPath>\Logs to verify that the connection to the WSUS server was successful. 
How do you Backup SCCM Server?  
To create a scheduled backup task, expand the Site Settings node and expand the Site Maintenance node, click on Tasks.
For Manual backup - Start SMS_SITE_BACKUP service
What are the client deployments methods?  
Client Push Installion, Software update point based installation, Group Policy Installation, Logon Script Installation, Manual Installation, Upgrade Installation(software Distribution)
Can you discover clients those are in different AD forest? 

yes. 
Internet-based client management, which supports the following site systems installed in a separate forest to the site server:
Management point
Distribution point
Software update point
Fallback status point 
What are the prerequisite for Software Update Point?  
Windows Server Update Services (WSUS) 3.0, WSUS 3.0 Administration Console, Windows Update Agent (WUA) 3.0,Site server communication to the active software update point,Network Load Balancing (NLB),Background Intelligent Transfer Server (BITS) 2.5,Windows Installer 
What is SMS Provider?

The SMS Provider is a WMI provider that allows both read and write access to the Configuration Manager 2007 site database. The SMS Provider is used by the Configuration Manager console
The SMS Provider can be installed on the site database server computer, site server computer or another server class third computer during Configuration Manager 2007 Setup. After setup has completed, the current installed location of the SMS Provider is displayed on the site properties general tab
What is ITMU?
SMS 2003 Inventory Tool for Microsoft Updates
What is the use of WSUS (Windows Server Update Service)?
It enables administrators to deploy the latest Microsoft product updates to computers that are running the Windows operating system. 
Difference between SMS 2003 and SCCM 2007
What is WMI (indows Management Instrumentation)?
You can write WMI scripts or applications to automate administrative tasks on remote computers
What is SUP ( Software Update Point)?
This is required component of software updates, and after it is installed, the SUP is displayed as a site system role in the Configuration Manager console. The software update point site system role must be created on a site system server that has Windows Server Update Services (WSUS) 3.0 installed.
You want specific users\groups to run specific custom reports. What should you do?
Navigate to “System Center Configuration Manager – Site Database – Security Rights – Users” 
Right click on “Users” and select “Manage ConfigMgr Users” 
Navigate to the “SCCM Support” group you created earlier 


  1. For “Collection” – “(All Instances)” add the following: 
    - “Delete resource” 
    - “Modify resource” 
    - “Read” 
    - “Read resource” 
    - “Use remote tools”
  2. For “Report” – “(All Instances)” add the following: 
    - “Read”
  3. For “Computer association” – “(All Instances)” add the following: 
    - “Create” 
    - “Delete” 
    - “Read” 
    - “Recover user state”
  4. Click “Next”
  5. Click “Next”
  6. Click “Close”
You have been provided with permissions on the SCCM console to create, distribute, modify and delete packages? However, when distributing a package there is no Distribution points listed in the Distribution Point Wizard. What should you do? 
To designate a distribution point on a new server or server share
  1. In the Configuration Manager console, navigate to System CenterConfiguration Manager / Site Database / Site Management / <site name> / Site Settings.
  2. Right-click Site Systems, point to New, and then click Server or Server Share, depending on which you want to create.
  3. If you are creating a new server, use the New Site System Server Wizard to create the site system server, and select the Distribution Point check box from the Available Roles on the System Role Selection page to designate this server as a distribution point. 
What are the required ports used by Configuration Manager?
http://technet.microsoft.com/en-us/library/bb632618.aspx

You distributed a software application to some systems in your environment and few are failed, how do u troubleshoot the failure? what steps you will follow on client side and site server side? How SCCM clients come to know that they have to use SCCM WSUS?
How certificates created in SCCM and what they called?
How SCCM Communicate securely between sites? And where do you define that setting?  what you will keep in mind before configuring SCCM server to manage clients.  
What are the causes for a slow Configuration Manager Console connection and what would you do to make your Configuration Manager Console users' experience better?

Read More
Posted in SCCM | No comments

Microsoft Exchange Server Interview Questions 2007/2010

Posted on 06:58 by Unknown
What's the difference between online and offline defrag?
Online:
Exchange database online defragmentation occurs automatically as part of the database maintenance process. Online defragmentation detects and removes database objects that are no longer being used
Offline:
you must defragment the Exchange database offline to reduce the physical size of the Exchange database.
eseutil /d Database_Name [options]
What are resource mailboxes? When would you use them?
SCR:
SCR enables a separation of high availability (comprised of service and data availability) and site resilience.
What is CCR (Cluster Continuous Replication)?
It is a high availability feature of Exchange 2007. It keeps a copy of storage group on another server and sinking the log files both. Also, it removes the need of SAN and low cost. No single point of failure
What is LCR (Local Continuous Replication)?
The LCR feature makes it possible to create and maintain an exact copy (replica) of databases in a storage group on an Exchange 2007 Server to a second set of disks in the server or to a NAS/SAN
What are the Exchange 2007/2010 server roles?
Edge Transport , Hub Transport, Client access, Mailbox, unified messaging
What's a Recovery Storage Group?
RSGs enable you to recover data from a backup or copy of a database without disturbing user access to current data.
How do you use Exmerge in Exchange 2007/2010?
Using ExMerge we can import or export PST files. 
You can recover single mailbox
What's a Dial Tone recovery?
A dial tone recovery involves creating an empty database on a server to replace a failed database. This empty, or dial tone, database allows users to send and receive e-mail while the failed database is recovered.
What built-in tool do you have to allow you to manage Exchange store recoveries?
Exmerge / Recovery storage group
What is Isinteg?
The Information Store Integrity Checker (Isinteg.exe) finds and eliminates errors from the public folder and mailbox databases at the application level. These errors can prevent the information store from starting or prevent users from logging on and from receiving, opening, or deleting mail. Isinteg is not intended for use as a part of routine information store maintenance. It is provided to assist in disaster recovery situations and other referential integrity issues.
What is Online Mailbox Move in Exchange 2010?
That allows end-users to be online in their email accounts. On completing the move users just needs to reopen their Outlook clients.
What is the GAL?
The Global Address List or GAL is a University wide directory of Exchange users available through Outlook or OWA.
How would you modify the filter properties of one of the default address lists?
You could do this by editing the Default Global Address List object in ADSEdit. The attribute that holds the query is the purportedSearch attribute.
Where does Edge role store its settings?
The Edge Transport server uses Active Directory Application Mode (ADAM) to store the required Active Directory data, which is data such as Accepted Domains, Recipients, Safe Senders, Send Connectors and a Hub Transport server list.
What's Edge synchronization?

The process that the Microsoft Exchange EdgeSync service performs to propagate data from Active Directory to the subscribed Edge Transport server. Configuration data is synchronized one time each hour. Recipient data is synchronized one time every four hours.
 You can use the Start-EdgeSynchronization cmdlet in the Exchange Management Shell to start immediate synchronization.
How do you enable Edge subscription?

Open the Exchange Management Shell on the Edge Transport server, and enter this command:
New-EdgeSubscription –file "C:\subscription.xml"
Answer “Y”
Transfer EdgeSubscription.xml to the Hub Transport server
Open Exchange Management Console
In the left tree choose “Organization Configuration” and then “Hub Transport”
In the Actions pane click “New Edge Subscription”
Choose active directory site, if you have multiple sites though, then you should make the Edge Transport server a member of the site that has the fastest (or most reliable) network connectivity to the perimeter network.
Use the Browse button to browse for and select the subscription.xml file.
Verify that the Automatically Create A Send Connector for this Edge Subscription checkbox is selected, then click the New button to import the XML file and create the Edge Subscription.
What's the default replication interval for Edge sync?
By default, configuration data is synchronized to AD LDS once every hour , and recipient data is synchronized to AD LDS once every four hours . You can change these intervals using the Set-EdgeSyncService cmdlet.
What's Edge subscription?
The Edge Subscription is the record of an Edge Transport server that has been subscribed to an Exchange organization. The ADAM directory service on a subscribed Edge Transport server is updated with information from Active Directory by the Microsoft Exchange EdgeSync service.
What is Eseutil?
It is a tool that you can use to verify, modify, and repair an Exchange database file. When a database is corrupt or damaged, you can restore data from backup or repair it using Eseutil.
Where does Exchange store its configuration settings?
At configuration partition in the active directory
How would you verify that the schema is updated?
You can verify that you are ready to start installing Exchange 2007 by looking for the following.
The Microsoft Exchange Systems Objects container contains a global group called Exchange 12 Domain Servers
The ESUG has the Exchange 12 Domain Servers global group as a member.
The ESUG will have permissions to the Manage Auditing and Security Log settings on all DCs in all domains that the commands were run against
What are the different Exchange Recipient types?
http://www.scripts4it.com/interview-questions/exchange-2007-2010/what-are-the-different-exchange-recipient-types
How many storage groups Exchange 2007 supports?
In the standard edition of Exchange 2007, you can have up to 5 databases spread over 5 storage groups. With enterprise edition, you can have 50 databases spread over 50 storage groups


More questions @http://www.petri.co.il/mcse-system-administrator-exchange-server-2007-2010-interview-questions.htm

    Read More
    Posted in Exchange Server | No comments

    Tuesday, 26 April 2011

    HP server Automation - Opsware - HPSA Interview Questions

    Posted on 15:29 by Unknown
    How to create a Package
    How do you Export and Import data to Software Repository
    How do you Download Patches
    How to  build server Image
    How to provision  a Server

    Read More
    Posted in HPSA | No comments
    Newer Posts Older Posts Home
    Subscribe to: Posts (Atom)

    Popular Posts

    • SQL Interview Questions
      What is Database engine? The Database Engine is the core service for storing, processing, and securing data. What is Quorum Disk? In the eve...
    • Click here Batch Script ABCs (Basics)
      Batch Script Basics 1) http://www.computerhope.com/batch.htm#01 2) http://www.csie.ntu.edu.tw/~r92092/ref/win32/win32scripting.html
    • Batch File to Map network drive.
      First, open up Notepad or your favorite text editor. Next, copy the commands as shown below and paste them into the file. Don't forget ...
    • SCCM / SMS Interview Questions
      Can you change a secondary site to a primary site? No. A secondary site is always a secondary site. It cannot be upgraded, moved, or changed...
    • How to Move VM from One ESX to another ESX server
      follow this: http://www.heuers.org/wp/?p=264
    • Windows Server 2008 R2 Failover Cluster
      The minimum requirements to create a Windows Server 2008 R2 Cluster: Two or more compatible servers A shared storage Two network cards on ea...
    • MOM 2005 Reporting - Grooming and Shrinking the Reporting database
      Follow the below link: ( very useful- it worked for me) http://ops-mgr.spaces.live.com/blog/cns!3D3B8489FCAA9B51!147.entry
    • Export Distribution List Members (from Active Directory to Text)
      Here is the Script to Export the members from DL On Error Resume Next WScript.Echo Now() Set objGroup = GetObject _ ("ldap://CN=testgro...
    • HPSA - HP server Automation - Opsware
      HP Server Automation is a software delivers automated server management for both your physical and virtual servers. It provides server lifec...
    • ITIL,Microsoft, Examination Dumps
      Dowload the latest examination dumps from http://examcollection.com

    Categories

    • Active Directory
    • Citrix
    • Downloads
    • Exchange Server
    • HPSA
    • IIS
    • SCCM
    • SCOM 2007
    • Scripting
    • SQL
    • Storage
    • VMWARE
    • Windows
    • Windows 7
    • Windows Server 2003
    • Windows Server 2008

    Blog Archive

    • ▼  2011 (25)
      • ▼  November (5)
        • SQL Interview Questions
        • Windows 7 Deployment using MDT ( Microsoft Deploym...
        • Storage Interview Questions
        • Windows Server 2008 R2 Failover Cluster
        • IIS Interview Questions..
      • ►  July (1)
      • ►  June (1)
      • ►  May (3)
      • ►  April (12)
      • ►  March (3)
    • ►  2010 (12)
      • ►  June (1)
      • ►  May (3)
      • ►  April (8)
    • ►  2009 (24)
      • ►  November (1)
      • ►  July (1)
      • ►  June (16)
      • ►  May (2)
      • ►  March (4)
    Powered by Blogger.

    About Me

    Unknown
    View my complete profile