Posts Tagged ‘systemadmin’

Creating copy of Virtual Box instance

Sunday, February 28th, 2010

I had faced  problems in creating a same copy  of the VB system .
I tried to do by creating a copy of the hard disk and adding it to the environment. This will not work since the copied will has the same hard disk identification of  the source .
I was able to solve this issue using the command “VBoxManage clonevdi ”
you need to give the full path  for the files eg

VBoxManage clonevdi  /home/itsupport/.VirtualBox/HardDisks/PBX1.vdi /home/itsupport/.VirtualBox/HardDisks/PBX2.vdi

, otherwise it will throw an error

Portal Notes

Sunday, February 21st, 2010

We have
1> IAS server
2> Infra server , which has database server

(more…)

A command that will find all sleep processes running on the system and kill them

Wednesday, February 3rd, 2010

ps -eaf|cut -d f2|tr -s ” “|kill