February 10, 2009
Uncategorized
No Comments
I installed Solaris 10 on vmware, but network was not working. I was getting following output:
# ifconfig -a
lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
Read the rest…
October 7, 2008
DBA, Oracle
2 Comments
How to export entire DB with old exp utility, here is the procedure:
exp user/pass@orcl full=y log=/backup/orcl_07102008.log file=/backup/orcl_07102008.dmp
Read the rest…
September 14, 2008
DBA, Oracle
No Comments
The changes to Oracle database are logged in files called online redo logs. Each Oracle instance writes redo information in these log files in circular fashion. Once a redo log fills, it moves to another. In archive log mode, the redo log file is copied as archived file before being overwritten by log writer process. In a RAC environment, follow the following procedure to put the database in archive log mode: Read the rest…
July 3, 2008
Linux, Unix
No Comments
I had to install apache-tomcat on AIX, so I did a test install in CentOS before testing on AIX. Below are the steps involved in the installation task:
First, download Apache Tomcate release 5 (apache-tomcat-5.5.26) from http://tomcat-apache.org and Java Runtime 5+ for linux (jre-1_5_0_15-linux-i586-rpm.bin) from http://java.sun.com.
Read the rest…
May 21, 2008
Oracle
No Comments
When using RAC or ASM under Oracle 10g Release 2 or above, the Oracle Clusterware automatically starts and stops the Oracle database instances, so the following procedures are not necessary. For all other cases, you can use the methods described below. Read the rest…
December 11, 2007
DBA
No Comments
In my first article of this series, “Acing the DBA job interview: Getting Back to Basics,” I focused on providing details about how to get a good job as a DBA. The objective of this article is to concentrate on what to do after you get the job.
Read the rest…
December 11, 2007
DBA
No Comments
It may surprise you that DBAs, and most IT-related positions for that matter, are again in high demand, much like they were during the dot-com era. There is an alarming shortage of talent. This shortage is due to many factors, including the retirement of the baby boomers and the subsequent decline in college degrees in IT. The market is quickly turning from an employer-friendly to an employee-friendly market. But let’s not celebrate just yet.
Read the rest…
December 11, 2007
Linux, Unix
No Comments
LILO is one of the most widely used bootloaders on multi-boot systems. Another open source alternative coming up is GRUB (GRand Unified Bootloader). We came across GRUB during a Mandrake installation, which brought up this article as we were curious to see what it was and how it could replace LILO.
Read the rest…
December 11, 2007
Linux, Unix
No Comments
Partitioning the hard drive is essential part of Linux usage. Fdisk is a tool you can use for this purpose. Here we bring you a howto on fdisk for Linux, which mind you, is separate from the fdisk for Windows that most of us are familiar with. This is a matter of confusion for most rookies. For apart from sharing a name, there’s a world of difference between the two.
Read the rest…
December 11, 2007
Linux, Unix
No Comments
Running out of disk space on partitions is a problem commonly and universally experienced by all of us. And although there are various solutions, almost all of them are temporary. In this article we take a detailed look at LVM, which tackles the problem in the most effective manner, making space management easy.
Read the rest…
« Previous Entries