Archive for February, 2008

How to Performance Tuning for IIS 6.0 On Windows 2003 Server

Thursday, February 28th, 2008

Performance Tuning for IIS 6.0
Selecting the Right Hardware for Performance
It is important to select the right hardware to satisfy the expected Web load (keeping in mind average load, peak load, capacity, growth plans, and response times). Hardware bottlenecks limit the effectiveness of software tuning. Consider the issues in Table 7 when selecting hardware.

How to Performance Tuning for Storage On Windows 2003 Server part 2

Thursday, February 28th, 2008

taken from microsoft.com
Determining the Volume Layout
Whenever possible use separate volumes for each data type. For example, use one volume for the operating system and paging space, and one or more volumes for shared user data, applications, and log files.
Place different data types in separate volumes on different virtual disks. Using separate virtual disks is especially […]

How to Performance Tuning for Storage On Windows 2003 Server

Thursday, February 28th, 2008

Performance Tuning for Storage
The storage architecture covers many components in the driver stack as Figure 2 shows. The sections below discuss tuning guidelines for storage workloads.
Choosing Storage
The most important considerations in choosing storage systems are:
• Providing necessary storage space, bandwidth, and latency characteristics for current and future needs.
• […]

How to Performance Tuning for Networking On Windows 2003 Server

Thursday, February 28th, 2008

How to Performance Tuning For Networking On Windows 2003 Server.
Taken from Microsoft.com
Performance Tuning for Networking
The network architecture covers many components, interfaces, and protocols; Figure 1 illustrates some of them. The sections below discuss tuning guidelines for some of the components for server workloads.
Figure 1 Network Stack Components
The network architecture is layered, and the […]

Step by step setting Oracle Environment Server On Linux (part 2)

Wednesday, February 6th, 2008

Step by step setting Oracle Environment Server On Linux (part 2)
Shutdown Oracle Instance (Shutdown Oracle instance before applying patch)
1. su - oracle
2. sqlplus /nolog
3. connect sys as sysdba
4. Password - oracle
5. shutdown
6. exit
To unzip OPatch files (p2617419)
1. […]

Step by step setting Oracle Environment Server on Linux

Wednesday, February 6th, 2008

Setting Oracle Environment

su - oracle
vi .bash_profile

Append
#Oracle Environment
export ORACLE_BASE=/home/opt/oracle
export ORACLE_HOME=/home/opt/oracle/product/9.2.0.4
export ORACLE_SID=TMS
export ORACLE_TERM=xterm
export NLS_LANG=AMERICAN;
export ORA_NLS33=$ORACLE_HOME/ocommon/nls/admin/data
LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
export LD_LIBRARY_PATH
export PATH=$PATH:$ORACLE_HOME/bin
export PATH=$ORACLE_HOME/bin:$ORACLE_HOME/Apache/Apache/bin:$PATH
Save file

Step by step deployment process of Oracle Server on Linux

Monday, February 4th, 2008

Installation Procedures

Copy Oracle installation disk to /home folder

mkdir /home/setup
mkdir /home/patch
cd /mnt/cdrom
cp *.* /home/setup
cd
umount /mnt/cdrom
eject
repeat step 3-7 for 3 times (3 cds)
cp *.* /home/patch (to copy patch cd to /patch folder)