Sunday, January 24, 2010

Virtualization

People either under-rate virtualization or they do not understand it. Whats your USP when you are asking people to go Virtualization way?

I believe you need to understand it very very clearly - one thing is for sure, if you have high disk i/o do not go virtualization path, but actually just have hardware which can do it... or use container based or environment based virtualization...

OpenVZ and Solaris Zones are excellent example for container based virtualization.

Monday, December 14, 2009

Active Directory Web Interface / Administration

I have been meaning to release source code - but some how I lost it, and the re-written source code in .NET did not appeal me too much. So now I am mostly tending towards taking a vacation and writing new source code for Java + GWT/Json/JQuery, I should be able to provide this as new year gift, so please be patient, I will be responding each and every person who wants this...

Sunday, August 16, 2009

Google Apps

My company is moving towards google.. we gonna do everything google way. Even google lavatories where you have to type which kind of paper you want to use and iGooglavator will find appropriate soap, paper, water... which suites you.

Jokes apart, I must admit that Google is moving pretty fast in enterprise market and I believe that we will bring a good change in the way commodity computing happens.

Tuesday, March 18, 2008

ADWebMin work started again

I have started writing AdWebMin again, there are a LOT of people who are looking for tool like this. It will feature following "features"

  • Based on ASP.NET MVC Framework
  • Password reset - AD Account  self service
  • AD Account Management
  • REST Api
  • OpenSource

I hope to publish it by end of next month, So wait for 4 weeks if you waited this long.

Ajey

Sunday, March 16, 2008

Mac, VMWare Fusion and 2Wire Routers - network connection drops frequently

I have been puzzled by unstable connection with my new Mac Book. Earlier one did not have problem but new one had lots of problem - I had my AirPort (Wi-Fi/Wireless) connection dropping every 5 minutes. I suspected VMWare fusion because I was getting messages in system logs where VMNet interfaces were having some problems. I went through vmware forums and figured out that it might be a problem with VMWare. After being 100% sure that its vmware, I just uninstalled vmware. Now I did not have any VMNet interfaces but my machine was still dropping connection with my DSL wireless router (in my case its 2Wire). 

After going through logs and everything else..  I came across this (Apple forum) link. And then I changed channel, frequency, encryption and what not.. but no luck. The only solution which is also given in this thread is.. keep pinging the router from terminal and link never drops!

I can not belive... but the solution is - Keep pinging gateway continuously.

Tuesday, May 29, 2007

Kuchh Baat Hai Ke Hasti Mit’ti Nahin Hamari

Yunan-o-Misr-o-Roma Sab Mit Gaye Jahan Se
Ab Tak Magar Hai Baki Naam-o-Nishan Hamara
Kuchh Baat Hai Ke Hasti Mit’ti Nahin Hamari
Sadiyon Raha Hai Dushman Daur-e-Zaman Hamara.
- Allama Iqbal

Saluting 150 years of First Great Indian Revolution in May 1857. I went through so many articles and so manythings.

Actually I feel that British did a good things to us - they united us, they made us stand like one country, till 1857 it was struggle to get free from them but individually, finally we made it after 90 years in 1947.

I salute all the martyrs. What all pain they have gone through to get the freedom and what all things they did! the sacrifice. If they would have not done that we would have not been here and taking breath in Free India.

BBCHindi has very good coverage on the whole subject.

Same goes with out existing Army! they are there thats why we are good. And what do we for country? we do not do any good for country.. I wasted my 30 years and so did others, we encourage corruption because we end up paying less, we encourage bribe because we want our work to get done illegaly and fast, we do not want to stand in queues and pay more money for that.. what will happen to those who can not pay? we are cheating them! we are cheating everyone! STOP, even if we try to fight it, its big thing now.. I really do not know what to do and what should we do?

Read this if you can -> Ae Mere Watan Ke Logon

Sunday, May 27, 2007

Backups with LVM

Some time back I came across this link -> apps that make linux users powerful! « Jag! and came to know about many applications which exists for Linux but we do not know about them.

Why do we not know about them, its just only one reason, because we do not pay enough attention. But some one is doing it.

Recently we came across a problem that we had to take backup of Linux Open files. Our current solution could not take backup just because we purchase stupid software without thinking about it. I was not INVOLVED in that decision, but some how now I have manage that.

Next upgrade of backup software, which can take open files backup was $90K away. And I was NO way interested in purchasing that. We came up with an idea of using Linux snapshots, but since our systems were RHEL 3.0 Kernel 2.4, Linux snap shot was not an easy go. We came up with an error of not able to allocate memory while creating snapshot logical volume.

So error was lvcreate -- ERROR "Cannot allocate memory" creating VGDA and any time I search for something on Google I am point to this mail thread with no answers from any one. All forums would point to it and some suggested to upgrade to LVM2 with Kernel 2.6, which was not the answer I was looking for. I had to fix this some how!

I got hold of some patches, started looking through code, patching and booting kernel did not get me any where! the error was causing because of himem allocation error or something like that. While going through plain C code for like 9 hours, I found the solution but on the same time I realized that I can pass it to kernel as mem boot option. But I changed the code compiled the kernel, increased the default memory! And voila it worked, but this was not manageable, because everytime kernel sources gets updated I need to recompile the kernel, I tried to pass this as boot option (mem=4000m) and it worked again.

So to fix this error, most probably you need to add this boot option in grub.conf and you are most probably sorted. (fingers crossed)

So after that it was just so smooth to do backups with LVM Snapshot!

I really do not know, why people are still afraid of using Linux?