configuration

configuration

在安裝之後配置 Oracle 9i for Tivoli Identify Manager

如果您要配置用於 Tivoli Identity Manager 組織架構的 Oracle,必須完成多個後置安裝作業。 1. 驗證 $ORACLE_HOME /dbs/init.ora 檔中存在下行: * Oracle 8i: compatible=8.1.0 * Oracle 9i: compatible=9.2.0.0 2. 建立資料庫來使用 Tivoli Identity Manager。 下面是一個可用來建立資料庫的 SQL Script 範例。您應配合網站的需求,來變更 Script 中的值。 -- Create database CREATE DATABASE sample CONTROLFILE REUSE LOGFILE

By ipstor

configuration

Solaris 10 OS 快速安裝 Apache + Mysql + php

1. 前言 2. 設定、測試與啟動 Apache2 3. 設定、測試與啟動 MySQL 4. 下載與設定 PHP 前言: 本文的閱讀對象是為已經有 Apache、MySQL 和 php 基本的操作經驗的人員編寫。主要講求正確和快速安裝。 致於,Apache、MySQL 和 php詳細設定、修改方面和軟件測試,在這裡不會詳談。 設定、測試與啟動 Apache2 Solaris 10 已經內置安裝了 Apache 2.xx,只需要做一些設定便可以使用。 1. 首先用 Root 了登入文字模式系統 ( Console Mode ) 2. 複制 /etc/apache2/httpd.conf-example

By ipstor

configuration

The H13-107 netdata backend configure at /etc/netdata/netdata.conf

[backend]         # host tags =          enabled = yes          data source = sum          type = graphite          destination = tcp:172.22.4.101:2003          prefix = netdata          hostname = H13-107          update every = 10          buffer on failures = 10          timeout ms = 20000          send names instead of ids = yes          send charts matching = *

By ipstor

configuration

Load Balance - HAProxy Setup + keepalived 實現web服務的高可用和負載均衡

Load Balance – HAProxy Setup + keepalived 實現web服務的高可用和負載均衡 標籤: Linux教學 1.HAProxy Description   HAProxy 是一套快速以及靈活的load balance套件,透過haproxy可以快速達到server分流、判斷存活、連線數量等功能。當流量達到一定的程度後load balance是一大重點,如何讓各server平均去負擔流量是相當重要的,透過haproxy可以簡單快速的達成load balance。     架構說明:   http://support.severalnines.com/attachments/token/mdmzgaadlrzajfc/?name=haproxy_keepalived.PNG   2. HAProxy架設   0.環境   OS:RCHE 5.7 Haproxy: 1.4.15 VIP:10.55.79.

By ipstor