Tuesday 12 August 2014

Oracle 12c on SOLARIS 10

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2014.08.05 15:41:26 =~=~=~=~=~=~=~=~=~=~=~=
bash-3.2# /usr/sbin/prtconf | grep "Memory size"
Memory size: 1536 Megabytes
bash-3.2# /usr/sbin/swap -s
total: 169860k bytes allocated + 39612k reserved = 209472k used, 1474220k available
bash-3.2# sar -r -i n
sar: -i n -- illegal option argument
usage: sar [-ubdycwaqvmpgrkA][-o file] t [n]
        sar [-ubdycwaqvmpgrkA] [-s hh:mm][-e hh:mm][-i ss][-f file]
bash-3.2# sar -r -i n
sar: option requires an argument -- i
usage: sar [-ubdycwaqvmpgrkA][-o file] t [n]
        sar [-ubdycwaqvmpgrkA] [-s hh:mm][-e hh:mm][-i ss][-f file]
bash-3.2# /bin/isainfo -kv
64-bit amd64 kernel modules
bash-3.2# df -h /tmp
Filesystem             size   used  avail capacity  Mounted on
swap                   1.4G    36K   1.4G     1%    /tmp
bash-3.2# df -k /tmp
Filesystem            kbytes    used   avail capacity  Mounted on
swap                 1472480      36 1472444     1%    /tmp
bash-3.2# df -h
Filesystem             size   used  avail capacity  Mounted on
/dev/dsk/c0d1s0        8.1G   3.9G   4.1G    49%    /
/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.4G   984K   1.4G     1%    /etc/svc/volatile
objfs                    0K     0K     0K     0%    /system/object
sharefs                  0K     0K     0K     0%    /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1
                       8.1G   3.9G   4.1G    49%    /lib/libc.so.1
fd                       0K     0K     0K     0%    /dev/fd
swap                   1.4G    36K   1.4G     1%    /tmp
swap                   1.4G    32K   1.4G     1%    /var/run
/dev/dsk/c0d1s7         36G    36M    35G     1%    /export/home
/vol/dev/dsk/c0t0d0/sol_10_113_x86
                       2.1G   2.1G     0K   100%    /cdrom/sol_10_113_x86
bash-3.2# df -k
Filesystem            kbytes    used   avail capacity  Mounted on
/dev/dsk/c0d1s0      8495942 4096259 4314724    49%    /
/devices                   0       0       0     0%    /devices
ctfs                       0       0       0     0%    /system/contract
proc                       0       0       0     0%    /proc
mnttab                     0       0       0     0%    /etc/mnttab
swap                 1473428     984 1472444     1%    /etc/svc/volatile
objfs                      0       0       0     0%    /system/object
sharefs                    0       0       0     0%    /etc/dfs/sharetab
/usr/lib/libc/libc_hwcap1.so.1
                     8495942 4096259 4314724    49%    /lib/libc.so.1
fd                         0       0       0     0%    /dev/fd
swap                 1472480      36 1472444     1%    /tmp
swap                 1472476      32 1472444     1%    /var/run
/dev/dsk/c0d1s7      37394486   37097 36983445     1%    /export/home
/vol/dev/dsk/c0t0d0/sol_10_113_x86
                     2201236 2201236       0   100%    /cdrom/sol_10_113_x86
bash-3.2# uname -r
5.10
bash-3.2# cat /etc/release
                    Oracle Solaris 10 1/13 s10x_u11wos_24a X86
  Copyright (c) 1983, 2013, Oracle and/or its affiliates. All rights reserved.
                            Assembled 17 January 2013
bash-3.2#
bash-3.2# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot \
>  SUNWsprox SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt
system      SUNWarc   Lint Libraries (usr)
system      SUNWbtool CCS tools bundled with SunOS
system      SUNWhea   SunOS Header Files
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
ERROR: information for "SUNWsprox" was not found
ERROR: information for "SUNWi1cs" was not found
ERROR: information for "SUNWi15cs" was not found
bash-3.2# /usr/bin/pkg install SUNWsprox
bash: /usr/bin/pkg: No such file or directory
bash-3.2# pkg install --be-name SUNWsprox
bash: pkg: command not found
bash-3.2# pkg install --be-name SUNWsprox
bash: pkg: command not found
bash-3.2# pkg install -nv SUNWsprox
bash: pkg: command not found
bash-3.2#
bash-3.2# pkgadd -d /cdrom/cdrom0/
.catalog                          .volume.inf.3
.cdtoc                            .volume.inf.4
.install/                         .volume.inf.5
.install_config/                  Copyright
.slicemapfile                     Offer_to_Provide_Source_Code.txt
.volume.inf                       Solaris_10/
.volume.inf.1                     boot/
.volume.inf.2                     installer
bash-3.2# pkgadd -d /cdrom/cdrom0/
.catalog                          .volume.inf.3
.cdtoc                            .volume.inf.4
.install/                         .volume.inf.5
.install_config/                  Copyright
.slicemapfile                     Offer_to_Provide_Source_Code.txt
.volume.inf                       Solaris_10/
.volume.inf.1                     boot/
.volume.inf.2                     installer
bash-3.2# pkgadd -d /cdrom/cdrom0/Solaris_10/P
Patches/ Product/
bash-3.2# pkgadd -d /cdrom/cdrom0/Solaris_10/Product/
bash-3.2# pkgadd -d /cdrom/cdrom0/Solaris_10/Product/                                           pkgadd -d /cdrom/cdrom0/Solaris_10/Product/ SUNWsprox,SUNWi1cs,SUNWi15cs
pkgadd: ERROR: no package associated with <SUNWsprox,SUNWi1cs,SUNWi15cs>
bash-3.2# pkgadd -d /cdrom/cdrom0/Solaris_10/Product/ SUNWsprox,SUNWi1cs,SUNWi15cs                  
pkgadd: ERROR: no package associated with <SUNWsprox>
bash-3.2# pkgadd -d /cdrom/cdrom0/Solaris_10/Product/ SUNWsprox          -d cd
bash: cd/cdrom/cdrom0/Solaris_10/Product/: No such file or directory
bash-3.2# cd/cdrom/cdrom0/Solaris_10/Product/
bash-3.2# ls
BRCMbnx                           SUNWfreetype2                     SUNWitbas                         SUNWpng-devel-share
BRCMbnxe                          SUNWfrhe                          SUNWitdis                         SUNWpngS
CADP160                           SUNWfrhed                         SUNWitdma                         SUNWpool
CPQary3                           SUNWfrhev                         SUNWitdst                         SUNWpoolr
HPFC                              SUNWfrhez                         SUNWitdte                         SUNWpostgr
JSatsvr                           SUNWfrim                          SUNWithe                          SUNWpostgr-82-client
JSatsvu                           SUNWfriso1                        SUNWithed                         SUNWpostgr-82-contrib
JSatsvw                           SUNWfrlu                          SUNWithev                         SUNWpostgr-82-devel
NCRos86r                          SUNWfrmoz                         SUNWithez                         SUNWpostgr-82-docs
NVDAgraphics                      SUNWfrmui                         SUNWitim                          SUNWpostgr-82-jdbc
NVDAgraphicsr                     SUNWfros                          SUNWitiso1                        SUNWpostgr-82-jdbcS
SK98sol                           SUNWfrpmw                         SUNWitltk                         SUNWpostgr-82-l10n-ja
SKfp                              SUNWfrsmc                         SUNWitlu                          SUNWpostgr-82-l10n-jaS
SUNW1251f                         SUNWfrspl                         SUNWitmoz                         SUNWpostgr-82-libs
SUNW1394                          SUNWfrwbc                         SUNWitos                          SUNWpostgr-82-pl
SUNW1394h                         SUNWfrwm                          SUNWitpmw                         SUNWpostgr-82-server
SUNW5ttf                          SUNWfrws2                         SUNWitsmc                         SUNWpostgr-82-server-data-root
SUNW5ttfe                         SUNWfrwsv                         SUNWitspl                         SUNWpostgr-82-tcl
SUNW5xfnt                         SUNWfrxwsvr                       SUNWitwbc                         SUNWpostgr-82-tclS
SUNW5xmft                         SUNWfsadl                         SUNWitwm                          SUNWpostgr-82S
SUNWGlib                          SUNWfscgu                         SUNWitws2                         SUNWpostgr-83-client
SUNWGlibS                         SUNWfsexam                        SUNWitwsv                         SUNWpostgr-83-contrib
SUNWGtkS                          SUNWfsexam-root                   SUNWitxwsvr                       SUNWpostgr-83-devel
SUNWGtkr                          SUNWfsfw                          SUNWiupdatemgru                   SUNWpostgr-83-docs
SUNWGtku                          SUNWfsmgtr                        SUNWiwacx                         SUNWpostgr-83-l10n-ja
SUNWPython                        SUNWfsmgtu                        SUNWiwdev                         SUNWpostgr-83-l10n-jaS
SUNWPython-devel                  SUNWfss                           SUNWixgb                          SUNWpostgr-83-libs
SUNWPython-share                  SUNWfswupcl                       SUNWixgbe                         SUNWpostgr-83-pl
SUNWPython-sqlite                 SUNWftdur                         SUNWixplt                         SUNWpostgr-83-server
SUNWTcl                           SUNWftduu                         SUNWizfsg                         SUNWpostgr-83-server-data-root
SUNWTclS                          SUNWftltk                         SUNWj3cfg                         SUNWpostgr-83-tcl
SUNWTiff                          SUNWftpr                          SUNWj3dev                         SUNWpostgr-83S
SUNWTiff-devel                    SUNWftpu                          SUNWj3dmo                         SUNWpostgr-contrib
SUNWTiff-devel-share              SUNWfupdatemgru                   SUNWj3irt                         SUNWpostgr-devel
SUNWTiffS                         SUNWfwacx                         SUNWj3jmp                         SUNWpostgr-docs
SUNWTk                            SUNWfwdc                          SUNWj3man                         SUNWpostgr-jdbc
SUNWTkS                           SUNWfwdcu                         SUNWj3rt                          SUNWpostgr-jdbcS
SUNWa2psS                         SUNWfwdev                         SUNWj5cfg                         SUNWpostgr-l10n-ja
SUNWa2psr                         SUNWfwflash                       SUNWj5dev                         SUNWpostgr-l10n-jaS
SUNWa2psu                         SUNWfxplt                         SUNWj5dmo                         SUNWpostgr-libs
SUNWaac                           SUNWfzfsg                         SUNWj5dmx                         SUNWpostgr-pl
SUNWaccr                          SUNWgcc                           SUNWj5dvx                         SUNWpostgr-server
SUNWaccu                          SUNWgccS                          SUNWj5jmp                         SUNWpostgr-server-data
SUNWad810                         SUNWgccruntime                    SUNWj5man                         SUNWpostgr-tcl
SUNWadixp                         SUNWgcmn                          SUNWj5rt                          SUNWpostgr-tclS
SUNWadmap                         SUNWggrp                          SUNWj5rtx                         SUNWpostgr-upgrade
SUNWadmc                          SUNWggrpS                         SUNWj6cfg                         SUNWpostgrS
SUNWadmfr                         SUNWgimpprint                     SUNWj6dev                         SUNWpostrun
SUNWadmfw                         SUNWgimpprintS                    SUNWj6dmo                         SUNWpostrun-root
SUNWadmj                          SUNWglow                          SUNWj6dmx                         SUNWppm
SUNWadmlib-sysid                  SUNWglt                           SUNWj6dvx                         SUNWpppd
SUNWadmr                          SUNWgm4                           SUNWj6jmp                         SUNWpppdr
SUNWadp                           SUNWgm4S                          SUNWj6man                         SUNWpppdt
SUNWadpu320                       SUNWgmake                         SUNWj6rt                          SUNWpppdu
SUNWagp                           SUNWgmakeS                        SUNWj6rtx                         SUNWpppg
SUNWagph                          SUNWgnome-a11y-base-devel         SUNWjadcl                         SUNWpppgS
SUNWahci                          SUNWgnome-a11y-base-devel-share   SUNWjadis                         SUNWppro-plugin-sunos-base
SUNWale                           SUNWgnome-a11y-base-libs          SUNWjadma                         SUNWppror
SUNWaled                          SUNWgnome-a11y-gok                SUNWjai                           SUNWpprou
SUNWamd8111s                      SUNWgnome-a11y-gok-root           SUNWjai-imageio                   SUNWpr
SUNWamr                           SUNWgnome-a11y-gok-share          SUNWjamoz                         SUNWprd
SUNWant                           SUNWgnome-a11y-libs               SUNWjato                          SUNWproduct-registry-root
SUNWantS                          SUNWgnome-a11y-libs-devel         SUNWjatodmo                       SUNWpsdcr
SUNWapbas                         SUNWgnome-a11y-libs-devel-share   SUNWjatodoc                       SUNWpsdir
SUNWapch2S                        SUNWgnome-a11y-libs-share         SUNWjavaapps                      SUNWpsdpr
SUNWapch2d                        SUNWgnome-a11y-poke               SUNWjcs3f                         SUNWpsf
SUNWapch2r                        SUNWgnome-a11y-poke-share         SUNWjdab                          SUNWpsh
SUNWapch2u                        SUNWgnome-a11y-reader             SUNWjdbas                         SUNWpsm-ipp
SUNWapchS                         SUNWgnome-a11y-reader-devel       SUNWjddst                         SUNWpsm-lpd
SUNWapchd                         SUNWgnome-a11y-reader-root        SUNWjddte                         SUNWpsr
SUNWapchr                         SUNWgnome-a11y-reader-share       SUNWjdhcm                         SUNWpsu
SUNWapchu                         SUNWgnome-a11y-speech             SUNWjdhe                          SUNWpsutils
SUNWapcj                          SUNWgnome-a11y-speech-devel       SUNWjdhed                         SUNWpsutilsS
SUNWapct                          SUNWgnome-a11y-speech-share       SUNWjdhev                         SUNWptdis
SUNWapdc                          SUNWgnome-archive-mgr             SUNWjdhez                         SUNWptlu
SUNWapdc-root                     SUNWgnome-archive-mgr-root        SUNWjdic                          SUNWptmoz
SUNWapmsc                         SUNWgnome-archive-mgr-share       SUNWjdim                          SUNWptswupcl
SUNWapoc                          SUNWgnome-audio                   SUNWjdma                          SUNWptxwsvr
SUNWapoc-adapter-gconf            SUNWgnome-audio-devel             SUNWjdmk-base                     SUNWpupdatemgru
SUNWarbel                         SUNWgnome-audio-devel-share       SUNWjdoc                          SUNWpython26-cherrypy
SUNWarc                           SUNWgnome-audio-root              SUNWjds-registration              SUNWpython26-lxml
SUNWarcr                          SUNWgnome-audio-share             SUNWjdsrm                         SUNWpython26-mako
SUNWarrf                          SUNWgnome-base-libs               SUNWjdsver                        SUNWpython26-ply
SUNWaspell                        SUNWgnome-base-libs-devel         SUNWjdtts                         SUNWpython26-setuptools
SUNWaspell-devel                  SUNWgnome-base-libs-devel-share   SUNWjdwm                          SUNWpython26-simplejson
SUNWaspell-en                     SUNWgnome-base-libs-priv          SUNWject                          SUNWqlc
SUNWaspell-en-share               SUNWgnome-base-libs-priv-devel    SUNWjedev                         SUNWqlcnic
SUNWaspell-share                  SUNWgnome-base-libs-priv-l10n     SUNWjedt                          SUNWqlcu
SUNWast                           SUNWgnome-base-libs-root          SUNWjeezt                         SUNWqos
SUNWatfsr                         SUNWgnome-base-libs-share         SUNWjeman                         SUNWqosu
SUNWatfsu                         SUNWgnome-calculator              SUNWjepmm                         SUNWradpu320
SUNWauadt                         SUNWgnome-calculator-root         SUNWjepmw                         SUNWrcapr
SUNWauaos                         SUNWgnome-calculator-share        SUNWjeudc                         SUNWrcapu
SUNWauaow                         SUNWgnome-camera                  SUNWjfdl                          SUNWrcmdc
SUNWauda                          SUNWgnome-camera-devel            SUNWjfpr                          SUNWrcmdr
SUNWaudd                          SUNWgnome-camera-share            SUNWjfpre                         SUNWrcmds
SUNWaudf                          SUNWgnome-cd                      SUNWjfpu                          SUNWrds
SUNWaudh                          SUNWgnome-cd-burner               SUNWjfpue                         SUNWrdsv3
SUNWaudiohd                       SUNWgnome-cd-burner-root          SUNWjfxmn                         SUNWrdsv3u
SUNWaudit                         SUNWgnome-cd-burner-share         SUNWjhdem                         SUNWrge
SUNWautoef                        SUNWgnome-cd-root                 SUNWjhdev                         SUNWrmodr
SUNWav1394                        SUNWgnome-cd-share                SUNWjhdoc                         SUNWrmodu
SUNWbart                          SUNWgnome-character-map           SUNWjhrt                          SUNWrmui
SUNWbash                          SUNWgnome-character-map-share     SUNWjiu8                          SUNWrmwbr
SUNWbashS                         SUNWgnome-common-devel            SUNWjladm                         SUNWrmwbu
SUNWbcmsata                       SUNWgnome-common-devel-priv       SUNWjlu                           SUNWroute
SUNWbdb                           SUNWgnome-common-devel-share      SUNWjlvma                         SUNWrpcib
SUNWbdbj                          SUNWgnome-component               SUNWjlvmg                         SUNWrpm
SUNWbind                          SUNWgnome-component-devel         SUNWjman                          SUNWrsg
SUNWbindS                         SUNWgnome-component-devel-share   SUNWjmane                         SUNWrsgk
SUNWbindr                         SUNWgnome-component-root          SUNWjmcon                         SUNWrsm
SUNWbinutils                      SUNWgnome-config                  SUNWjmctg                         SUNWrsmo
SUNWbinutilsS                     SUNWgnome-config-devel            SUNWjmf                           SUNWrsync
SUNWbip                           SUNWgnome-config-devel-share      SUNWjmfmp3                        SUNWrsyncS
SUNWbipr                          SUNWgnome-config-editor           SUNWjmfrn                         SUNWrtls
SUNWbison                         SUNWgnome-config-editor-share     SUNWjmga                          SUNWrumoz
SUNWbisonS                        SUNWgnome-config-root             SUNWjmgts                         SUNWruxwsvr
SUNWbnur                          SUNWgnome-config-share            SUNWjorte                         SUNWsacom
SUNWbnuu                          SUNWgnome-desktop-prefs           SUNWjos                           SUNWsadmi
SUNWbsr                           SUNWgnome-desktop-prefs-devel     SUNWjpdas                         SUNWsadml
SUNWbsu                           SUNWgnome-desktop-prefs-root      SUNWjpg                           SUNWsafdt
SUNWbtool                         SUNWgnome-desktop-prefs-share     SUNWjpg-devel                     SUNWsafos
SUNWbzip                          SUNWgnome-dialog                  SUNWjpg-devel-share               SUNWsafow
SUNWbzipS                         SUNWgnome-dialog-share            SUNWjpgS                          SUNWsam
SUNWcacaodtrace                   SUNWgnome-dictionary              SUNWjpprou                        SUNWsamdt
SUNWcacaort                       SUNWgnome-dictionary-root         SUNWjre-config                    SUNWsamos
SUNWcacx                          SUNWgnome-dictionary-share        SUNWjre-config-plugin             SUNWsamow
SUNWcadis                         SUNWgnome-display-mgr             SUNWjrmui                         SUNWsamr
SUNWcadma                         SUNWgnome-display-mgr-root        SUNWjsadl                         SUNWsasnm
SUNWcadp                          SUNWgnome-display-mgr-share       SUNWjscag                         SUNWsbp2
SUNWcakr.i                        SUNWgnome-dtlogin-integration     SUNWjsfw                          SUNWscgui
SUNWcamdt                         SUNWgnome-file-mgr                SUNWjsmc                          SUNWscn-base
SUNWcamos                         SUNWgnome-file-mgr-devel          SUNWjsnmp                         SUNWscn-base-r
SUNWcamow                         SUNWgnome-file-mgr-root           SUNWjss                           SUNWscnprm
SUNWcar.i                         SUNWgnome-file-mgr-share          SUNWjswupcl                       SUNWscnprmr
SUNWccccfg                        SUNWgnome-fonts                   SUNWjtlmn                         SUNWscnsom
SUNWccccr                         SUNWgnome-freedb-libs             SUNWjtltk                         SUNWscnsomr
SUNWccccrr                        SUNWgnome-freedb-libs-root        SUNWjtsu                          SUNWscplp
SUNWccfw                          SUNWgnome-freedb-libs-share       SUNWjupdatemgru                   SUNWscpr
SUNWccfwctrl                      SUNWgnome-fun-applets             SUNWjwacx                         SUNWscpu
SUNWccinv                         SUNWgnome-fun-applets-root        SUNWjwbc                          SUNWscsa1394
SUNWccsign                        SUNWgnome-fun-applets-share       SUNWjwbd                          SUNWscsip
SUNWcctpx                         SUNWgnome-games                   SUNWjwncr                         SUNWscusas
SUNWcdab                          SUNWgnome-games-root              SUNWjwncu                         SUNWsdcl
SUNWcdbas                         SUNWgnome-games-share             SUNWjwncx                         SUNWsdhcm
SUNWcdcl                          SUNWgnome-help-viewer             SUNWjwndt                         SUNWseafdt
SUNWcddst                         SUNWgnome-help-viewer-share       SUNWjwnsr                         SUNWseafos
SUNWcddte                         SUNWgnome-hex-editor              SUNWjwnsu                         SUNWseafow
SUNWcdezt                         SUNWgnome-hex-editor-devel        SUNWjws2                          SUNWsensor
SUNWcdft                          SUNWgnome-hex-editor-root         SUNWjwsv                          SUNWsensorr
SUNWcdhcm                         SUNWgnome-hex-editor-share        SUNWjxcft                         SUNWserS
SUNWcdhe                          SUNWgnome-im-client               SUNWjxfa                          SUNWserr
SUNWcdhev                         SUNWgnome-im-client-devel         SUNWjxfnt                         SUNWseru
SUNWcdhez                         SUNWgnome-im-client-root          SUNWjxim                          SUNWservicetagr
SUNWcdicn                         SUNWgnome-img-editor              SUNWjxmft                         SUNWservicetagu
SUNWcdim                          SUNWgnome-img-editor-devel        SUNWjxoft                         SUNWserweb
SUNWcdrw                          SUNWgnome-img-editor-devel-share  SUNWjxplt                         SUNWserwebS
SUNWcdt                           SUNWgnome-img-editor-root         SUNWjxpmn                         SUNWses
SUNWcdwm                          SUNWgnome-img-editor-share        SUNWjxumn                         SUNWseudt
SUNWcea                           SUNWgnome-img-viewer              SUNWjxwsvr                        SUNWseuos
SUNWced                           SUNWgnome-img-viewer-root         SUNWjzfsg                         SUNWseuow
SUNWcedu                          SUNWgnome-img-viewer-share        SUNWkacx                          SUNWsfdl
SUNWcepmw                         SUNWgnome-internet-applets        SUNWkadis                         SUNWsfdoc
SUNWceudt                         SUNWgnome-internet-applets-root   SUNWkadma                         SUNWsfinf
SUNWceuos                         SUNWgnome-internet-applets-share  SUNWkdab                          SUNWsfman
SUNWceuow                         SUNWgnome-intranet-applets        SUNWkdbas                         SUNWsfwdemo
SUNWcfcl                          SUNWgnome-intranet-applets-root   SUNWkdcl                          SUNWsfwhea
SUNWcfclr                         SUNWgnome-intranet-applets-share  SUNWkdcr                          SUNWsi3124
SUNWcfdl                          SUNWgnome-jdshelp                 SUNWkdcst                         SUNWsladm
SUNWcfpl                          SUNWgnome-jdshelp-share           SUNWkdcu                          SUNWslpr
SUNWcfplr                         SUNWgnome-l10ndocument-de         SUNWkddst                         SUNWslpu
SUNWchxge                         SUNWgnome-l10ndocument-es         SUNWkddte                         SUNWslvma
SUNWciu8                          SUNWgnome-l10ndocument-extra      SUNWkdezt                         SUNWslvmg
SUNWckr                           SUNWgnome-l10ndocument-fr         SUNWkdft                          SUNWsmaS
SUNWcladm                         SUNWgnome-l10ndocument-it         SUNWkdhcm                         SUNWsmagt
SUNWcleu                          SUNWgnome-l10ndocument-ja         SUNWkdhe                          SUNWsmapi
SUNWcleu2                         SUNWgnome-l10ndocument-ko         SUNWkdhev                         SUNWsmbaS
SUNWcleue                         SUNWgnome-l10ndocument-ptBR       SUNWkdhez                         SUNWsmbac
SUNWclu                           SUNWgnome-l10ndocument-sv         SUNWkdicn                         SUNWsmbar
SUNWclvma                         SUNWgnome-l10ndocument-zhCN       SUNWkdim                          SUNWsmbau
SUNWclvmg                         SUNWgnome-l10ndocument-zhHK       SUNWkdt                           SUNWsmcmd
SUNWcmcon                         SUNWgnome-l10ndocument-zhTW       SUNWkdtts                         SUNWsmcon
SUNWcmctg                         SUNWgnome-l10nmessages-cs         SUNWkdwm                          SUNWsmctg
SUNWcmga                          SUNWgnome-l10nmessages-de         SUNWkepmw                         SUNWsmdoc
SUNWcmoz                          SUNWgnome-l10nmessages-es         SUNWkey                           SUNWsmgp
SUNWcnetr                         SUNWgnome-l10nmessages-extra      SUNWkfdl                          SUNWsmmgr
SUNWcnsr                          SUNWgnome-l10nmessages-fr         SUNWkiu8                          SUNWsmpd
SUNWcnsu                          SUNWgnome-l10nmessages-hu         SUNWkladm                         SUNWsndmr
SUNWcorte                         SUNWgnome-l10nmessages-it         SUNWkleu                          SUNWsndmu
SUNWcos                           SUNWgnome-l10nmessages-ja         SUNWkleue                         SUNWsolnm
SUNWcpc.i                         SUNWgnome-l10nmessages-ko         SUNWklu                           SUNWsorte
SUNWcpcu                          SUNWgnome-l10nmessages-pl         SUNWklvma                         SUNWspdas
SUNWcpdas                         SUNWgnome-l10nmessages-ptBR       SUNWklvmg                         SUNWspl
SUNWcpp                           SUNWgnome-l10nmessages-ru         SUNWkmcon                         SUNWspnego
SUNWcpprou                        SUNWgnome-l10nmessages-sv         SUNWkmctg                         SUNWspprou
SUNWcqhpc                         SUNWgnome-l10nmessages-zhCN       SUNWkmga                          SUNWsprot
SUNWcrman                         SUNWgnome-l10nmessages-zhHK       SUNWkmgts                         SUNWsqlite3
SUNWcrmui                         SUNWgnome-l10nmessages-zhTW       SUNWkoi8f                         SUNWsqlite3-devel
SUNWcry                           SUNWgnome-libs                    SUNWkomoz                         SUNWsqlite3docs
SUNWcryr                          SUNWgnome-libs-devel              SUNWkorte                         SUNWsra
SUNWcsadl                         SUNWgnome-libs-devel-share        SUNWkos                           SUNWsrh
SUNWcscgu                         SUNWgnome-libs-root               SUNWkpdas                         SUNWsrmui
SUNWcsd                           SUNWgnome-libs-share              SUNWkpprou                        SUNWssadl
SUNWcsfw                          SUNWgnome-media                   SUNWkrbr                          SUNWsscgu
SUNWcsl                           SUNWgnome-media-devel             SUNWkrbu                          SUNWssfw
SUNWcslr                          SUNWgnome-media-devel-share       SUNWkrmui                         SUNWsshcu
SUNWcsmauth                       SUNWgnome-media-player            SUNWksadl                         SUNWsshdr
SUNWcsmc                          SUNWgnome-media-player-root       SUNWkscgu                         SUNWsshdu
SUNWcsr                           SUNWgnome-media-player-share      SUNWksfw                          SUNWsshr
SUNWcstl                          SUNWgnome-media-root              SUNWksmc                          SUNWsshu
SUNWcsu                           SUNWgnome-media-share             SUNWkswupcl                       SUNWsswupcl
SUNWcswupcl                       SUNWgnome-mm-applets              SUNWktltk                         SUNWstardict
SUNWctltk                         SUNWgnome-mm-applets-root         SUNWktsu                          SUNWstardict-root
SUNWctlu                          SUNWgnome-mm-applets-share        SUNWkttf                          SUNWstltk
SUNWctpls                         SUNWgnome-panel                   SUNWkttfe                         SUNWstosreg
SUNWcttf                          SUNWgnome-panel-devel             SUNWkudc                          SUNWstsf
SUNWcttfe                         SUNWgnome-panel-devel-share       SUNWkupdatemgru                   SUNWstsfr
SUNWcudc                          SUNWgnome-panel-root              SUNWkuxft                         SUNWsunpinyin
SUNWcufnt                         SUNWgnome-panel-share             SUNWkvm.i                         SUNWsupdatemgru
SUNWcupdatemgru                   SUNWgnome-pdf-viewer              SUNWkwbc                          SUNWsvbas
SUNWcwbc                          SUNWgnome-pdf-viewer-root         SUNWkwdev                         SUNWsvdis
SUNWcwdev                         SUNWgnome-pdf-viewer-share        SUNWkwsr2                         SUNWsvdma
SUNWcwsr2                         SUNWgnome-perf-meter              SUNWkwsrv                         SUNWsvdst
SUNWcwsrv                         SUNWgnome-perf-meter-root         SUNWkxe                           SUNWsvdte
SUNWcxe                           SUNWgnome-perf-meter-share        SUNWkxfnt                         SUNWsvhe
SUNWcxfnt                         SUNWgnome-pilot                   SUNWkxfte                         SUNWsvhed
SUNWcxman                         SUNWgnome-pilot-devel             SUNWkxman                         SUNWsvhev
SUNWcxmft                         SUNWgnome-pilot-devel-share       SUNWkxmft                         SUNWsvhez
SUNWcxplt                         SUNWgnome-pilot-root              SUNWkxplt                         SUNWsvim
SUNWcxwsvr                        SUNWgnome-pilot-share             SUNWkxwsvr                        SUNWsviso1
SUNWczfsg                         SUNWgnome-print                   SUNWkzfsg                         SUNWsvlu
SUNWdbus-bindings-priv            SUNWgnome-print-devel             SUNWladm                          SUNWsvmoz
SUNWdbus-bindings-priv-devel      SUNWgnome-print-devel-share       SUNWlccom                         SUNWsvos
SUNWdbus-priv                     SUNWgnome-print-root              SUNWlcl                           SUNWsvpmw
SUNWdbus-priv-devel               SUNWgnome-print-share             SUNWless                          SUNWsvsmc
SUNWdbus-priv-libs                SUNWgnome-project                 SUNWlessS                         SUNWsvspl
SUNWdcaf                          SUNWgnome-project-devel           SUNWlexpt                         SUNWsvwbc
SUNWdcar                          SUNWgnome-project-devel-share     SUNWlexptS                        SUNWsvwm
SUNWdclnt                         SUNWgnome-project-share           SUNWlibC                          SUNWsvws2
SUNWddcl                          SUNWgnome-ps-viewer               SUNWlibCf                         SUNWsvwsv
SUNWddhcm                         SUNWgnome-ps-viewer-root          SUNWlibexif                       SUNWsvxwsvr
SUNWdebas                         SUNWgnome-ps-viewer-share         SUNWlibexif-devel                 SUNWswacx
SUNWdedis                         SUNWgnome-removable-media         SUNWlibgcrypt                     SUNWswdev
SUNWdedma                         SUNWgnome-removable-media-share   SUNWlibgcrypt-devel               SUNWswmt
SUNWdedst                         SUNWgnome-search-tool             SUNWlibm                          SUNWswupcl
SUNWdedte                         SUNWgnome-search-tool-root        SUNWlibmr                         SUNWswupclr
SUNWdefault-java                  SUNWgnome-search-tool-share       SUNWlibms                         SUNWsxge
SUNWdehe                          SUNWgnome-session                 SUNWlibmsr                        SUNWsxplt
SUNWdehed                         SUNWgnome-session-root            SUNWlibpopt                       SUNWszfsg
SUNWdehev                         SUNWgnome-session-share           SUNWlibpopt-devel                 SUNWtavor
SUNWdehez                         SUNWgnome-sound-recorder          SUNWlibpopt-devel-share           SUNWtcatS
SUNWdeim                          SUNWgnome-sound-recorder-root     SUNWlibsasl                       SUNWtcatr
SUNWdeiso1                        SUNWgnome-sound-recorder-share    SUNWlibstdcxx4                    SUNWtcatu
SUNWdelu                          SUNWgnome-spell                   SUNWlibstdcxx4S                   SUNWtcpd
SUNWdemoz                         SUNWgnome-spell-share             SUNWlibusb                        SUNWtcpdS
SUNWdeos                          SUNWgnome-sys-suspend             SUNWlibusbS                       SUNWtcsh
SUNWdepmw                         SUNWgnome-sys-suspend-share       SUNWlibusbugen                    SUNWtcshS
SUNWdesmc                         SUNWgnome-terminal                SUNWlibusbugenS                   SUNWtdbas
SUNWdespl                         SUNWgnome-terminal-devel          SUNWllc                           SUNWtddst
SUNWdewbc                         SUNWgnome-terminal-devel-share    SUNWllcr                          SUNWtddte
SUNWdewm                          SUNWgnome-terminal-root           SUNWlldap                         SUNWtdft
SUNWdews2                         SUNWgnome-terminal-share          SUNWloc                           SUNWtdwm
SUNWdewsv                         SUNWgnome-text-editor             SUNWlocalecreator                 SUNWtecla
SUNWdexwsvr                       SUNWgnome-text-editor-devel       SUNWlocalecreator-l10n-de         SUNWter
SUNWdfb.i                         SUNWgnome-text-editor-root        SUNWlocalecreator-l10n-es         SUNWtexi
SUNWdfbh                          SUNWgnome-text-editor-share       SUNWlocalecreator-l10n-fr         SUNWtexiS
SUNWdfdl                          SUNWgnome-themes                  SUNWlocalecreator-l10n-it         SUNWtftp
SUNWdhcm                          SUNWgnome-themes-share            SUNWlocalecreator-l10n-ja         SUNWtftpr
SUNWdhcsb                         SUNWgnome-ui-designer             SUNWlocalecreator-l10n-ko         SUNWtgnome-docs
SUNWdhcsr                         SUNWgnome-ui-designer-share       SUNWlocalecreator-l10n-zhCN       SUNWtgnome-l10n-doc-ja
SUNWdhcsu                         SUNWgnome-user-docs               SUNWlocalecreator-l10n-zhTW       SUNWtgnome-l10n-doc-ko
SUNWdladm                         SUNWgnome-utility-applets         SUNWlocaledefsrc                  SUNWtgnome-l10n-ui-de
SUNWdlvma                         SUNWgnome-utility-applets-root    SUNWlpmsg                         SUNWtgnome-l10n-ui-es
SUNWdlvmg                         SUNWgnome-utility-applets-share   SUNWlsimega                       SUNWtgnome-l10n-ui-fr
SUNWdmcon                         SUNWgnome-vfs                     SUNWlucfg                         SUNWtgnome-l10n-ui-it
SUNWdmctg                         SUNWgnome-vfs-devel               SUNWlur                           SUNWtgnome-l10n-ui-ja
SUNWdmgp                          SUNWgnome-vfs-devel-share         SUNWluu                           SUNWtgnome-l10n-ui-ko
SUNWdmgtr                         SUNWgnome-vfs-root                SUNWluxop                         SUNWtgnome-l10n-ui-ptBR
SUNWdmgtu                         SUNWgnome-vfs-share               SUNWluzone                        SUNWtgnome-l10n-ui-ru
SUNWdoc                           SUNWgnome-wm                      SUNWlvma                          SUNWtgnome-l10n-ui-sv
SUNWdorte                         SUNWgnome-wm-devel                SUNWlvmg                          SUNWtgnome-l10n-ui-zhCN
SUNWdpdas                         SUNWgnome-wm-root                 SUNWlvmr                          SUNWtgnome-l10n-ui-zhHK
SUNWdpl                           SUNWgnome-wm-share                SUNWlxml                          SUNWtgnome-l10n-ui-zhTW
SUNWdpprou                        SUNWgnome-xml-root                SUNWlxml-python                   SUNWtgnome-tsol-libs
SUNWdrmui                         SUNWgnome-xml-share               SUNWlxmlS                         SUNWtgnome-tsol-libs-devel
SUNWdsadl                         SUNWgnu-gettext                   SUNWlxr                           SUNWtgnome-tsoljdsdevmgr
SUNWdscgu                         SUNWgnu-gettextS                  SUNWlxsl                          SUNWtgnome-tsoljdslabel
SUNWdsfw                          SUNWgnu-idn                       SUNWlxsl-python                   SUNWtgnome-tsoljdsselmgr
SUNWdswupcl                       SUNWgnu-idnS                      SUNWlxslS                         SUNWtgnome-tstripe
SUNWdtab                          SUNWgnutls                        SUNWlxu                           SUNWtgnome-xagent
SUNWdtbas                         SUNWgnutls-devel                  SUNWman                           SUNWthunderbird
SUNWdtcor                         SUNWgpch                          SUNWmc                            SUNWthunderbird-calendar
SUNWdtct                          SUNWgpchS                         SUNWmcc                           SUNWthunderbirdl10n-de-DE
SUNWdtdem                         SUNWgrub                          SUNWmccom                         SUNWthunderbirdl10n-es-ES
SUNWdtdmn                         SUNWgrubS                         SUNWmcdev                         SUNWthunderbirdl10n-extra
SUNWdtdmr                         SUNWgscr                          SUNWmcex                          SUNWthunderbirdl10n-fr-FR
SUNWdtdst                         SUNWgscrS                         SUNWmcon                          SUNWthunderbirdl10n-it-IT
SUNWdtdte                         SUNWgsfot                         SUNWmconr                         SUNWthunderbirdl10n-ja-JP
SUNWdtezt                         SUNWgsfotS                        SUNWmcos                          SUNWthunderbirdl10n-ko-KR
SUNWdthe                          SUNWgsfst                         SUNWmcosx                         SUNWthunderbirdl10n-pl-PL
SUNWdthed                         SUNWgsfstS                        SUNWmctag                         SUNWthunderbirdl10n-pt-BR
SUNWdthev                         SUNWgss                           SUNWmdar                          SUNWthunderbirdl10n-ru-RU
SUNWdthez                         SUNWgssc                          SUNWmdau                          SUNWthunderbirdl10n-sv-SE
SUNWdticn                         SUNWgssdh                         SUNWmdb                           SUNWthunderbirdl10n-zh-CN
SUNWdtim                          SUNWgssk                          SUNWmdbdm                         SUNWthunderbirdl10n-zh-TW
SUNWdtinc                         SUNWgtar                          SUNWmdbr                          SUNWtiu8
SUNWdtjxt                         SUNWgtarS                         SUNWmddr                          SUNWtleu
SUNWdtlog                         SUNWgttf                          SUNWmdr                           SUNWtls
SUNWdtltk                         SUNWgttfe                         SUNWmdu                           SUNWtlsd
SUNWdtma                          SUNWgxfnt                         SUNWmeadt                         SUNWtlsu
SUNWdtmad                         SUNWgzip                          SUNWmeaos                         SUNWtltk
SUNWdtmaz                         SUNWgzipS                         SUNWmeaow                         SUNWtltkd
SUNWdtrc                          SUNWhacx                          SUNWmegasas                       SUNWtltkm
SUNWdtrp                          SUNWhadis                         SUNWmfdev                         SUNWtnamd
SUNWdtscm                         SUNWhadma                         SUNWmfman                         SUNWtnamr
SUNWdttshelp                      SUNWhdab                          SUNWmfrun                         SUNWtnetc
SUNWdttsr                         SUNWhdbas                         SUNWmga                           SUNWtnetd
SUNWdttsu                         SUNWhdcl                          SUNWmgapp                         SUNWtnetr
SUNWdtwm                          SUNWhddst                         SUNWmgts                          SUNWtnfc
SUNWdupdatemgru                   SUNWhddte                         SUNWmibii                         SUNWtnfd
SUNWdvdrw                         SUNWhdezt                         SUNWmipr                          SUNWtoo
SUNWdvdrwS                        SUNWhdft                          SUNWmipu                          SUNWtsg
SUNWdwacx                         SUNWhdhcm                         SUNWmkcd                          SUNWtsmc
SUNWdwdev                         SUNWhdhe                          SUNWmkcdS                         SUNWtsr
SUNWdxplt                         SUNWhdhev                         SUNWmlib                          SUNWtsu
SUNWdzfsg                         SUNWhdhez                         SUNWmlibe                         SUNWtxfnt
SUNWedcl                          SUNWhdicn                         SUNWmlibh                         SUNWtxplt
SUNWedhcm                         SUNWhdim                          SUNWmlibk                         SUNWuacm
SUNWeeudt                         SUNWhdt                           SUNWmlibl                         SUNWucbt
SUNWeeuos                         SUNWhdwm                          SUNWmlibt                         SUNWudaplr
SUNWeeuow                         SUNWhea                           SUNWmozapoc-adapter               SUNWudapltr
SUNWefdl                          SUNWhepmw                         SUNWmozchat                       SUNWudapltu
SUNWeladm                         SUNWhermon                        SUNWmozdom-inspector              SUNWudaplu
SUNWelvma                         SUNWhfdl                          SUNWmozgm                         SUNWudct
SUNWelvmg                         SUNWhimoz                         SUNWmozilla                       SUNWudf
SUNWemcon                         SUNWhiu8                          SUNWmozilla-devel                 SUNWudfr
SUNWemctg                         SUNWhkdcl                         SUNWmozjs-debugger                SUNWuecm
SUNWemgp                          SUNWhkdt                          SUNWmozmail                       SUNWuedg
SUNWemlxs                         SUNWhkeue                         SUNWmoznspr                       SUNWugen
SUNWemlxu                         SUNWhkezt                         SUNWmoznspr-devel                 SUNWugenu
SUNWeoib                          SUNWhkfnt                         SUNWmoznss                        SUNWuiu8
SUNWeorte                         SUNWhkleu                         SUNWmoznss-devel                  SUNWuium
SUNWepdas                         SUNWhklvmg                        SUNWmozpsm                        SUNWuksp
SUNWepprou                        SUNWhkmga                         SUNWmozspell                      SUNWukspfw
SUNWermui                         SUNWhkplt                         SUNWmp                            SUNWulcf
SUNWesadl                         SUNWhkrmui                        SUNWmpapi                         SUNWupdatemgrr
SUNWesbas                         SUNWhksmc                         SUNWmpapir                        SUNWupdatemgru
SUNWescgu                         SUNWhkswupcl                      SUNWmpathadm                      SUNWuprl
SUNWesdis                         SUNWhkttf                         SUNWmpathadmr                     SUNWusb
SUNWesdma                         SUNWhkxe                          SUNWmpsvplr                       SUNWusbccid
SUNWesdst                         SUNWhkxwsvr                       SUNWmptsas                        SUNWusbccidS
SUNWesdte                         SUNWhladm                         SUNWmrsas                         SUNWusbs
SUNWesfw                          SUNWhleu                          SUNWmv88sx                        SUNWusbu
SUNWeshe                          SUNWhleu2                         SUNWmysqlS                        SUNWuxlcf
SUNWeshed                         SUNWhleue                         SUNWmysqlr                        SUNWvia823x
SUNWeshev                         SUNWhlu                           SUNWmysqlt                        SUNWvld
SUNWeshez                         SUNWhlvma                         SUNWmysqlu                        SUNWvldu
SUNWesim                          SUNWhlvmg                         SUNWnafdt                         SUNWvncviewer
SUNWesiso1                        SUNWhmcon                         SUNWnafos                         SUNWvolr
SUNWeslu                          SUNWhmctg                         SUNWnafow                         SUNWvolu
SUNWesmoz                         SUNWhmga                          SUNWnamdt                         SUNWvts
SUNWesos                          SUNWhmoz                          SUNWnamos                         SUNWvtsmn
SUNWespmw                         SUNWhorte                         SUNWnamow                         SUNWvtsr
SUNWessmc                         SUNWhos                           SUNWncar                          SUNWvtss
SUNWesspl                         SUNWhpdas                         SUNWncau                          SUNWvtsts
SUNWesu                           SUNWhpijs                         SUNWncft                          SUNWwbapi
SUNWeswbc                         SUNWhpijsS                        SUNWncftS                         SUNWwbcor
SUNWeswm                          SUNWhpprou                        SUNWneudt                         SUNWwbcou
SUNWesws2                         SUNWhrmui                         SUNWneuos                         SUNWwbdev
SUNWeswsv                         SUNWhsadl                         SUNWneuow                         SUNWwbdoc
SUNWeswupcl                       SUNWhscgu                         SUNWnfsckr                        SUNWwbmc
SUNWesxwsvr                       SUNWhsfw                          SUNWnfscr                         SUNWwbpro
SUNWetltk                         SUNWhsmc                          SUNWnfscu                         SUNWwbsup
SUNWeu8df                         SUNWhswupcl                       SUNWnfsskr                        SUNWwebminr
SUNWeu8os                         SUNWhtltk                         SUNWnfssr                         SUNWwebminu
SUNWeudba                         SUNWhttf                          SUNWnfssu                         SUNWweudt
SUNWeudbd                         SUNWhttfe                         SUNWnge                           SUNWweuos
SUNWeudda                         SUNWhudc                          SUNWnisr                          SUNWweuow
SUNWeudhr                         SUNWhufnt                         SUNWnisu                          SUNWwgetS
SUNWeudhs                         SUNWhupdatemgru                   SUNWntp4S                         SUNWwgetr
SUNWeudis                         SUNWhwbc                          SUNWntp4r                         SUNWwgetu
SUNWeudiv                         SUNWhwdev                         SUNWntp4u                         SUNWwsr2
SUNWeudlg                         SUNWhwsr2                         SUNWntpr                          SUNWwsrv
SUNWeudmg                         SUNWhwsrv                         SUNWntpu                          SUNWwxwidgets
SUNWeuezt                         SUNWhxe                           SUNWntxn                          SUNWwxwidgets-devel
SUNWeuhe                          SUNWhxfnt                         SUNWnv-sata                       SUNWxcu4
SUNWeuhed                         SUNWhxge                          SUNWnxge.i                        SUNWxcu4t
SUNWeuluf                         SUNWhxman                         SUNWocf                           SUNWxcu6
SUNWeuodf                         SUNWhxplt                         SUNWocfd                          SUNWxcursor-themes
SUNWeupdatemgru                   SUNWhxwsvr                        SUNWocfh                          SUNWxf86
SUNWeurf                          SUNWhzfsg                         SUNWocfr                          SUNWxge
SUNWeuxwe                         SUNWi13cs                         SUNWocmr                          SUNWxi18n
SUNWevince                        SUNWi13rf                         SUNWocmu                          SUNWxildh
SUNWevince-devel                  SUNWi15cs                         SUNWodtts                         SUNWxilh
SUNWevince-root                   SUNWi15rf                         SUNWoffice-launcher               SUNWxilow
SUNWevolution                     SUNWi1cs                          SUNWofk                           SUNWxilrl
SUNWevolution-devel               SUNWi1of                          SUNWofusr                         SUNWxim
SUNWevolution-devel-share         SUNWi2cs                          SUNWofusrS                        SUNWxorg-cfg
SUNWevolution-exchange            SUNWi2rf                          SUNWogg-vorbis                    SUNWxorg-client-docs
SUNWevolution-exchange-root       SUNWi4rf                          SUNWogg-vorbis-devel              SUNWxorg-client-programs
SUNWevolution-exchange-share      SUNWi5cs                          SUNWogg-vorbis-devel-share        SUNWxorg-clientlibs
SUNWevolution-libs                SUNWi5rf                          SUNWolrte                         SUNWxorg-compatlinks
SUNWevolution-libs-devel          SUNWi7cs                          SUNWopenjade                      SUNWxorg-devel-docs
SUNWevolution-libs-share          SUNWi7rf                          SUNWopenjade-devel                SUNWxorg-doc
SUNWevolution-root                SUNWi8rf                          SUNWopenjade-root                 SUNWxorg-graphics-ddx
SUNWevolution-share               SUNWi9cs                          SUNWopenjade-share                SUNWxorg-headers
SUNWevolution-socs-connect        SUNWi9rf                          SUNWopensp                        SUNWxorg-mesa
SUNWevolution-socs-connect-share  SUNWib                            SUNWopensp-devel                  SUNWxorg-server
SUNWewacx                         SUNWibsdp                         SUNWopensp-root                   SUNWxorg-tsol-module
SUNWewdev                         SUNWibsdpib                       SUNWopensp-share                  SUNWxorg-xkb
SUNWexplt                         SUNWibsdpu                        SUNWopenssl-commands              SUNWxscreensaver-hacks
SUNWezfsg                         SUNWicu                           SUNWopenssl-include               SUNWxscreensaver-hacks-gl
SUNWfac                           SUNWicud                          SUNWopenssl-libraries             SUNWxsvc
SUNWfchba                         SUNWidcl                          SUNWopenssl-man                   SUNWxvmpv
SUNWfchbar                        SUNWidhcm                         SUNWopensslr                      SUNWxvnc
SUNWfcip                          SUNWidnd                          SUNWos86r                         SUNWxwacx
SUNWfcmdb                         SUNWidnl                          SUNWosdem                         SUNWxwcft
SUNWfcp                           SUNWidnu                          SUNWpamsc                         SUNWxwcsl
SUNWfcprt                         SUNWifdl                          SUNWpapi                          SUNWxwdem
SUNWfcsm                          SUNWigb                           SUNWpcelx                         SUNWxwdim
SUNWfctl                          SUNWiiimr                         SUNWpcmci                         SUNWxwdv
SUNWfdcl                          SUNWiiimu                         SUNWpcmcu                         SUNWxwdxm
SUNWfdhcm                         SUNWiladm                         SUNWpcmem                         SUNWxwfa
SUNWfdl                           SUNWilvma                         SUNWpcr                           SUNWxwfnt
SUNWffdl                          SUNWilvmg                         SUNWpcsclite                      SUNWxwfs
SUNWffiltersS                     SUNWimagick                       SUNWpcsclite-devel                SUNWxwhl
SUNWffiltersr                     SUNWimagickS                      SUNWpcser                         SUNWxwice
SUNWffiltersu                     SUNWimcon                         SUNWpcu                           SUNWxwinc
SUNWfipe                          SUNWimctg                         SUNWpd                            SUNWxwman
SUNWfirefox                       SUNWimgp                          SUNWpdas                          SUNWxwmod
SUNWfirefox-apoc-adapter          SUNWimraidsas                     SUNWperl-xml-parser               SUNWxwoft
SUNWfirefox-devel                 SUNWindt                          SUNWperl-xml-parser-devel-share   SUNWxwopt
SUNWfirefoxl10n-de-DE             SUNWindte                         SUNWperl584core                   SUNWxwpft
SUNWfirefoxl10n-es-ES             SUNWinfnt                         SUNWperl584man                    SUNWxwplr
SUNWfirefoxl10n-extra             SUNWiniu8                         SUNWperl584usr                    SUNWxwpls
SUNWfirefoxl10n-fr-FR             SUNWinleu                         SUNWpgadmin3                      SUNWxwplt
SUNWfirefoxl10n-it-IT             SUNWinleue                        SUNWpgadmin3S                     SUNWxwpmn
SUNWfirefoxl10n-ja-JP             SUNWinplt                         SUNWphx                           SUNWxwrtl
SUNWfirefoxl10n-ko-KR             SUNWinplte                        SUNWpiclh                         SUNWxwscf
SUNWfirefoxl10n-pl-PL             SUNWinst                          SUNWpiclr                         SUNWxwslb
SUNWfirefoxl10n-pt-BR             SUNWinstall-patch-utils-root      SUNWpiclu                         SUNWxwsrc
SUNWfirefoxl10n-ru-RU             SUNWintgige                       SUNWpixman                        SUNWxwsrv
SUNWfirefoxl10n-sv-SE             SUNWinttf                         SUNWpkcs11kms                     SUNWxwssu
SUNWfirefoxl10n-zh-CN             SUNWio-tools                      SUNWpkgcmdsr                      SUNWxwsvr
SUNWfirefoxl10n-zh-TW             SUNWiorte                         SUNWpkgcmdsu                      SUNWxwts
SUNWfladm                         SUNWipc                           SUNWpl5m                          SUNWxwxft
SUNWflexS                         SUNWipdas                         SUNWpl5p                          SUNWxwxst
SUNWflexlex                       SUNWipfh                          SUNWpl5u                          SUNWypr
SUNWflexruntime                   SUNWipfr                          SUNWpl5v                          SUNWypu
SUNWflvma                         SUNWipfu                          SUNWplmoz                         SUNWzebraS
SUNWflvmg                         SUNWipmi                          SUNWplow                          SUNWzebrar
SUNWfmcon                         SUNWipmiS                         SUNWplow1                         SUNWzebrau
SUNWfmctg                         SUNWipmir                         SUNWplowr                         SUNWzfsgr
SUNWfmd                           SUNWipoib                         SUNWpltlk                         SUNWzfsgu
SUNWfmdr                          SUNWippcore                       SUNWpltlkS                        SUNWzfskr
SUNWfmgp                          SUNWipplr                         SUNWplxwsvr                       SUNWzfsr
SUNWfontconfig                    SUNWipplu                         SUNWpmdbdpg                       SUNWzfsu
SUNWfontconfig-docs               SUNWipprou                        SUNWpmdbdpgS                      SUNWzip
SUNWfontconfig-root               SUNWirmui                         SUNWpmdbi                         SUNWzipS
SUNWforte                         SUNWisadl                         SUNWpmdbiS                        SUNWzlib
SUNWfpdas                         SUNWiscgu                         SUNWpmgr                          SUNWzlibS
SUNWfppd                          SUNWiscsir                        SUNWpmi                           SUNWzoner
SUNWfppdS                         SUNWiscsitgtr                     SUNWpmowm                         SUNWzoneu
SUNWfpprou                        SUNWiscsitgtu                     SUNWpmowr                         SUNWzsh
SUNWfrbas                         SUNWiscsiu                        SUNWpmowu                         SUNWzshS
SUNWfrdis                         SUNWisfw                          SUNWpmr                           SYMhisl
SUNWfrdma                         SUNWislcc                         SUNWpmu                           locale
SUNWfrdst                         SUNWisolc                         SUNWpng
SUNWfrdte                         SUNWiswupcl                       SUNWpng-devel
bash-3.2# cd SUNWsprox t/
archive/ install/ pkginfo  pkgmap   reloc/  
bash-3.2# cd SUNWsprot/            
bash-3.2# lscd /cdrom/cdrom0/Solaris_10/Product/                                       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      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
ERROR: information for "SUNWi1cs" was not found
ERROR: information for "SUNWi15cs" was not found
bash-3.2# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot \
>  SUNWsprox SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt
system      SUNWarc   Lint Libraries (usr)
system      SUNWbtool CCS tools bundled with SunOS
system      SUNWhea   SunOS Header Files
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
ERROR: information for "SUNWsprox" was not found
ERROR: information for "SUNWi1cs" was not found
ERROR: information for "SUNWi15cs" was not found
bash-3.2# pkgadd -d /cdrom/sol_10_1106_x86/Solaris_10/Product SUNWsprox
pkgadd: ERROR: attempt to process datastream failed
    - open of </cdrom/sol_10_1106_x86/Solaris_10/Product> failed, errno=2
pkgadd: ERROR: could not process datastream from </cdrom/sol_10_1106_x86/Solaris_10/Product>
bash-3.2# pkgadd -d /cdrom/sol_10_1106_x86/Solaris_10/Product SUNWsproxcd
bash: cd: /cdrom/sol_10_1106_x86/Solaris_10/Product: No such file or directory
bash-3.2# cd cd  /cdrom/
bash-3.2# ls
cdrom0          sol_10_113_x86
bash-3.2# cd sol_10_113_x86/
bash-3.2# ls
Copyright                         Solaris_10                        installer
Offer_to_Provide_Source_Code.txt  boot
bash-3.2# cd Solaris_10/
bash-3.2# ls
Docs     Misc     Patches  Product  Tools
bash-3.2# cd P
Patches/ Product/
bash-3.2# cd Product/

bash-3.2# pwd
/cdrom/sol_10_113_x86/Solaris_10/Product
bash-3.2#
bash-3.2# pkgadd -d /cdrom/sol_10_113_x86/Solaris_10/ProductSUNWi15cs                                                          
bash-3.2# pkgadd -d /cdrom/sol_10_113_x86/Solaris_10/Product SUNWi15cs

Processing package instance <SUNWi15cs> from </cdrom/sol_10_113_x86/Solaris_10/Product>

X11 ISO8859-15 Codeset Support(i386) 2.0,REV=2004.10.17.15.04
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   6 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.





Do you want to continue with the installation of <SUNWi15cs> [y,n,?] y

Installing X11 ISO8859-15 Codeset Support as <SUNWi15cs>

## Installing part 1 of 1.
1460 blocks

Installation of <SUNWi15cs> was successful.
bash-3.2# pkgadd -d /cdrom/sol_10_113_x86/Solaris_10/Product  SUNWi1cs

Processing package instance <SUNWi1cs> from </cdrom/sol_10_113_x86/Solaris_10/Product>

X11 ISO8859-1 Codeset Support(i386) 2.0,REV=2004.10.17.15.04
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   8 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWi1cs> [y,n,?] y

Installing X11 ISO8859-1 Codeset Support as <SUNWi1cs>

## Installing part 1 of 1.
232 blocks

Installation of <SUNWi1cs> was successful.
bash-3.2# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot \
>  SUNWsprox 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
ERROR: information for "SUNWsprox" was not found
bash-3.2# pkgadd -d /cdrom/sol_10_113_x86/Solaris_10/Product SUNWsprox
pkgadd: ERROR: no package associated with <SUNWsprox>
bash-3.2# pkgadd -d /cdrom/sol_10_113_x86/Solaris_10/Product SUNWsprox  ot/

Processing package instance <SUNWsprot> from </cdrom/sol_10_113_x86/Solaris_10/Product>

Solaris Bundled tools(i386) 5.10,REV=2004.12.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

Using </> as the package base directory.
## Processing package information.
## Processing system information.
   68 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWsprot> [y,n,?] y

Installing Solaris Bundled tools as <SUNWsprot>

## Installing part 1 of 1.

Installation of <SUNWsprot> was successful.
bash-3.2# 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
bash-3.2# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot  SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt
bash-3.2# pkgadd -d /cdrom/sol_10_113_x86/Solaris_10/Product SUNWsprot         SUNWxwfnt

Processing package instance <SUNWxwfnt> from </cdrom/sol_10_113_x86/Solaris_10/Product>

X Window System platform required fonts(i386) 6.6.2.7400,REV=0.2004.12.15
Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

Using </usr> as the package base directory.
## Processing package information.
## Processing system information.
   378 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWxwfnt> [y,n,?] y

Installing X Window System platform required fonts as <SUNWxwfnt>

## Installing part 1 of 1.
[ verifying class <fontsdir> ]
[ verifying class <fontsalias> ]
[ verifying class <encodingsdir> ]
[ verifying class <ttmapsdir> ]

Installation of <SUNWxwfnt> was successful.
bash-3.2# 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
bash-3.2#
bash-3.2# cat /etc/nsswitch.conf | grep hosts
# "hosts:" and "services:" in this file are used only if the
hosts:      files
bash-3.2# hostname
oracle12c
bash-3.2# domainname

bash-3.2# cat /etc/hosts | grep `eval hostname`
192.168.58.2    oracle12c       loghost
bash-3.2#
bash-3.2# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot \
>  SUNWsprox 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
ERROR: information for "SUNWsprox" was not found
bash-3.2# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot  SUNWsprox SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt
bash-3.2# cat /etc/hosts | grep `eval hostname`
bash-3.2# domainnamehostnamecat /etc/nsswitch.conf | grep hosts
bash-3.2# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot  SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt
bash-3.2# pkgadd -d /cdrom/sol_10_113_x86/Solaris_10/Product SUNWxwfnt     sp
SUNWspdas/  SUNWspl/    SUNWspnego/ SUNWspprou/ SUNWsprot/
bash-3.2# pkgadd -d /cdrom/sol_10_113_x86/Solaris_10/Product SUNWsp*

Processing package instance <SUNWspdas> from </cdrom/sol_10_113_x86/Solaris_10/Product>

Swedish PDA Synchronization for Solaris(i386) 1.1,REV=2003.11.26.17.31
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </usr> as the package base directory.
## Processing package information.
## Processing system information.
   8 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWspdas> [y,n,?] y

Installing Swedish PDA Synchronization for Solaris as <SUNWspdas>

## Installing part 1 of 1.
530 blocks

Installation of <SUNWspdas> was successful.

Processing package instance <SUNWspl> from </cdrom/sol_10_113_x86/Solaris_10/Product>

Spell Checking Engine - Base Release (English)(i386) 3.3.3,REV=10.2004.12.17
Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.

Spelling engine software developed by Inso Corp.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

Using </usr> as the package base directory.
## Processing package information.
## Processing system information.
   13 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWspl> [y,n,?] y

Installing Spell Checking Engine - Base Release (English) as <SUNWspl>

## Installing part 1 of 1.

Installation of <SUNWspl> was successful.

Processing package instance <SUNWspnego> from </cdrom/sol_10_113_x86/Solaris_10/Product>

SPNEGO GSS-API Mechanism(i386) 11.10.0,REV=2005.01.21.16.34
Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

Using </> as the package base directory.
## Processing package information.
## Processing system information.
   7 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWspnego> [y,n,?] y

Installing SPNEGO GSS-API Mechanism as <SUNWspnego>

## Installing part 1 of 1.

Installation of <SUNWspnego> was successful.

Processing package instance <SUNWspprou> from </cdrom/sol_10_113_x86/Solaris_10/Product>

Swedish localization for PatchPro core functionality (Usr)(i386) 5.0,REV=2004.09.15.16.43
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.
Using </> as the package base directory.
## Processing package information.
## Processing system information.
   8 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWspprou> [y,n,?] y

Installing Swedish localization for PatchPro core functionality (Usr) as <SUNWspprou>

## Installing part 1 of 1.
225 blocks

Installation of <SUNWspprou> was successful.

Processing package instance <SUNWsprot> from </cdrom/sol_10_113_x86/Solaris_10/Product>

Solaris Bundled tools(i386) 5.10,REV=2004.12.18
Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
Use is subject to license terms.

This appears to be an attempt to install the same architecture and
version of a package which is already installed.  This installation
will attempt to overwrite this package.

Using </> as the package base directory.
## Processing package information.
## Processing system information.
   68 package pathnames are already properly installed.
## Verifying package dependencies.
## Verifying disk space requirements.
## Checking for conflicts with packages already installed.
## Checking for setuid/setgid programs.

This package contains scripts which will be executed with super-user
permission during the process of installing this package.

Do you want to continue with the installation of <SUNWsprot> [y,n,?] y

Installing Solaris Bundled tools as <SUNWsprot>

## Installing part 1 of 1.

Installation of <SUNWsprot> was successful.
bash-3.2# /usr/sbin/patchadd -p | grep 111713
bash-3.2# /usr/sbin/patchadd -p | grep 117837-05
bash-3.2# /usr/sbin/patchadd -p | grep 117837-05  
bash-3.2# /usr/sbin/patchadd -p | grep 117837      127111-02
bash-3.2# /usr/sbin/patchadd -p | grep 127111-02         137111-04
bash-3.2# /usr/sbin/patchadd -p | grep 137111-04         118682-01
bash-3.2# more /var/opt/oracle/oraInst.loc
/var/opt/oracle/oraInst.loc: No such file or directory
bash-3.2# /usr/sbin/groupadd oinstall
bash-3.2# /usr/sbin/groupadd dba
bash-3.2# projadd group.dba
bash-3.2# projects -l group.dba
group.dba
        projid : 100
        comment: ""
        users  : (none)
        groups : (none)
        attribs:
bash-3.2# projmod -sK "project.max-shm-memory=(privileged,2G,deny)" group.dba
bash-3.2# projmod -sK "project.max-shm-memory=(privileged,2G,deny)" group.dba
bash-3.2# projects -l group.dba
group.dba
        projid : 100
        comment: ""
        users  : (none)
        groups : (none)
        attribs: project.max-shm-memory=(privileged,2147483648,deny)
bash-3.2# projmod -sK "project.max-sem-ids=(privileged,100,deny)" group.dba
bash-3.2# projmod -sK "project.max-shm-ids=(privileged,100,deny)" group.dba
bash-3.2# projmod -sK "project.max-sem-nsems=(privileged,256,deny)" group.dba
bash-3.2# useradd -g oinstall -G dba -m -d /export/home/oracle -s /bin/ksh -K project=group.dba oracle
bash-3.2# passwd -r files oracle
New Password:
passwd: Password cannot be circular shift of logonid.

Please try again
New Password:
passwd: Password cannot be circular shift of logonid.

Please try again
New Password:
passwd: Password cannot be circular shift of logonid.
Permission denied
bash-3.2# id nobody
uid=60001(nobody) gid=60001(nobody)
bash-3.2# id nobody      oracle
uid=100(oracle) gid=100(oinstall)
bash-3.2# mkdir -p /u01/app/oracle/product/12.0.0/db_1/
bash-3.2# chown -R oracle:oinstall /u01
bash-3.2# chmod -R 0775 /u01
bash-3.2# su - oracle
Oracle Corporation      SunOS 5.10      Generic Patch   January 2005
$ bash
bash-3.2$ su - oracle
Password:
su: Sorry
bash-3.2$ su - root
Password:
Oracle Corporation      SunOS 5.10      Generic Patch   January 2005
# bash
bash-3.2# passwd -r files oracle
New Password:
passwd: Password cannot be circular shift of logonid.

Please try again
New Password:
passwd: Password cannot be circular shift of logonid.

Please try again
New Password:
passwd: Password cannot be circular shift of logonid.
Permission denied
bash-3.2# passwd -r files oracle
New Password:
Re-enter new Password:
passwd: password successfully changed for oracle
bash-3.2# su - oracle
Oracle Corporation      SunOS 5.10      Generic Patch   January 2005
$ bash
bash-3.2$ ls
local.cshrc    local.login    local.profile
bash-3.2$ pwd
/export/home/oracle
bash-3.2$ ls -lrt
total 6
-rw-r--r--   1 oracle   oinstall     136 Aug  5 16:29 local.cshrc
-rw-r--r--   1 oracle   oinstall     157 Aug  5 16:29 local.login
-rw-r--r--   1 oracle   oinstall     174 Aug  5 16:29 local.profile

bash-3.2$ vi .profile
".profile" 14 lines, 433 characters #This is the default standard profile provided to a user.
#They are expected to edit it to meet their own needs.

racle Settings
TMP=/tmp; export TMP
racle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/12.0.0/db_1; export ORACLE_HOME
ORACLE_SID=ORCL; export ORACLE_SID
PATH=$ORACLE_HOME/bin:$PATH; export PATH

MAIL=/usr/mail/${LOGNAME:?}
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~".profile" 14 lines, 433 characters


d~


~


:wq!
".profile" 12 lines, 397 characters

bash-3.2$ vi .profile
".profile" 12 lines, 397 characters #This is the default standard profile provided to a user.
#They are expected to edit it to meet their own needs.

racle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/12.0.0/db_1; export ORACLE_HOME
ORACLE_SID=ORCL; export ORACLE_SID
PATH=$ORACLE_HOME/bin:$PATH; export PATH

MAIL=/usr/mail/${LOGNAME:?}
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~
~".profile" 12 lines, 397 characters


#O:wq!
".profile" 12 lines, 399 characters

bash-3.2$ vi .profile
bash-3.2$ cat .profile
#       This is the default standard profile provided to a user.
#       They are expected to edit it to meet their own needs.

#Oracle Settings
TMP=/tmp; export TMP
TMPDIR=$TMP; export TMPDIR
ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
ORACLE_HOME=$ORACLE_BASE/product/12.0.0/db_1; export ORACLE_HOME
ORACLE_SID=ORCL; export ORACLE_SID
PATH=$ORACLE_HOME/bin:$PATH; export PATH

MAIL=/usr/mail/${LOGNAME:?}
bash-3.2$ . ./.profile
bash-3.2$ id -a oracle
uid=100(oracle) gid=100(oinstall) groups=101(dba)
bash-3.2$ /usr/sbin/usermod -g oinstall -G dba oracle
UX: /usr/sbin/usermod: ERROR: Permission denied.
bash-3.2$ su - roor t
Password:
Oracle Corporation      SunOS 5.10      Generic Patch   January 2005
# bash
bash-3.2# /usr/sbin/usermod -g oinstall -G dba oracle
bash-3.2# grep noexec_user_stack /etc/system
bash-3.2#
bash-3.2# /usr/sbin/sysdef | grep SEM
bash-3.2# /usr/sbin/sysdef | grep SHM
bash-3.2# /usr/sbin/sysdef | grep SHM                          
bash-3.2#
bash-3.2# cp /etc/system /etc/system.orig
bash-3.2# vi /e
etc/    export/
bash-3.2# vi /etc/system
system       system.orig
bash-3.2# vi /etc/system
"/etc/system" 78 lines, 1883 characters *ident  "@(#)system     1.18    97/06/27 SMI" /* SVR4 1.5 */
*
* SYSTEM SPECIFICATION FILE
*

* moddir:
*
*Set the search path for modules.  This has a format similar to the
*csh path variable. If the module isn't found in the first directory
*it tries the second and so on. The default is /kernel /usr/kernel
*
*Example:
*moddir: /kernel /usr/kernel /other/modules



* root device and root filesystem configuration:
*
*The following may be used to override the defaults provided by
*the boot program:
*
*rootfs:Set the filesystem type of the root.
*"/etc/system" 78 lines, 1883 characters























*rootdev:Set the root device.  This should be a fully

*expanded physical pathname.  The default is the

*physical pathname of the device where the boot

*program resides.  The physical pathname is

*highly platform and configuration dependent.

*

*Example:

*rootfs:ufs

*rootdev:/sbus@1,f8000000/esp@0,800000/sd@3,0:a

*

*(Swap device configuration should be specified in /etc/vfstab.)







* exclude:

*

*Modules appearing in the moddir path which are NOT to be loaded,

*even if referenced. Note that `exclude' accepts either a module name,

*or a filename which includes the directory.

*

*Examples:

*exclude: win

*exclude: sys/shmsys







* forceload:

*

*Cause these modules to be loaded at boot time, (just before mounting

*the root filesystem) rather than at first reference. Note that

*forceload expects a filename which includes the directory. Also

*note that loading a module does not necessarily imply that it will

*be installed.

*

*Example:

*forceload: drv/foo







* set:

*

*Set an integer variable in the kernel or a module to a new value.

*This facility should be used with caution.  See system(4).

*

*Examples:

*

*To set variables in 'unix':

*

*set nautopush=32

*set maxusers=40

*

*To set a variable named 'debug' in the module named 'test_module'

*

*set test_module:debug = 0x13









set noexec_user_stack=1


set semsys:seminfo_semmni=100


set semsys:seminfo_semmns=1024


set semsys:seminfo_semmsl=256


set semsys:seminfo_semvmx=32767


set shmsys:shminfo_shmmax=4294967296


set shmsys:shminfo_shmmni=100
:wq!
"/etc/system" 88 lines, 2100 characters

bash-3.2# /usr/sbin/reboot              
bash-3.2# vi /etc/system
bash-3.2# cp /etc/system /etc/system.orig                               cat /etc/project
system:0::::
user.root:1::::
noproject:2::::
default:3::::
group.staff:10::::
group.dba:100::::project.max-sem-ids=(privileged,100,deny);project.max-sem-nsems=(privileged,256,deny);project.max-shm-ids=(privileged,100,deny);project.max-shm-memory=(privileged,2147483648,deny)
bash-3.2# id -p // to verify the project id
Usage: id [-ap] [user]
bash-3.2# prctl -n project.max-shm-memory -i project user.root
project: 1: user.root
NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
project.max-shm-memory
        privileged       382MB      -   deny                                 -
        system          16.0EB    max   deny                                 -
bash-3.2# who
root       console      Aug  5 12:33
root       pts/1        Aug  5 13:06    (192.168.58.1)
bash-3.2# prctl -n project.max-sem-ids -i project user.root
project: 1: user.root
NAME    PRIVILEGE       VALUE    FLAG   ACTION                       RECIPIENT
project.max-sem-ids
        privileged        128       -   deny                                 -
        system          16.8M     max   deny                                 -
bash-3.2# prctl -n project.max-shm-memory -v 6gb -r -i project user.root
bash-3.2# prctl -n project.max-sem-ids -v 256 -r -i project user.root
bash-3.2# /usr/sbin/reboot
updating /platform/i86pc/boot_archive




Oracle Installation Using Xmanager:
For Oracle Installation we use Xmanager 


                $ cd database
                $ ./runInstaller &

                Description:- Un-check to receive updates via Mail notification.

                        


Skip Software Update:

                         

                Description:- Click on Yes option.
                              
Description:- Select option Install database software only. Since we will be creating the Database via DBCA.







                        

Description:- Select option Single Instance Database Installation.








                      




Description:- Select language English and Click on Next.


               






               









                              
Description:- Select the Enterprise Edition option and Click on Next.

                    


Description:-  Ensure the value given here for ORACLE_BASE and ORACLE_HOME are same as bash Profile.
                             



Description:- Provide 'dba' to Database Administrator group and 'oper' to Database Operator.
                      


Description:- Click on Ignore All /Fix & check again option and Click on Next. But If all RPM Package install properly then this screen will provide difference message .


                                        

Click FIX & Check again
                



     Description:- Click  Install.
                                

Description:- No inputs here.

                                        

                Description:- Run the scripts from root user.
                $ su – root
# sh /oracle/app/oraIventory/orainstRoot.sh





# sh /oracle/app/oracle/product/11.2.0/db_1/root.sh
DataBase Creation Using Xmanager:
$  dbca

                               





Description:- Click on Next.




























Description:- select  Create Database Option  and Click on Next.
But If we select the Advanced Mode in the Creation Mode screen, we will see the screens as shown below:

             

Note: You can create your Pluggable DB here or later.

Note: you can configure EM here or later.

                 

Description:- Un-check the option Enable Automatic Maintenance Tasks.

               

Description:- Uncheck the Configure Enterprise Manager also.


               






                      

           Note: Set the Memory Size
                     






                       
               
                       
               



               


                


               




                     



                   









                      









                       








No comments:

  Oracle 21c Cluster Setup & DB Creation on OEL-8.4 using Virtual-box       Moto: This document is created on traditional way to Insta...