0% found this document useful (0 votes)
42 views3 pages

11 I Fresh Install EBSO

The document provides instructions for setting up a new EBSO environment on a server with the name oc17, including adding two users (an application user apgcct01 and Oracle user orgcct01), creating symbolic links to their home directories, configuring port numbers and permissions, and verifying the VNC and Oracle inventory locations are properly set up before installing applications.

Uploaded by

api-3736000
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views3 pages

11 I Fresh Install EBSO

The document provides instructions for setting up a new EBSO environment on a server with the name oc17, including adding two users (an application user apgcct01 and Oracle user orgcct01), creating symbolic links to their home directories, configuring port numbers and permissions, and verifying the VNC and Oracle inventory locations are properly set up before installing applications.

Uploaded by

api-3736000
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

EBSO standards:

What we need?

Server Name = oc17


SID = GCCT01
Mount Point = /u00

Two users :
Application User = ap<SID> (e.g -> apgcct01)
Oracle User = or<SID> (e.g -> orgcct01)

Add new user


setenv DISPLAY hostname:
login as root user, then change directory to you desired/default directory.
e.g.: cd /u00/app

useradd -d /u00/app/apgcct01 -g oaa -m -s /bin/ksh -c "App user GCCT01" apgcct01


6 blocks
passwd apgcct01
apgcct01
su – apgcct01
exit

useradd -d /u00/app/orgcct01 -g dba -m -s /bin/ksh -c "Ora user GCCT01" orgcct01


passwd orgcct01
orgcct01
su – orgcct01
exit

set owns database stack


Create a symbolic link
login as root, then change directory to the target directory(where you need to create the
symbolic link)
e.g.: cd /
mkdir gcct01
cd gcct01
ln -s /u00/app/apgcct01/applmgr applmgr
ln -s /u00/app/apgcct01/applcsf applcsf
ln -s /u00/app/orgcct01/oracle oracle
ln -s /u00/app/orgcct01/oradata oradata

Note: this symbolic link hides the physical mount points, so it makes more flexible when
comes to change the physical drive
/gcct01/orgcct01(logical) = /u00/app/orgcct01(physical)

su – apgcct01
/u00/app/apgcct01
mkdir applmgr applcsf

cd /u00/app/apgcct01/applcsf
mkdir log out

su – orgcct01

cd /u00/app/orgcct01
mkdir oracle oradata

Add Owner Into oraenvtab File


vi /var/opt/oracle/oraenvtab
apgcct01:GCCT01:/u00:1158 Fresh Instance:Swadesh.Katoch:Swadesh.Katoch
orgcct01:GCCT01:/u00:1158 Fresh Instance:Swadesh.Katoch:Swadesh.Katoch

Make Sure Inventory Location by Checking oraInst.loc file


If it is the reinstall after cleaning the pre-instance or in the shared environment. You need
to check the following file:
/var/opt/oracle
vi oraInst.loc
inst_group=dba
inventory_loc=/gcct01/oracle/oraInventory
Note: you can also rename the old oraInst.loc to oraInst.loc.old
In case on Linux, please copy oraInst.loc file to /etc directory.

Get port numbers


cd /etc
vi services
Shift-G
#####################################################
### 11.5.8 Fresh Instance - GCCT01
#####################################################
apacheport 10000/tcp GCCT01
dbport 10001/tcp #GCCT01
rpcport 10002/tcp #GCCT01
reportsport 10003/tcp #GCCT01
oProcMgr 10004/tcp #GCCT01
apacheservlet 10005/tcp #GCCT01
formsport 10006/tcp #GCCT01
metricssrv 10007/tcp #GCCT01
metricsreq 10008/tcp #GCCT01
jtf_fullfill 10009/tcp #GCCT01
iMeetCollSrv 10010/tcp #GCCT01
iMeetRecSrv 10011/tcp #GCCT01
iMeetMonitor 10012/tcp #GCCT01
MapViewServ 10013/tcp #GCCT01

Verify VNC Permission before Start the Install


If you choose to use VNC session for your install, login as user root
Export PATH=$PATH:/usr/openwin/bin:/usr/local/bin

cd /tmp
$chmod 777 .X11*

$vncserver

You might also like