Technical Blog

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

Wednesday, 24 June 2009

Rename a Windows Server 2003 domain controller (DC)

Posted on 04:10 by Unknown
Follow the below link:

http://windowsitpro.com/article/articleid/41055/how-can-i-rename-a-windows-server-2003-domain-controller-dc.html
Read More
Posted in Windows Server 2003 | No comments

Thursday, 18 June 2009

How to Find ILO card IP address.

Posted on 06:45 by Unknown

Here you go:

For single sever: http://www.bladewatch.com/2009/01/21/whats-my-ilo-ip-address/


To find all the iLO’s on your network: http://blog.nachotech.com/?p=63

Read More
Posted in Windows | No comments

Sunday, 14 June 2009

How to reset DRAC password

Posted on 12:46 by Unknown
The DRAC password may be changed by logging into the OS as OS user "root" and running the racadm command to change the DRAC "root" user password. The commands are listed below.

Default password
The default DRAC password for DELL PowerEdge systems is "calvin".

For DRAC 4 password:

As root on the host run the following racadm command:

-> racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 1 "newpasswordhere"

And to display all user information except the password

->racadm getconfig -g cfgUserAdmin -i 1

For DRAC 5 password

As root on the host run the following racadm command (notice it's index 2 for DRAC 5)

racadm config -g cfgUserAdmin -o cfgUserAdminPassword -i 2 "newpasswordhere":

And to display all user information except the password:

racadm getconfig -g cfgUserAdmin -i 2
Read More
Posted in Windows | No comments

How to reset iLO Password

Posted on 12:35 by Unknown
If you have access to running windows system follow the steps:

1. Ensure that SNMP is installed because it was a prerequisite for HP Insight Management Agents.
2. Ensure that HP Insight Management Agents are installed.

Unzip the attached Riloreset.zip file to folder c:\hp\ilo.

Extract the file Administrator_reset_pw.xml from c:\hp\ilo\Hponcfg.zip to the c:\hp\ilo folder.

Edit the file with the username you would like to reset and also edit the PASSWORD value="newpass@12$" to the new password.

Than go to command prompt to folder c:\hp\ilo and run the following command:HPONCFG.exe /f Administrator_reset_pw.xml /l log.txt > output.txt

We don't require the old password to reset the account.


find the same information in the below given url:
http://www.wikihow.com/Change-an-iLO-Password
Read More
Posted in Windows | No comments

What is paged memory and non paged memory

Posted on 10:26 by Unknown
Paged Pool is exactly what its name implies , it can be paged out. The NonPaged Pool cannot be paged out. Each of these pools start at an initial size that is based upon the amount of physical memory present in the system. NP pool on Windows 2003 x86 systems has limit 256 MB. it used for kernel operations (drivers), GUI and some others.

virtual memory, or the page file, it resides on the hard drive. Page files are measured in megabytes. The size of the page file is based on how much RAM is installed in the computer. By default a page file which is 1.5 times the amount of installed RAM and places it on the hard drive where XP is installed.
Read More
Posted in Windows | No comments

Thursday, 11 June 2009

Active Directory Replication Types

Posted on 06:04 by Unknown
Intrasite Replication :
Replication between domain controllers within the same site. Intrasite replication utilizes the RPC protocol to replicate data over fast, reliable network connections. Replication data is not compressed. Polling Interval which is every 5 minutes by default.

Intersite Replication:
Replication between sites. Intersite replication will utilize either RPC over IP or SMTP to replicate data.With intersite replication, packets are compressed to save bandwidth. Polling Interval By default is three hours or 180 minutes. The minimum period is 15 minutes.
Read More
Posted in Windows Server 2003 | No comments

What Information is Replicated in Active Directory

Posted on 05:56 by Unknown
->When an object is created.
->When an object is deleted.
->When an object is moved.
->When an object is changed or modified.


AD Objects: Domain, Organizational Unit, User, Computer, Contact, Group, Shared Folder and Shared Printer

Active Directory replication can utilize one of two protocols to send replication data between domain controllers

Remote Procedure Call (RPC): This is the main protocol used by Active Directory to send replication data.

Simple Mail Transport Protocol (SMTP): SMTP is typically utilized for sending replication data in bulk, and for sending replication data over unreliable network connections
Read More
Posted in | 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