Sie sind auf Seite 1von 1

#projmod -sK "project.max-shm-memory=(privileged,2G,deny)" group.

dba
#projmod -sK "project.max-sem-ids=(privileged,100,deny)" group.dba
#projmod -sK "project.max-shm-ids=(privileged,100,deny)" group.dba
#projmod -sK "project.max-sem-nsems=(privileged,256,deny)" group.dba
useradd -g oinstall -G dba -m -d /export/home/oracle -s /bin/ksh -K project=grou
p.dba oracle
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
ORACLE_SID=orcl; export ORACLE_SID
PATH=$ORACLE_HOME/bin:$PATH; export PATH
LD_LIBRARY_PATH=$ORACLE_HOME/lib:$LD_LIBRARY_PATH; export PATH
export DISPLAY=:0.0
init (runs the shutdown scripts in /etc/rc*)
init 0 (shutdown (on sparc it takes it to the ok prompt)
init s (single user mode)
init 5 (shutdown)
init 6 (reboot)
shutdown (runs the shutdown scripts in /etc/rc*, prints message warning users)
shutdown -y -g 0
shutdown -y -i 0 (shutdown to ok prompt)
shutdown -y -i S (single user mode)
shutdown -y -i 5 (shutdown)
shutdown -y -i 6 (reboot)
halt (ungraceful shutdown, use sync;sync;halt)
halt
reboot (ungraceful reboot. Always run sync;sync;reboot. The prefered method is u
sing init.)
reboot (reboot)
reboot -- -r (reconfiguration reboot)
reboot -- -s (reboot into single usermode)

Das könnte Ihnen auch gefallen