Need a backlink?

Need a backlink? try NeedBacklinks Source: Malaysia Tech Blog Need Backlinks Web Directory

2007-12-17 · 1 min · Danesh Manoharan

Server time slow

Another issue that popped up tonight. The time on a payroll server seem to be slower then usual. Futher troubleshooting on the box revealed that it took 4 seconds to move 1 second on the server. This caused the payroll servers to stop communicating between each other as time sync was part of a security measure built into the payroll software we run here. Some googling later it seem to be a BUG with the kernel. The fix, suggested to either update the kernel, recompile the kernel or add some kernel parameters in GRUB to fix the issue. I decided to go with the kernel parameters because this was a production server and the downtime window was very slim. The fix, vi /etc/boot/grub.conf Add to the end of the kernel line. “clock=pit noapic nolapic” reboot and check time. “watch date” ...

2007-12-16 · 2 min · Danesh Manoharan

How to boot RS6000 in single user mode

We had a DC shutdown last night, been in the office for almost 20 hours now. I’m sleepy,tired,sticky,red eyed and the damn 10 year old RS6000 box running AIX 4.3 decided to stay down. The box was trying to connect to a NFS share on the network before the network services came up. This cause the RS6000 to stall at boot up. The fix the below fixed the problem. Restart the machine....

2007-12-16 · 1 min · Danesh Manoharan

How to restart sendmail in AIX

I had to work with an AIX box today which was having some issues with the mailq getting filled up frequently. The issue was not with the AIX box but the out SMTP box. Damn those spammers!! Anyway, I had to restart the sendmail daemon on the AIX box. Walk through below, Verify if sendmail is running. “ps -ef | grep sendmail”. This should show: root 5704 1 0 11:08:42 - 0:00 sendmail: accepting connections on port 25...

2007-12-10 · 1 min · Danesh Manoharan

Are you a geek?

This is me, a Linux geek and a RC geek. Scott Johnson is working on a geek poster which currently has 57 different types of geeks on it. This poster will keep growing as new geeks get added so if you don’t find your geek now chances are you will down the road. He has the full poster on Flickr and and individual geek avatars made available through Flickr too....

2007-12-07 · 1 min · Danesh Manoharan