Migrate IBM SVC Luns to IBM V7000 Storage

It is possible to move SVC luns to IBM V7000 storage It is not an online way but only small outage to move I/O operation to V7000. To start operation you need to complete these requirements: connect V7000 as an external storage to SVC All luns which you will migrate have to be thick provisioned.… Read More »

Reseting Vcloud Usage Meter root Password

If you needto reset vCloud Usage meter root password You have to reboot server in single user mode. In boot pocess in GRUB loader press  e  button to edit commands while first option is selected. See below:

Changing MySql Database root Password

To change MySql database root password We have to restart MySql server with skip_grant_table option. Edit my.cnf for linux file or my.ini file for windows and add following line in this file. skip_grant_table=1skip_grant_table=1 Then restart MySql Service. After restart you can log in MySql server without using password. Change root password by running.

Mounting vmfs Formatted Disks to Windows Machine

I used java based code to mount vmfs disk as read only. All extra information and usage details can be found at this website. I have java installed at “C:\Program Files (x86)\Java” I have downloaded java code and copied in “C:\Program Files (x86)\Java\jre6\bin” in vmfs_r95 folder. Now you can run java code by executing following: