|
Apache install on clean OEL
|
Feb 25 2009, 9:56 AM EST |
included publicly accessible URLs |
edit |
28 words added
1 word deleted
|
Change:
of if you do not have direct access to Oracle's internal network, try getting it from http://linux.oracle.com/2) rpm --import http://oss.oracle.com/el5/RPM-GPG-KEY-oracle/usr/share/rhn/RPM-GPG-KEY-oracle3) yum install -y httpd4) chkconfig --level 345 httpd on5) service httpd start****NOTE: you might have firewalls turned on you can turn them off with:
View changes from previous version.
(Word count: 148)
View all updates.
|
|
Linux installation kickstart for Oracle database
|
Feb 23 2009, 5:40 AM EST |
typo in bootloader options |
edit |
6 words added
13 words deleted
|
Change:
systems, skip --drives to simply clear all diskssystems#clearpart --all --initlabel --drives=sda,mapper/mpath0,mapper/mpath1,mapper/mpath2,mapper/mpath3# for boot from SAN, use your boot LUN. E.g. --ondisk=mapper/mpath4 or mapper/mpath2part /boot --asprimary --fstype ext3 --size=100 --ondisk=sda# Setup LVM part pv.3 --size=1 --grow --ondisk=sdavolgroup vgsystem --pesize=32768 pv.3# Create the
View changes from previous version.
(Word count: 1137)
View all updates.
|
|
Linux installation kickstart for Oracle database
|
Feb 4 2009, 7:05 AM EST |
placed snmp lines in comment; as suggested |
edit |
20 words added
8 words deleted
|
Change:
below; pkg not longer existschkconfig pcmcia off chkconfig#if using SNMP, uncomment line below#chkconfig snmpd onchkconfig rhnsd offchkconfig auth off# OEL/RHEL 5 only services#chkconfig yum-updatesd off#chkconfig setroubleshoot off#chkconfig restorecond off#chkconfig pcscd off#chkconfig mcstrans off#chkconfig avahi-dnsconfd off#chkconfig avahi-daemon off
View changes from previous version.
(Word count: 1144)
View all updates.
|
|
Linux installation kickstart for Oracle database
|
Feb 4 2009, 5:49 AM EST |
replace rc.local by rc.modules |
edit |
1 word added
1 word deleted
|
Change:
/etc/rc.local/etc/rc.modules# Set oracle account environment variablescat >> /home/oracle/.bash_profile << EOF # Oracle environment variablesexport ORACLE_BASE=/software/oracle#export ORACLE_HOME=\$ORACLE_BASE/10g#export TNS_ADMIN=\$ORACLE_HOME/network/adminexport ORACLE_SID=orcl1export LD_LIBRARY_PATH=\$ORACLE_HOME/libexport PATH=\$PATH:\$ORACLE_HOME/binif [ "`ls -ld \$ORACLE_HOME | awk '{print \$3" "\$4}'`" != "oracle oinstall" ]then echo "The ORACLE_HOME
View changes from previous version.
(Word count: 1132)
View all updates.
|
|
Linux installation kickstart for Oracle database
|
Feb 4 2009, 5:48 AM EST |
note about package oracle-validated |
edit |
22 words added
|
Change:
# NOTE: package is not on CD! Only yum/up2date. DVD untestedoracle-validated# This post script modify all the Oracle database prerequisites, includes oracle user and dba,oinstall groups%post# create user and groups/usr/sbin/groupadd oinstall/usr/sbin/groupadd dba/usr/sbin/useradd -m -g oinstall -G dba oracle# Change kernel parameterscat
View changes from previous version.
(Word count: 1132)
View all updates.
|
|
Linux installation kickstart for Oracle database
|
Feb 4 2009, 4:19 AM EST |
added snmp package; note about pcmcia daemon in OEL5 |
edit |
17 words added
1 word deleted
|
Change:
# added as it makes monitoring server much easiernet-snmp-utils# This post script modify all the Oracle database prerequisites, includes oracle user and dba,oinstall groups%post# create user and groups/usr/sbin/groupadd oinstall/usr/sbin/groupadd dba/usr/sbin/useradd -m -g oinstall -G dba oracle# Change kernel parameterscat >>
View changes from previous version.
(Word count: 1110)
View all updates.
|
|
Linux installation kickstart for Oracle database
|
Jan 29 2009, 5:28 AM EST |
edited kickstart, better comments, specific OEL5 changes |
edit |
234 words added
43 words deleted
|
Change:
# hostname_$$$ adds random number to hostname to try and avoid name conflicts (tested on OEL 5.2+)network --device eth0 --noipv6 --bootproto dhcp --hostname srvoracle01srvoracle01_$$$#network --device eth0 --bootproto static --ip x.y.z.v --netmask 255.255.255.0 --gateway x.y.z.v --nameserver x.y.z.t,x.y.z.v --hostname srvoracle01srvoracle01_$$$rootpw --iscrypted $1$uKWECPhN$Im66UG8MpWd2/kpcHoyuy/firewall --disabledselinux --disabledauthconfig
View changes from previous version.
(Word count: 1093)
View all updates.
|
|
Linux installation kickstart for Oracle database
|
Jan 28 2009, 9:49 AM EST |
added zerombr option and fixed typo in chkconfig sendmail |
edit |
3 words added
1 word deleted
|
Change:
zerombr yes# Create a Volgroup device sdaclearpart --all --drives=sdapart /boot --fstype ext3 --size=100 --ondisk=sdapart pv.3 --size=0 --grow --ondisk=sdavolgroup vg00 --pesize=32768 pv.3# Create the filesystems and logical volumeslogvol / --fstype ext3 --name=lvol00 --vgname=vg00 --size=2048logvol /tmp --fstype ext3 --name=lvol01 --vgname=vg00 --size=2048logvol /usr
View changes from previous version.
(Word count: 887)
View all updates.
|
|
My Profile
|
Jan 28 2009, 8:15 AM EST |
|
edit |
1 word added
1 word deleted
|
Change:
There were content changes to your 'My Profile' page.
View all updates.
|
|
My Profile
|
Feb 7 2008, 5:30 AM EST |
|
edit |
No content added or deleted. |
Change:
There were content changes to your 'My Profile' page.
View all updates.
|
|
My Profile
|
Feb 7 2008, 5:27 AM EST |
|
create |
No content added or deleted. |
Change:
There were content changes to your 'My Profile' page.
View all updates.
|