4
09
2008
While ago I installed CactiEZ 4.0 as a virtual machine on my Hyper-V server and forget the admin password to login into the web interface. I installed the system and didn’t to finish the configuration. When you install CactiEZ and logon for the first time with username ‘admin’ you are required to change the password.
Now my access was blocked.
To reset the admin password logon on the appliance console and run the following command lines:
- mysql cacti
- update user_auth set password(md5)=’admin’ where username=’admin’;
This will reset the admin password and allow you to login into the webinterface.
Related links:
Comments : No Comments »
Categories : Cacti
13
05
2008
Recently the motherboard of one of the HP ProLiant ML370 G4 was replaced due faulty hardware, but the ILO was never reconfigured back. The ILO board was not reachable anymore on the old IP address. Last weekend we had issues with Active Directory and none of the domain accounts were able to logon locally with a RDP session; so the ops team tried the ILO remote web interface and this failed. Today I was able to find the IP address of the ILO board with the help of the “HP System Management Home Page” tools. I tried to login with the known password but the authentication failed. Couple years ago when these HP servers were deployed there is option in the bios to reset the ILO setting and change the ip and username setting. I do not want to reboot the server and manually reconfigure the ILO board from the console. HP has command line tool for this named HPONCFG. Please go here or search for HPONCFG on google.
HP Lights-Out Online Configuration Utility (HPONCFG)
Version 1.5.2.0
Description
———–
HP Lights-Out Online Configuration utility is a command line utility used to configure
iLO, iLO 2 and RILOE II from within the Windows operating systems without requiring a
reboot of the server.
I am not able to show the screenshots of HPONCFG.exe tool. The server is managed by third party, but after you installed the cpqsetup.exe on the server you should be able to configure the ILO board.

Comments : No Comments »
Categories : HP
Recent Comments