Wednesday, 24 June 2009
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
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
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
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
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
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.
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.
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.
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.
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
->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
Subscribe to:
Posts (Atom)