Solaris
mount -v -bash-3.00# mount -v /dev/dsk/c0t0d0s0 on / type ufs read/write/setuid/devices/intr/largefiles/logging/xattr/onerror=panic/dev=780000 on Wed Jan 19 11:06:02 2011 /devices on /devices type devfs read/write/setuid/devices/dev=484000…
ソフトウェアをダウンロードする VirtualBox 4.0 for Windows hosts Downloads – Oracle VM VirtualBox から以下をダウンロードする。 VirtualBox 4.0 for Windows hosts (VirtualBox-4.0.0-69151-Win.exe) Oracle Solaris 10 (x86) Oracle Solaris 11 - Dow…
# uname -a SunOS solaris101 5.10 Generic_137138-09 i86pc i386 i86pc # id tomcat uid=604(tomcat) gid=602(tomcat) # usermod -g oinstall tomcat # id tomcat uid=604(tomcat) gid=501(oinstall)
Solaris では pax コマンドを使うと、絶対パスでとってしまった tar アーカイブを相対パスに解凍できる。 書式) pax -rvs ',^/,./,' -f hoge.tar 試してみる。 ディレクトリを作成して、 % mkdir -p tmp/{a,b,c} % find tmp tmp tmp/a tmp/b tmp/c 絶対パス…
SUNのマシンにはリモートからOSを起動できるものがある。 マシンに専用のLANポートがついていて、そこにtelnetでログインして、OSの起動を行うことができる。 ALOM にログインする。 telnet 192.168.0.100 Please login: hoge Please Enter password: ******…
設定を追加して、 # ls /etc/hostname* /etc/hostname.e1000g0 # echo solarisdb-vip >> /etc/hostname.e1000g0:1 # echo '192.168.11.143 solarisdb-vip loghost' >> /etc/hosts再起動する。 # init 6確認する。 # ifconfig -a lo0: flags=2001000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL> mtu 8</up,loopback,running,multicast,ipv4,virtual>…
SHMMAX が不足している。projects で設定するのが正統派だが、/etc/system でも設定できる。 $ cat /etc/system ... set shmsys:shminfo_shmmax=6442450944 set semsys:seminfo_semmni=1024 set semsys:seminfo_semmsl=1024 set shmsys:shminfo_shmmni=100
PSR10.2.0.4 を適用した後にインストール・ログをチェックすると何やらエラーが。。。 $ less /export/home/oracle/oraInventory/logs/installActions2009-01-01_02-03-35AM.log INFO: ld: INFO: warning: INFO: file INFO: /export/home/oracle/product/10.…
$ vi .bash_profile xterm-color: Unknown terminal type I don't know what kind of terminal you are on - all I have is 'xterm-color'. [Using open mode] ...環境変数 TERM に "xterm" をセットすると解決した。 $ vi .bash_profile export TERM=xterm …
oracleユーザのホームディレクトリ /home/oracle を作成しようとすると失敗した。 # mkdir /home/oracle mkdir: Failed to make directory "/home/oracle"; Operation not applicable # ls -l / | grep home dr-xr-xr-x 2 root root 2 Dec 31 12:19 home # c…
Solaris で tar を展開すると、以下のエラーメッセージが表示された。 $ tar xfv B34179-01_3of5.tar tar: ././@LongLink: typeflag 'L' not recognized, converting to regular file gtar を使うと正常に展開できた。 $ /usr/sfw/bin/gtar xfv B34179-01_3o…
Do not set the LOCK_SGA parameter to TRUE in the server parameter file. If you do, then Oracle Database 10g cannot start. Administering Oracle Database on Solaris ほえ〜、恐ろしい。
こんなところにあったのか。
Solaris の UFS でサポートされているブロック・サイズは 4096 バイトまたは 8192 バイト。 推奨サイズは 8192 バイト。 Oracle の DB_BLOCK_SIZE は OS のブロック・サイズの倍数である必要がある。最大32kまで指定できる。 Solaris のブロック・サイズを 8…
Solaris10(x86-64bit) に Oracle10gR2(10.2.0.1) をインストールして、sqlplus を実行すると。 $ sqlplus $ なぜプロンプトが戻ってくる? $ ls -l /export/home/oracle/product/10.2.0/db_1/bin/sqlplus -rwxr-xr-x 1 oracle oinstall 0 3月 21日 2006年 /e…
$ORACLE_HOME/rdbms/log/bdump (デフォルト) $ORACLE_BASE/admin/{DB_NAME}/bdump (推奨) http://download.oracle.com/docs/cd/B19306_01/install.102/b15690/app_ofa.htm#BGBIBCAC
OUIを起動すると怒られる。 $ ./runInstaller Oracle Universal Installerを起動中です...インストーラ要件の確認中...オペレーティング・システムのバージョンを確認中: 必須5.10. 実際5.10 問題なし一時領域の確認中: 250 MBを超えている必要があります. …
ログインシェルを bash に変える。 # cat /etc/passwd root:x:0:0:Super-User:/root:/usr/bin/bash
CD/DVD をマウントする。 # iostat -En # mount -F hsfs -o ro /dev/dsk/c0t0d0s0 /cdrom
# svcadm disable svc:/network/finger:default # svcadm disable svc:/network/login:rlogin # svcadm disable svc:/network/telnet:default # svcadm disable svc:/network/shell:default # svcadm disable svc:/network/smtp:sendmail # svcadm disable s…
# svcadm restart svc:/network/physical # svcadm restart svc:/network/loopback
# svcadm disable svc:/network/pfil:default # svcs | grep pfil
# cd /etc/ssh # cp -p sshd_config sshd_config.org # vi /etc/ssh/sshd_config PermitRootLogin yes # svcadm refresh ssh Solaris10のSSHを設定
$ su - # cd /tmp # gunzip -c /cdrom/vmwaretools/vmware-solaris-tools.tar.gz | tar xf - # cd vmware-tools-distrib # ./vmware-install.pl
[起動]->[デスクトップの設定]->[表示]->[画面の解像度] で変更できる。
# eeprom kbd-type='Japanese(106)' Solaris 10 x86とVMwareで行こう(´∀`)b: The ま゛!! (仮)
Linux と全然違う。shutdown -h now で落ちると思ってた。。。 停止する # shutdown -y -g0 -i5 # init 5 再起動する # shutdown -y -g0 -i6 # init 6 http://www.tansaibou.com/weblog/archives/59
"overlap" というパーティションを削除すると発生するらしい。 https://www.opensolaris.org/jive/thread.jspa?threadID=62398
Solaris をダウンロードする http://www.sun.com/software/solaris/get.jsp Sun と Oracle http://www.sun.com/third-party/global/oracle/ Solaris に Oracle10gR2 をインストールする際の前提事項 http://download.oracle.com/docs/cd/B19306_01/install.1…