分类: Oracle
2006-07-19 09:36:38
Current partition table (original): Total disk cylinders available: 1302 + 2 (reserved cylinders) Part Tag Flag Cylinders Size Blocks 0 root wm 132 - 1292 8.89GB (1161/0/0) 18651465 1 swap wu 1 - 131 1.00GB (131/0/0) 2104515 2 backup wm 0 - 1301 9.97GB (1302/0/0) 20916630 3 unassigned wm 0 0 (0/0/0) 0 4 unassigned wm 0 0 (0/0/0) 0 5 unassigned wm 0 0 (0/0/0) 0 6 unassigned wm 0 0 (0/0/0) 0 7 unassigned wm 0 0 (0/0/0) 0 8 boot wu 0 - 0 7.84MB (1/0/0) 16065 9 unassigned wm 0 0 (0/0/0) 0 |
pkgadd -d . SUNWi1cs SUNWi15cs |
gunzip solarisx86_DB_10_1_0_3_Disk1.cpio.gz cpio -idcmv < solarisx86_DB_10_1_0_3_Disk1.cpio |
PermitrootLogin no |
PermitrootLogin yes |
svcadm disable ssh svcadm enable ssh |
# /usr/sbin/prtconf | grep "Memory size" Memory size: 400 Megabytes |
# swap -s total: 46012k bytes allocated + 7668k reserved = 53680k used, 1312412k available |
# df -h Filesystem size used avail capacity Mounted on /dev/dsk/c1t0d0s0 8.8G 3.0G 5.7G 35% / /devices 0K 0K 0K 0% /devices ctfs 0K 0K 0K 0% /system/contract proc 0K 0K 0K 0% /proc mnttab 0K 0K 0K 0% /etc/mnttab swap 1.2G 624K 1.2G 1% /etc/svc/volatile objfs 0K 0K 0K 0% /system/object /usr/lib/libc/libc_hwcap1.so.1 8.8G 3.0G 5.7G 35% /lib/libc.so.1 fd 0K 0K 0K 0% /dev/fd swap 1.2G 0K 1.2G 0% /tmp swap 1.2G 24K 1.2G 1% /var/run |
# uname -r 5.10 |
pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm \ SUNWlibms SUNWsprot SUNWtoo SUNWi1of \ SUNWi1cs SUNWi15cs SUNWxwfnt |
# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm \ SUNWlibms SUNWsprot SUNWtoo SUNWi1of \ SUNWi1cs SUNWi15cs SUNWxwfnt> > system SUNWarc Lint Libraries (usr) system SUNWbtool CCS tools bundled with SunOS system SUNWhea SunOS Header Files system SUNWi15cs X11 ISO8859-15 Codeset Support system SUNWi1cs X11 ISO8859-1 Codeset Support system SUNWi1of ISO-8859-1 (Latin-1) Optional Fonts system SUNWlibm Math & Microtasking Library Headers & Lint Files (Usr) system SUNWlibms Math & Microtasking Libraries (Usr) system SUNWsprot Solaris Bundled tools system SUNWtoo Programming Tools system SUNWxwfnt X Window System platform required fonts |
set semsys:seminfo_semmni=100 set semsys:seminfo_semmns=1024 set semsys:seminfo_semmsl=256 set semsys:seminfo_semvmx=32767 set shmsys:shminfo_shmmax=4294967295 set shmsys:shminfo_shmmni=100 |
groupadd oinstall groupadd dba useradd -g oinstall -G dba -d /oracle -s /usr/bin/bash oracle mkdir /oracle chown -R oracle:oinstall /oracle mkdir -p /u01/app/oracle chown -R oracle:oinstall /u01/app/oracle passwd oracle |
# id -a oracle uid=100(oracle) gid=100(oinstall) groups=101(dba) # id -a nobody uid=60001(nobody) gid=60001(nobody) groups=60001(nobody) |
ORACLE_BASE=/u01/app/oracle ORACLE_HOME=$ORACLE_BASE/product/10.1.0/db PATH=$PATH:$ORACLE_HOME/bin ORACLE_SID=orcl export ORACLE_BASE ORACLE_HOME ORACLE_SID PATH |
Solaris=5.8,5.9 |
Solaris=5.8,5.9,5.10 |