Monthly Archives: September 2007
Demystifying VMSTAT
Vmstat, or virtual memory statistics, is one of the useful UNIX command an administrator can (always) use to check the performance of a server. This is specially useful to determine how a particular UNIX box is doing during it’s peak usage time. It shows information about various system resources and their related performance problems. An … Continue reading
OpenLDAP Installation Using Packages (pkgadd)
I would like to post an update on our previous OpenLDAP source installation, but I encountered an error so, enough with the source thing and let’s install one from packages which is available on Sunfreeware. OpenLDAP is an open source implementation of the Lightweight Directory Access Protocol. These build packages installs in /usr/local/ Requirements and … Continue reading
configure: error: BDB/HDB: BerkeleyDB not available
After installing the required prerequisite for OpenLDAP installation, I ran into my first error in running the configure script: … checking db.h usability… no checking db.h presence… no checking for db.h… no configure: error: BDB/HDB: BerkeleyDB not available At first, I thought this was just a case of $PATH not set up properly (since /usr/local) … Continue reading