UJP - 技術情報

Life is fun and easy!

不正IP報告数

Okan Sensor
 
メイン
ログイン
ブログ カテゴリ一覧

     

ASE 11.9.2 Install for RedHatLinux6.2 〜その1 モジュールの入手と共有メモリの設定〜

ASE 11.9.2 Install for RedHatLinux6.2

〜その1 モジュールの入手と共有メモリの設定〜


0.更新履歴

  • 2002.04.15 新規作成

1.はじめに

 このドキュメントでは,Linux版のSybase ASE11.9.2開発版をインストールする手順を説明する

2.モジュールの入手とライセンスの入手について

 モジュールは,次のURLで示す場所から入手する.

 今回用いたのは,開発版CD-ROMであるが,CDの内容物では,Common Filesというパッケージが不足していて,前出のURLからライセンス申請をすると,不足分のパッケージのダウンロードサイトが表示されるので,そこからファイルを入手する.

3.共有メモリの設定

  • rootユーザでログインして,共有メモリを64MB分設定する.

[root@poweredge /opt]# /sbin/sysctl -a | grep kernel.shmmax
kernel.shmmax = 33554432
[root@poweredge /opt]# cat /etc/sysctl.conf
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Disables automatic defragmentation (needed for masquerading, LVS)
net.ipv4.ip_always_defrag = 0
# Disables the magic-sysrq key
kernel.sysrq = 0
[root@poweredge /opt]# echo kernel.shmmax=67108864 >> /etc/sysctl.conf
[root@poweredge /opt]# cat /etc/sysctl.conf
# Disables packet forwarding
net.ipv4.ip_forward = 0
# Enables source route verification
net.ipv4.conf.all.rp_filter = 1
# Disables automatic defragmentation (needed for masquerading, LVS)
net.ipv4.ip_always_defrag = 0
# Disables the magic-sysrq key
kernel.sysrq = 0
kernel.shmmax=67108864
[root@poweredge /opt]# /sbin/sysctl -w kernel.shmmax=67108864
kernel.shmmax = 67108864
[root@poweredge /opt]# /sbin/sysctl -a | grep kernel.shmmax
kernel.shmmax = 67108864
[root@poweredge /opt]#



広告スペース
Google