Microsoft Word - SmartX超融合环境搭建oracleRAC实践部署手册.docx

Size: px
Start display at page:

Download "Microsoft Word - SmartX超融合环境搭建oracleRAC实践部署手册.docx"

Transcription

1 SmartX ZBS 分布式存储搭建 ORACLE-RAC 实践手册

2 目录 1. 概述 配置 ORACLE-RAC 基础环境 为 Oracle RAC 虚拟机添加存储控制器 创建共享磁盘 将共享磁盘添加到一个或多个虚拟机 安装 ORACLE-RAC 操作系统 安装 VMware Tools 时钟同步 准备其他虚拟机和 RAC 节点 虚机克隆 配置仲裁盘 使用 fdisk 格式化仲裁盘 : 安装 Oracle Grid 软件 验证 Grid 安装的正确性 增加数据盘和 REDO 盘 以 grid 用户创建 DATA 和 REDO 磁盘组 安装 RAC 数据库... 34

3 1. 概述 借助 SmartX 超融合架构, 我们可以利用 3 个节点来搭建 ORACLE-RAC 环境, 实现数据库高可用 在此我们利用 VMware vsphere6.0u2 平台 ( 目前使用比较广泛的虚拟化平台 ) 来部署 ORACLE-RAC 在 SMARTX ZBS 分布式数据存储上配置 Oracle RAC 群集 此过程需要执行以下步骤 : 以立刻置零模式创建共享虚拟磁盘并为磁盘启用多写入器模式 将共享磁盘附加到一个或多个虚拟机 警告 : 继续操作之前, 所有将成为 Oracle RAC 节点的虚拟机都必须处于关闭电源状态 2. 配置 ORACLE-RAC 基础环境 2.1 为 Oracle RAC 虚拟机添加存储控制器 建议 : 在每个 Oracle RAC 虚拟机上, 创建类型相同并处于相同位置 (SCSI 地址 ) 的控 制器 1. 在 vsphere Web Client 中右键单击虚拟机, 然后选择编辑设置 2. 在后续窗口的底部, 从新设备 : 下拉菜单中选择 SCSI 控制器, 然后单击添加 3. 展开新的 SCSI 控制器条目 4. 使总线共享模式保持为 无, 然后选择所需的类型 (LSI Parallel LSI SAS 或 Paravirtual) 注意 : 一般建议将准虚拟控制器类型 (VMware Paravirtual) 用于 RAC 共享磁盘 5. 单击确定 6. 对其余 RAC 虚拟机重复以上过程 2.2 创建共享磁盘

4 利用 vsphere webclient 创建独立模式持久写入的磁盘, 虚拟设备节点建议选择 (1:0), 这样会关联到新的 scsi 控制器, 磁盘选择空间大小后, 设置为立即置零, 磁盘存储位置请选择到 SmartX ZBS 共享 datastore 接下来需要为新增加的共享盘设置为多写入器模式, 如下图 : 对要创建的其余共享磁盘重复以上过程 注意 : 多写入器模式的共享磁盘最多支持 8 个节点同时写入, 对于只读模式, 可以支持最 多 32 个节点同时读取 2.3 将共享磁盘添加到一个或多个虚拟机 创建共享磁盘后, 您需要将其添加到其余 RAC 虚拟机 您可以通过 vsphere Web Client 执行此操作 虚拟磁盘应添加到每个虚拟机上的相同 SCSI 位置 如果某个磁盘位于一个虚拟机上的位置 1:0, 则在 RAC 群集中, 该磁盘应位于所有虚拟机上的位置 1:0 1. 右键单击相应的虚拟机, 然后选择编辑设置 2. 在后续窗口中, 从新设备下拉菜单中选择现有硬盘, 然后单击添加 3. 导航到 SmartX ZBS 共享存储, 然后选择所需的磁盘 4. 单击确定 5. 展开新硬盘条目, 然后适当地修改虚拟设备节点 6. 在共享下拉菜单中, 选择多写入器选项 7. 将磁盘模式更改为独立持久 8. 单击确定以保存更改 9. 对其余虚拟机和共享磁盘重复以上过程

5 3. 安装 ORACLE-RAC 操作系统 将 OEL6.4 安装介质 ISO 文件上传到 datastore, 然后进行安装 Note: This document is specific to Linux guest operating system. Oracle RAC and above versions can be deployed and supported on the list of guest operation systems using VMware multi-writer flag ( 在虚拟机上安装 Linux 操作系统 1. In vsphere Client, select a virtual machine. 2. Click Edit settings. 3. In the Hardware tab of the Virtual Machine Properties pane, select CD/DVD Drive In the Device Status section of this pane, select the Connect at power on check box. 5. In the Device Type section of this pane, select Datastore ISO File and enter the path to your Linux ISO image file. 6. In the Virtual Device Node section of this pane, select CD/DVD Drive 1 from the drop-down menu. 7. Click OK. 8. Power on the virtual machine. 9. Install Linux with the following settings. Custom partitioning scheme: /dev/sda1 ext3 150GB mounted on / Installed packages use the default package selection, plus the following: kernel-uek.x86_64 kmod-oracleasm oracleasm el el5.x86_64 (download from oracleasm-support el5.x86_64 systat el5.x86_ Use below script to install remaining packages: yum install binutils \ compat-libcap1 \

6 compat-libstdc++-33 \ compat-libstdc++-33.i686 \ gcc.x86_64 \ gcc-c++.x86_64 \ glibc.x86_64 \ glibc.i686 \ glibc-devel.x86_64 \ glibc-devel.i686 \ unixodbc.i686 \ unixodbc.x86_64 \ unixodbc-devel.x86_64 \ unixodbc-devel.i686 \ libgcc.x86_64 \ libgcc.i686 \ libstdc++.x86_64 \ libstdc++.i686 \ libstdc++-devel.x86_64 \ libstdc++-devel.i686 \ compat-libstdc++-33.x86_64 \ compat-libstdc++-33.i686 \ libaio.x86_64 \ libaio.i686 \ libaio-devel.x86_64 \ libaio-devel.i686 \ sysstat.x86_64 \ ksh \ libxtst-devel.x86_64 \ libxtst.i686 \ compat-db.x86_64 \ xorg-x11-utils.x86_64 \ xorg-x11-xinit.x86_64 \ make

7 11. View the installed packages with this command: run command rpm q <package name> 12. Confirm that the following packages have been installed: binutils el6 (x86_64) compat-libcap (x86_64) compat-libstdc el6 (x86_64) compat-libstdc el6.i686 gcc el6 (x86_64) gcc-c el6 (x86_64) glibc el6 (i686) glibc el6 (x86_64) glibc-devel el6 (x86_64) glibc-devel el6.i686 ksh libgcc el6 (i686) libaio el6 (x86_64) libaio el6.i686 libaio-devel el6 (x86_64) libaio-devel el6.i686 make el6 sysstat el6 (x86_64) unixodbc el6 (x86_64) or later unixodbc el6.i686 or later unixodbc-devel el6 (x86_64) or later unixodbc-devel el6.i686 or later libgcc el6 (x86_64) libstdc el6 (x86_64) libstdc el6.i686 libstdc++-devel el6 (x86_64) libstdc++-devel el6.i686

8 13. 最后安装下面两个包 : oracle-rdbms-server-11gr2-preinstall ( 从 YUM 安装, 这个包会配置 Oracle RAC 所需系统参数和环 境变量 ) cvuqdisk (Oracle 安装介质中提供这个包, 用于安装前检查 ) 14. 检查配置文件 /etc/sysctl.conf kernel.shmmni = 4096 kernel.sem = fs.file-max = (512 x processes for example for processes) net.ipv4.ip_local_port_range = net.core.rmem_default = net.core.rmem_max = net.core.wmem_default = net.core.wmem_max = kernel.shmall = physical RAM size / pagesize For most systems, this will be the value See Note: for more information. eg: kernel.shmall= (62gb) kernel.shnmax= (32GB) kernel.shmmax = RAM times 0.5 (or higher at customer's discretion - seenote: ) /etc/profile ulimit u ulimit n 依照 oracle 传统, 创建 clusterware 主用户 grid : [root@racnode1 ~]# groupadd -g 1000 oinstall [root@racnode1 ~]# groupadd -g 1200 asmadmin [root@racnode1 ~]# groupadd -g 1201 asmdba [root@racnode1 ~]# groupadd -g 1202 asmoper [root@racnode1 ~]# useradd -m -u g oinstall -G asmadmin,asmdba,asmoper -d /home/grid -s /bin/bash -c "Grid Infrastructure Owner" grid [root@racnode1 ~]# id grid uid=1100(grid) gid=1000(oinstall) groups=1000(oinstall), 1200(asmadmin), 1201(asmdba),1202(asmoper) 设置 grid 帐户的口令 : [root@racnode1 ~]# passwd grid Changing password for user grid. New UNIX password:xxxxxxxxxxx

9 Retype new UNIX password:xxxxxxxxxxx passwd: all authentication tokens updated successfully. 为 grid 用户创建初始化脚本 (/home/grid/.bash_profile): #.bash_profile # OS User: grid # Application: Oracle Grid Infrastructure # Version: Oracle 11g release 2 # Get the aliases and functions if [ -f ~/.bashrc ]; then. ~/.bashrc fi alias ls="ls -FA" # ORACLE_SID # Specifies the Oracle system identifier (SID) # for the Automatic Storage Management (ASM)instance # running on this node. # Each RAC node must have a unique ORACLE_SID. # (i.e. +ASM1, +ASM2,...) ORACLE_SID=+ASM1; export ORACLE_SID # JAVA_HOME # Specifies the directory of the Java SDK and Runtime # Environment. JAVA_HOME=/usr/local/java; export JAVA_HOME # ORACLE_BASE # Specifies the base of the Oracle directory structure # for Optimal Flexible Architecture (OFA) compliant

10 # installations. The Oracle base directory for the # grid installation owner is the location where # diagnostic and administrative logs, and other logs # associated with Oracle ASM and Oracle Clusterware # are stored. ORACLE_BASE=/u01/app/grid; export ORACLE_BASE # ORACLE_HOME # Specifies the directory containing the Oracle # Grid Infrastructure software. For grid # infrastructure for a cluster installations, the Grid # home must not be placed under one of the Oracle base # directories, or under Oracle home directories of # Oracle Database installation owners, or in the home # directory of an installation owner. During # installation, ownership of the path to the Grid # home is changed to root. This change causes # permission errors for other installations. ORACLE_HOME=/u01/app/11.2.0/grid; export ORACLE_HOME # ORACLE_PATH # Specifies the search path for files used by Oracle # applications such as SQL*Plus. If the full path to # the file is not specified, or if the file is not # in the current directory, the Oracle application # uses ORACLE_PATH to locate the file. # This variable is used by SQL*Plus, Forms and Menu. ORACLE_PATH=/u01/app/oracle/common/oracle/sql; export ORACLE_PATH # SQLPATH # Specifies the directory or list of directories that # SQL*Plus searches for a login.sql file. # SQLPATH=/u01/app/common/oracle/sql; export SQLPATH

11 # ORACLE_TERM # Defines a terminal definition. If not set, it # defaults to the value of your TERM environment # variable. Used by all character mode products. ORACLE_TERM=xterm; export ORACLE_TERM # NLS_DATE_FORMAT # Specifies the default date format to use with the # TO_CHAR and TO_DATE functions. The default value of # this parameter is determined by NLS_TERRITORY. The # value of this parameter can be any valid date # format mask, and the value must be surrounded by # double quotation marks. For example: # # NLS_DATE_FORMAT = "MM/DD/YYYY" # NLS_DATE_FORMAT="DD-MON-YYYY HH24:MI:SS"; export NLS_DATE_FORMAT # TNS_ADMIN # Specifies the directory containing the Oracle Net # Services configuration files like listener.ora, # tnsnames.ora, and sqlnet.ora. TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN # ORA_NLS11 # Specifies the directory where the language, # territory, character set, and linguistic definition # files are stored. ORA_NLS11=$ORACLE_HOME/nls/data; export ORA_NLS11 # PATH # Used by the shell to locate executable programs;

12 # must include the $ORACLE_HOME/bin directory. PATH=.:${JAVA_HOME}/bin:${PATH}:$HOME/bin:$ORACLE_HOME/bin PATH=${PATH}:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin PATH=${PATH}:/u01/app/common/oracle/bin export PATH # LD_LIBRARY_PATH # Specifies the list of directories that the shared # library loader searches to locate shared object # libraries at runtime. LD_LIBRARY_PATH=$ORACLE_HOME/lib LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$ORACLE_HOME/oracm/lib LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/lib:/usr/lib:/usr/local/lib export LD_LIBRARY_PATH # CLASSPATH # Specifies the directory or list of directories that # contain compiled Java classes. CLASSPATH=$ORACLE_HOME/JRE CLASSPATH=${CLASSPATH}:$ORACLE_HOME/jlib CLASSPATH=${CLASSPATH}:$ORACLE_HOME/rdbms/jlib CLASSPATH=${CLASSPATH}:$ORACLE_HOME/network/jlib export CLASSPATH # THREADS_FLAG # All the tools in the JDK use green threads as a # default. To specify that native threads should be # used, set the THREADS_FLAG environment variable to # "native". You can revert to the use of green # threads by setting THREADS_FLAG to the value # "green". THREADS_FLAG=native; export THREADS_FLAG

13 # TEMP, TMP, and TMPDIR # Specify the default directories for temporary # files; if set, tools that create temporary files # create them in one of these directories. export TEMP=/tmp export TMPDIR=/tmp # UMASK # Set the default file mode creation mask # (umask) to 022 to ensure that the user performing # the Oracle software installation creates files # with 644 permissions. umask 创建 oracle 账号 oracle : [root@racnode1 ~]# groupadd -g 1300 dba [root@racnode1 ~]# groupadd -g 1301 oper [root@racnode1 ~]# useradd -m -u g oinstall -G dba,oper,asmdba -d /home/oracle -s /bin/bash -c "Oracle Software Owner" oracle [root@racnode1 ~]# id oracle uid=1101(oracle) gid=1000(oinstall) groups=1000(oinstall),1201(asmdba),1300(dba),1301(oper) 然后为 oracle 用户创建登录环境 (/home/oracle/.bash_profile) #.bash_profile # OS User: oracle # Application: Oracle Database Software Owner # Version: Oracle 11g release 2 # Get the aliases and functions if [ -f ~/.bashrc ]; then. ~/.bashrc

14 fi alias ls="ls -FA" # ORACLE_SID # Specifies the Oracle system identifier (SID) for # the Oracle instance running on this node. # Each RAC node must have a unique ORACLE_SID. # (i.e. racdb1, racdb2,...) ORACLE_SID=racdb1; export ORACLE_SID # ORACLE_UNQNAME # In previous releases of Oracle Database, you were # required to set environment variables for # ORACLE_HOME and ORACLE_SID to start, stop, and # check the status of Enterprise Manager. With # Oracle Database 11g release 2 (11.2) and later, you # need to set the environment variables ORACLE_HOME # and ORACLE_UNQNAME to use Enterprise Manager. # Set ORACLE_UNQNAME equal to the database unique # name. ORACLE_UNQNAME=racdb; export ORACLE_UNQNAME # JAVA_HOME # Specifies the directory of the Java SDK and Runtime # Environment. JAVA_HOME=/usr/local/java; export JAVA_HOME # ORACLE_BASE # Specifies the base of the Oracle directory structure # for Optimal Flexible Architecture (OFA) compliant # database software installations.

15 ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE # ORACLE_HOME # Specifies the directory containing the Oracle # Database software. ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1; export ORACLE_HOME # ORACLE_PATH # Specifies the search path for files used by Oracle # applications such as SQL*Plus. If the full path to # the file is not specified, or if the file is not # in the current directory, the Oracle application # uses ORACLE_PATH to locate the file. # This variable is used by SQL*Plus, Forms and Menu. ORACLE_PATH=/u01/app/common/oracle/sql; export ORACLE_PATH # SQLPATH # Specifies the directory or list of directories that # SQL*Plus searches for a login.sql file. # SQLPATH=/u01/app/common/oracle/sql; export SQLPATH # ORACLE_TERM # Defines a terminal definition. If not set, it # defaults to the value of your TERM environment # variable. Used by all character mode products. ORACLE_TERM=xterm; export ORACLE_TERM # NLS_DATE_FORMAT # Specifies the default date format to use with the # TO_CHAR and TO_DATE functions. The default value of

16 # this parameter is determined by NLS_TERRITORY. The # value of this parameter can be any valid date # format mask, and the value must be surrounded by # double quotation marks. For example: # # NLS_DATE_FORMAT = "MM/DD/YYYY" # NLS_DATE_FORMAT="DD-MON-YYYY HH24:MI:SS"; export NLS_DATE_FORMAT # TNS_ADMIN # Specifies the directory containing the Oracle Net # Services configuration files like listener.ora, # tnsnames.ora, and sqlnet.ora. TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN # ORA_NLS11 # Specifies the directory where the language, # territory, character set, and linguistic definition # files are stored. ORA_NLS11=$ORACLE_HOME/nls/data; export ORA_NLS11 # PATH # Used by the shell to locate executable programs; # must include the $ORACLE_HOME/bin directory. PATH=.:${JAVA_HOME}/bin:${PATH}:$HOME/bin:$ORACLE_HOME/bin PATH=${PATH}:/usr/bin:/bin:/usr/bin/X11:/usr/local/bin PATH=${PATH}:/u01/app/common/oracle/bin export PATH # LD_LIBRARY_PATH # Specifies the list of directories that the shared # library loader searches to locate shared object # libraries at runtime.

17 LD_LIBRARY_PATH=$ORACLE_HOME/lib LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:$ORACLE_HOME/oracm/lib LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/lib:/usr/lib:/usr/local/lib export LD_LIBRARY_PATH # CLASSPATH # Specifies the directory or list of directories that # contain compiled Java classes. CLASSPATH=$ORACLE_HOME/JRE CLASSPATH=${CLASSPATH}:$ORACLE_HOME/jlib CLASSPATH=${CLASSPATH}:$ORACLE_HOME/rdbms/jlib CLASSPATH=${CLASSPATH}:$ORACLE_HOME/network/jlib export CLASSPATH # THREADS_FLAG # All the tools in the JDK use green threads as a # default. To specify that native threads should be # used, set the THREADS_FLAG environment variable to # "native". You can revert to the use of green # threads by setting THREADS_FLAG to the value # "green". THREADS_FLAG=native; export THREADS_FLAG # TEMP, TMP, and TMPDIR # Specify the default directories for temporary # files; if set, tools that create temporary files # create them in one of these directories. export TEMP=/tmp export TMPDIR=/tmp # UMASK # Set the default file mode creation mask # (umask) to 022 to ensure that the user performing

18 # the Oracle software installation creates files # with 644 permissions. umask 创建 RAC 安装所需目录结构 : # mkdir -p /u01/app/11.2.0/grid # chown grid:oinstall /u01/app/11.2.0/grid # chmod -R 775 /u01/app/11.2.0/grid # mkdir -p /u01/app/oracle # chown -R oracle:oinstall /u01/app/oracle # chmod -R 775 /u01/app/oracle 3.1 安装 VMware Tools To install VMware Tools 1. Confirm that the Linux virtual machine is powered on. 2. In vsphere Client, right-click the virtual machine and select Guest > Install VMware Tools. 3. In the Linux guest OS, create a mount point and run the following command: mkdir /mnt/cdrom 4. Mount the CD-ROM with the following command: mount /dev/cdrom /mnt/cdrom 5. Install VMware Tools using RPM, with the following command: rpm -ivh /mnt/cdrom/vmwaretools rpm As an example, is the version of VMware Tools used here. 6. Configure VMware Tools, by running the following command: /usr/bin/vmware-config-tools.pl 7. Unmount the CD-ROM with the following command: umount /mnt/cdrom 8. Click VM in the virtual machine menu, and click Guest > End VMware Tools Install.

19 3.2 时钟同步 按照 VMware 官方文档 Timekeeping best practices for Linux guests ( 来配置在 Linux 上配置 NTP, 同时停掉虚拟机中 VMware tools 与 ESX 主机的时钟同步. 有两种方法停止 VMware tools 的时钟同步进程 : Set tools.synctime = "False" in the configuration file (.vmx file) of the virtual machine. Run the vmware-guestd --cmd "vmx.set_option synctime 1 0" command in the guest operating system. 编辑 /etc/sysconfig/ntpd 增加 -x 选项, 如下所示 : # Drop root to id 'ntp:ntp' by default. OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid" /etc/ntp.conf 示例 : tinker panic 0 driftfile /var/lib/ntp/drift statistics loopstats statsdir /var/log/ntp/ logfile /var/log/ntp/ntpd.log filegen peerstats file peers type day link enable filegen loopstats file loops type day link enable server

20 4. 准备其他虚拟机和 RAC 节点 现在第一个 RAC 节点 (RAC1) 所用的虚拟机就创建好了, 现在可以用这个虚拟机克隆出其他 RAC 节点所用的虚拟机, 如果前面的步骤都执行正确, 现在就可以把这个虚拟机制成模板, 留作以后使用 大概步骤如下 : In vcenter, clone RAC1. 在新创建的虚拟机里删除 RAC1 所带的共享磁盘 重新添加仲裁盘, 仲裁盘同样需要开启 multi-writer 开关 修改客户机 IP 地址. 4.1 虚机克隆 1. RAC1 停机 2. In vsphere Client, select the virtual machine, RAC1. 3. Right-click the name of the virtual machine and select Clone. 4. In the Clone Virtual Machine wizard on the Name and Location page, enter RAC2 for the Name. Click Next. 5. On the Host / Cluster page, select a host or cluster. Click Next. 6. On the Specific Host page, select a unique ESX host (that is, one not running a RAC node virtual machine). Click Next. 7. On the Datastore page, select a VMFS datastore. Click Next. 8. On the Disk Format page, select Same format as source. Click Next. 9. On the Guest Customization page, select customize using the customization wizard. 10. config IP address for eth0 and eth1

21 11. On the Ready to Complete page, click Finish.

22 4.2 配置仲裁盘 虚拟机克隆之后, 指向仲裁盘的路径会失效, 所以需要先在虚机配置里删除这个硬盘重建, 同时把 SCSI 控制器类型改为 paravirtual. 按照下述步骤配置 RAC2: 删除共享盘 1. In vsphere Client, select a virtual machine. 2. Right-click the name of the virtual machine and select Edit Settings to display the Virtual Machine Properties pane. 3. Select hard disk 2 and click Remove. In the Removal Options section, select Remove from virtual machine and click OK. 再新建一次 1. In vsphere Client, select a virtual machine. 2. Right-click the name of a virtual machine and select Edit Settings to display the Virtual Machine Properties pane. 3. Click Add to display the Add Hardware wizard. 4. In the Add Hardware wizard select Hard Disk for the Device Type, and click Next. 5. In the Disk section of the Select a Disk page, select Use an existing virtual disk and click Next. 6. On the Select Existing Disk page, enter the path to the first VMDK of the virtual machine (selected in step 1) used for the CRS and voting datastores. Click Next. 7. On the Advanced Options page, in the Virtual Device Node section, select SCSI (1:0). In the Mode section, select Independent and Persistent. Click Next. 8. On the Ready to Complete page, click Finish. 9. Click OK.

23 修改 SCSI 控制器类型为 paravirtual 1. In vsphere Client, select the virtual machine that was selected in the preceding step Right-click the name of the virtual machine and select Edit Settings to display the Virtual Machine Properties pane. 3. In the device list, select SCSI controller In the SCSI Controller Type section, click Change Type. 5. Select VMware Paravirtual. 6. Click OK, and click OK again.

24 4.3 使用 fdisk 格式化仲裁盘 : 必须在一个节点上对共享盘进行分区和格式化 在 Linux 上可以使用系统自带的 fdisk 工具进行 步骤如下 : 仲裁盘分区 : 1. Log in as root on node1. 2. Enter the command: fdisk /dev/sdb 3. Enter n to create a new partition. 4. Enter p to create a primary partition. 5. Enter 1 to create the first partition. 6. Press Enter to take the default value of 1 for the first cylinder. 7. Press Enter to take the default value of for the last cylinder. 8. Enter w to write the new partition table to disk and exit fdisk. The output from the fdisk command should like somewhat like the following: root@vmorarac1 ~# fdisk /dev/sdb Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel Building a new DOS disklabel. Changes will remain in memory only, until you decide to write them. After that, of course, the previous content won't be recoverable. Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite) Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 1 First cylinder ( , default 1): Using default value 1 Last cylinder or +size or +sizem or +sizek ( , default 20480): Using default value Command (m for help): w The partition table has been altered!

25 Calling ioctl() to re-read partition table. Syncing disks.

26 5. 安装 Oracle Grid 软件 现在我们有两个虚机, 可以开始安装 grid 环境了. 安装 Oracle Grid Infrastructure 1. 用 oracleasm 在 /dev/sdb1 创建 griddisk CRS1. 2. 将 Oracle RAC 安装包 ( ) 上传到 RAC1 并解压 3. 切换到 grid 用户启动 Oracle Grid 安装程序./runInstaller 4. 在第一页安装选项页, 选择 Install and Configure Infrastructure for a Cluster. Click Next. 5. On the Installation Type page, select Advanced Installation and click Next. 6. On the Product Languages page, select English and click Next. 7. On the Grid Plug and Play page, enter rac for the Cluster Name, rac-scan.localdomain for the SCAN Name and 1521 for the SCAN Port. Click Next. 8. On the Cluster Node Information page, click Add to enter a Hostname and Virtual IP Name. Repeat the process for each of the four hosts, as follows: Hostname RAC1 RAC2 Virtual IP Name RAC1-vip RAC2-vip 9. Click Next. 10. On the Network Interface Usage page, enter the following information for the Interface Name, Subnet, and Interface Type: Interface Name Subnet Interface Type eth Public eth Private 11. Click Next. 12. On the Storage Option page, select Automatic Storage Management (ASM), and click Next. 13. On the Create ASM Disk Group page, enter CRS for the Disk Group Name, and select Normal for Redundancy.

27 14. In the Add Disks section of the Create ASM Disk Group page, select Candidate Disks. Make the following entries: Disk Path Size (in MB) Status ORCL:CRSDISK Candidate 15. Select the check box to the left of each of these entries, and click Next. 16. On the ASM Password page, select Use same passwords for these accounts and enter the password oracle in the Specify Password and Confirm Password fields. Click Next. 17. On the Failure Isolation page, select Do not use Intelligent Platform Management Interface (IPMI). Click Next. 18. On the Operating System Groups page, make the following entries: Field ASM Database Administrator (OSDBA) Group ASM Instance Administration Operator (OSOPER) Group ASM Instance Administrator (OSASM) Group Selection asmdba asmoper asmadmin 19. Click Next. 20. On the Installation Location page, enter /u01/app/grid for the Oracle Base, and /u01/app/11.2.0/grid for the Software Location. Click Next 21. On the Create Inventory page, enter /u01/app/orainventory for the Inventory Directory. Click Next. 22. Wait while the setup application conducts the prerequisite checks and installs Grid on each node. After setup is complete, execute the following configuration scripts on the four nodes VMORARAC1, VMORARAC2. These scripts must be executed in a terminal window as root. /u01/app/orainventory/orinstroot.sh /u01/app/11.2.0/grid/root.sh Note: don t run root.sh scripts on 2 nodes at the same time, or else It will fail. 23. Click OK, and click Finish.

28 6. 验证 Grid 安装的正确性 The following figures show how to run various RAC commands in the guest OS to check the status of the cluster. Figure 1. Check the CRS Status on the First Node as Grid User Figure 2. Check for Cluster Nodes

29 Figure 3. Check for Cluster Registry (OCR) Figure 4. Check Voting Disk

30 7. 增加数据盘和 REDO 盘 In this section, the database disks for data and redo logs are added to the virtual machine RAC nodes in the following way: Data and redo datastores are created with the assigned LUNs, and corresponding VMDKs are added to the virtual machine RAC1. The SCSI controller type is set to VMware Paravirtual. The same Data and Redo VMDKs are added to the remaining node (RAC2) by selecting the VMDKs that were created for RAC1. Again, the SCSI controller type is set to VMware Paravirtual. The added disks are formatted using the Linux fdisk utility. Configuration parameters are added for each virtual machine. The procedures in this section describe the steps needed for one virtual machine. Repeat the steps in this section for each of the four virtual machines named RAC1, RAC2. To add DATA or REDO disks to the first virtual machine 1. In vsphere Client, select the virtual machine. 2. Right-click the name of the virtual machine and select Edit Settings to display the Virtual Machine Properties pane. 3. Click Add to display the Add Hardware wizard. 4. In the Add Hardware wizard select Hard Disk for the Device Type, and click Next. 5. In the Disk section of the Select a Disk page, select Create a new virtual disk. Set the disk size to 1000GB for DATA or 900GB for REDO, and select the Support clustering features such as Fault Tolerance check box. Also, for vsphere 5, in the Disk Provisioning section, select Thick Provision Eager Zeroed. Select DATA01 for DATA, or REDO01 for REDO to specify a datastore. Click Next. 6. On the Compatibility Mode page, click Next. 7. On the Advanced Options page, in the Virtual Device Node section, select SCSI (1:1) for REDO, or SCSI (2:0) for DATA. Set the Mode to Independent. Click Next 8. On the Ready to Complete page, click Finish. 9. Click OK. 10. Repeat steps 1 through 9 for all the DATA datastores. Change step 7 to use SCSI (2:1)/ SCSI (3:0)/ SCSI (3:1) for the other DATA datastores.

31 To set the SCSI controller type to paravirtual 1. Select the virtual machine that was selected in the preceding step Right-click the name of the virtual machine and select Edit Settings to display the Virtual Machine Properties pane. 3. In the device list, select SCSI controller In the SCSI Bus Sharing section, select None, keep the default selection. 5. In the SCSI Controller Type section, click Change Type. 6. Select VMware Paravirtual. 7. Click OK, and click OK again. To format disks using the Linux fdisk utility 1. Follow the steps in Section 4.3 to format one disk. 2. Repeat, using fdisk to format each disk. To add configuration parameters for each Oracle RAC virtual machine Add Configuration parameters for each Oracle RAC virtual machine as per Disabling simultaneous write protection provided by VMFS using the multi-writer flag ( To add configuration parameters to the virtual machines 1. In vsphere Client, select a virtual machine. 2. Right-click the name of the virtual machine and select Edit Settings to display the Virtual Machine Properties pane. 3. Click the Options tab, click Advanced, and click General. 4. Click Configuration Parameters. 5. On the Configuration Parameters page, add rows and entries for the shared disks in the virtual machine s configuration parameters as shown in the following screenshot.

32 The devices for the virtual machine should look like the following screenshot.

33 8. 以 grid 用户创建 DATA 和 REDO 磁盘组 为安装数据库做准备 1. 使用 oracleasm 创建 4 个数据盘 DATA1 到 DATA4, 使用的设备为 /dev/sdd1 到 /dev/sdg1 用设备 /dev/sdc1 创建 REDO 磁盘 REDO1. 2. 以 grid 用户登录节点 1 (RAC1), 启动 ASM 配置助手 (asmca), 创建两个磁盘组 DATADG ( 选择所有 DATA 标签盘 DATA1 到 DATA4) 和 REDODG ( 选择磁盘 REDO1). 3. In the ASM Configuration Assistant, on the Create Disk Group page, enter DATADG for the Disk Group Name. In the Redundancy section, select External (None). Click OK, and click OK again. 4. On the Create Disk Group page, in the Select Member Disks section, select ORCL:DATA1, ORCL:DATA2, ORCL:DATA3, and ORCL:DATA4. Set the size of each to 1000GB. Click OK. 5. On the Create Disk Group page, enter REDODG for the Disk Group Name. In the Redundancy section, select External (None). Click OK, and click OK again. 6. On the Create Disk Group page, in the Select Member Disks section, select ORCL:REDO1,,. Set the size of each to 900GB. Click OK.

34 9. 安装 RAC 数据库 To install and create the Oracle Database 11g R2 RAC 1. Log in into RAC1 as oracle user and launch runinstaller from the Oracle software location to install the Oracle binaries. 2. In the Oracle Installer wizard, on the Configure Security Updates page, leave the field blank, and do not select I wish to receive security updates via My Oracle Support. Click Next. 3. On the Installation Option page, select Install database software only. Click Next. 4. On the Grid Options page, select Real Application Clusters database installation. Select the four nodes RAC1, RAC2. Click Next. 5. On the Product Languages page, select English. Click Next. 6. On the Database Edition page, select Enterprise Edition (4.29GB). Click Next. 7. On the Installation Location page, enter /u01/app/oracle for Oracle Base, and /u01/app/oracle/product/11.2.0/dbhome_1 for Software Location. Click Next. 8. On the Operating System Groups page, select dba for the Database Administrator (OSDBA) Group and oinstall for the Database Operator (OSOPER) Group. Click Next. 9. Review the configuration on the Summary page, and click Finish. 10. After the installation is complete, open a terminal window, log in as root, and run the following script: /u01/app/oracle/product/11.2.0/dbhome_1/root.sh Repeat for each of the four nodes, and click OK. 11. On the Finish page, click Close. 12. Create the Oracle RAC database using Oracle Database Configuration Assistant (DBCA).

PowerPoint 演示文稿

PowerPoint 演示文稿 在 Oracle Linux 6.5 上安装 Oracle RAC 12.2.0.1 预备知识 RAC 的拓扑图 RAC 安装和配置 预备知识 如果你想了解更多 Oracle 的知识, 官方文档是最佳途径 https://docs.oracle.com/en/ 最近我看到了 Oracle Upgrades 专家 Mike Dietrich 的这篇博客文章 https://mikedietrichde.com/2018/07/30/clarification-support-periods-for-oracle-12-2-0-1-and-18c/

More information

ORACLE Enterprise Linux 6.3下ORACLE11g的安装

ORACLE Enterprise Linux 6.3下ORACLE11g的安装 ORACLE Enterprise Linux 6.3 环 境 下 ORACLE11g 的 安 装 文 档 1 安 装 前 的 参 数 配 置 Auther:chenzhuzuo@163.com 以 下 操 作 需 要 一 root 用 户 的 身 份 进 行 操 作 1.1 在 文 件 /etc/sysctl.conf 中 添 加 如 下 内 容 fs.le-max = 6815744 fs.aio-max-nr

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 2 1 Windows 95/98 Windows 2000 3.5 Windows NT Server 4.0 2 Windows DOS 3.5 T200 2002 RAID RAID RAID 5.1 Windows 2000 Server T200 2002 Windows 2000 Server Windows 2000 Server Windows 2000 Server 3.5 for

More information

Microsoft Word - template.doc

Microsoft Word - template.doc HGC efax Service User Guide I. Getting Started Page 1 II. Fax Forward Page 2 4 III. Web Viewing Page 5 7 IV. General Management Page 8 12 V. Help Desk Page 13 VI. Logout Page 13 Page 0 I. Getting Started

More information

K7VT2_QIG_v3

K7VT2_QIG_v3 ............ 1 2 3 4 5 [R] : Enter Raid setup utility 6 Press[A]keytocreateRAID RAID Type: JBOD RAID 0 RAID 1: 2 7 RAID 0 Auto Create Manual Create: 2 RAID 0 Block Size: 16K 32K

More information

AL-M200 Series

AL-M200 Series NPD4754-00 TC ( ) Windows 7 1. [Start ( )] [Control Panel ()] [Network and Internet ( )] 2. [Network and Sharing Center ( )] 3. [Change adapter settings ( )] 4. 3 Windows XP 1. [Start ( )] [Control Panel

More information

AL-MX200 Series

AL-MX200 Series PostScript Level3 Compatible NPD4760-00 TC Seiko Epson Corporation Seiko Epson Corporation ( ) Seiko Epson Corporation Seiko Epson Corporation Epson Seiko Epson Corporation Apple Bonjour ColorSync Macintosh

More information

ebook140-8

ebook140-8 8 Microsoft VPN Windows NT 4 V P N Windows 98 Client 7 Vintage Air V P N 7 Wi n d o w s NT V P N 7 VPN ( ) 7 Novell NetWare VPN 8.1 PPTP NT4 VPN Q 154091 M i c r o s o f t Windows NT RAS [ ] Windows NT4

More information

ebook140-9

ebook140-9 9 VPN VPN Novell BorderManager Windows NT PPTP V P N L A V P N V N P I n t e r n e t V P N 9.1 V P N Windows 98 Windows PPTP VPN Novell BorderManager T M I P s e c Wi n d o w s I n t e r n e t I S P I

More information

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10

Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Serial ATA ( Silicon Image SiI3114)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 5 (4) S A T A... 8 (5) S A T A... 10 Ác Åé å Serial ATA ( Silicon Image SiI3114) S A T A (1) SATA (2)

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 T200 3020 Windows 2000 Advanced Server /Windows NT 4.0 Server /Redhat Linux7.3 SCO UnixWare7.1.1 Novell NetWare5.0 1. Windows 2000 Advanced Server / 2. Windows NT 4.0 Server / 3. Redhat Linux7.3 4. SCO

More information

Basic System Administration

Basic System Administration 基 本 系 统 管 理 ESX Server 3.5 ESX Server 3i 版 本 3.5 Virtual Center 2.5 基 本 管 理 指 南 基 本 管 理 指 南 修 订 时 间 :20080410 项 目 :VI-CHS-Q208-490 我 们 的 网 站 提 供 最 新 的 技 术 文 档, 网 址 为 : http://www.vmware.com/cn/support/

More information

Guide to Install SATA Hard Disks

Guide to Install SATA Hard Disks SATA RAID 1. SATA. 2 1.1 SATA. 2 1.2 SATA 2 2. RAID (RAID 0 / RAID 1 / JBOD).. 4 2.1 RAID. 4 2.2 RAID 5 2.3 RAID 0 6 2.4 RAID 1.. 10 2.5 JBOD.. 16 3. Windows 2000 / Windows XP 20 1. SATA 1.1 SATA Serial

More information

# Public node node2 # VIPs node1-v node2-v # Private node1-i private node2-i p

# Public node node2 # VIPs node1-v node2-v # Private node1-i private node2-i p 18c GI/RAC 安装指南 本文包含 18c GI/RAC step-by-step 的安装步骤, 同时也包含 dbca 创建数据库的过程 注意 : 这篇文章只是展示 18c GI/RAC 的安装过程, 以测试为目的 如果您希望以该文作为 您生产系统安装文档, 请进行充分的测试并根据您的需求进行更改 1. 关闭 SELINUX, 防火墙 vi /etc/selinux/config SELINUX=disabled

More information

Centos5.3+Oracle11g 安装笔记 环境 :Centos5.3 Oracle11g 系统要求 : 物理内存 >1G,swap 分区 >2G, 磁盘 >12G Centos 下载地址 Oracle1

Centos5.3+Oracle11g 安装笔记 环境 :Centos5.3 Oracle11g 系统要求 : 物理内存 >1G,swap 分区 >2G, 磁盘 >12G Centos 下载地址   Oracle1 Centos5.3+Oracle11g 安装笔记 环境 :Centos5.3 Oracle11g 系统要求 : 物理内存 >1G,swap 分区 >2G, 磁盘 >12G Centos 下载地址 http://mirrors.163.com/centos/5.5/isos/i386/ Oracle11g 下载地址 http://download.oracle.com/otn/linux/oracle11g/r2/linux_11gr2_database_1of

More information

深圳市亚可信息技术有限公司 NetWeaver 7.3 EhP1 ABAP on Redhat Enterprise Linux Server 62 for Oracle112 High Availability System Installation Created by

深圳市亚可信息技术有限公司 NetWeaver 7.3 EhP1 ABAP on Redhat Enterprise Linux Server 62 for Oracle112 High Availability System Installation Created by NetWeaver 7.3 EhP1 ABAP on Redhat Enterprise Linux Server 62 for Oracle112 High Availability System Installation Created by 13092539@qq.com 1. 安装规划 Parameter Host A Host B Host C For ASCS Database Dialog

More information

Windows XP

Windows XP Windows XP What is Windows XP Windows is an Operating System An Operating System is the program that controls the hardware of your computer, and gives you an interface that allows you and other programs

More information

Chapter 2

Chapter 2 2 (Setup) ETAP PowerStation ETAP ETAP PowerStation PowerStation PowerPlot ODBC SQL Server Oracle SQL Server Oracle Windows SQL Server Oracle PowerStation PowerStation PowerStation PowerStation ETAP PowerStation

More information

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile..

WebSphere Studio Application Developer IBM Portal Toolkit... 2/21 1. WebSphere Portal Portal WebSphere Application Server stopserver.bat -configfile.. WebSphere Studio Application Developer IBM Portal Toolkit... 1/21 WebSphere Studio Application Developer IBM Portal Toolkit Portlet Doug Phillips (dougep@us.ibm.com),, IBM Developer Technical Support Center

More information

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南

Symantec™ Sygate Enterprise Protection 防护代理安装使用指南 Symantec Sygate Enterprise Protection 防 护 代 理 安 装 使 用 指 南 5.1 版 版 权 信 息 Copyright 2005 Symantec Corporation. 2005 年 Symantec Corporation 版 权 所 有 All rights reserved. 保 留 所 有 权 利 Symantec Symantec 徽 标 Sygate

More information

HOL-CHG-1695

HOL-CHG-1695 Table of Contents 练 习 概 述 - - vsphere 挑 战 练 习... 2 练 习 指 导... 3 第 1 单 元 : 在 实 践 中 学 习 (15 分 钟 )... 5 剪 贴 板 复 制 和 粘 贴 功 能 无 法 使 用?... 6 虚 拟 机 性 能 不 佳... 17 第 2 单 元 : 基 本 运 维 挑 战 (30 分 钟 )... 32 无 法 登 录

More information

1.ai

1.ai HDMI camera ARTRAY CO,. LTD Introduction Thank you for purchasing the ARTCAM HDMI camera series. This manual shows the direction how to use the viewer software. Please refer other instructions or contact

More information

epub83-1

epub83-1 C++Builder 1 C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r C + + B u i l d e r 1.1 1.1.1 1-1 1. 1-1 1 2. 1-1 2 A c c e s s P a r a d o x Visual FoxPro 3. / C / S 2 C + + B u i l d e r / C

More information

ebook 185-6

ebook 185-6 6 Red Hat Linux DB2 Universal Database 6.1 D B 2 Red Hat D B 2 Control Center D B 2 D B 2 D B 2 6.1 DB2 Universal Database [DB2]6.1 D B 2 O LT P O L A P D B 2 I B M P C We e k D B 2 D B 2 L i n u x Windows

More information

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1

Cadence SPB 15.2 VOICE Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 Cadence SPB 15.2 VOICE 2005-05-07 Cadence SPB 15.2 PC Cadence 3 (1) CD1 1of 2 (2) CD2 2of 2 (3) CD3 Concept HDL 1of 1 1 1.1 Cadence SPB 15.2 2 Microsoft 1.1.1 Windows 2000 1.1.2 Windows XP Pro Windows

More information

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco

Windows RTEMS 1 Danilliu MMI TCP/IP QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos eco Windows RTEMS 1 Danilliu MMI TCP/IP 80486 QEMU i386 QEMU ARM POWERPC i386 IPC PC104 uc/os-ii uc/os MMI TCP/IP i386 PORT Linux ecos Linux ecos ecos ecos Email www.rtems.com RTEMS ecos RTEMS RTEMS Windows

More information

IP505SM_manual_cn.doc

IP505SM_manual_cn.doc IP505SM 1 Introduction 1...4...4...4...5 LAN...5...5...6...6...7 LED...7...7 2...9...9...9 3...11...11...12...12...12...14...18 LAN...19 DHCP...20...21 4 PC...22...22 Windows...22 TCP/IP -...22 TCP/IP

More information

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1)* ( /2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( )

RAID RAID 0 RAID 1 RAID 5 RAID * ( -1)* ( /2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( ) RAID RAID 0 RAID 1 RAID 5 RAID 10 2 2 3 4 * (-1)* (/2)* No Yes Yes Yes A. B. BIOS SATA C. RAID BIOS RAID ( ) D. SATA RAID/AHCI ( ) SATA M.2 SSD ( ) ( ) ( ) Windows USB 1 SATA A. SATASATAIntel SATA (SATA3

More information

Oracle 4

Oracle 4 Oracle 4 01 04 Oracle 07 Oracle Oracle Instance Oracle Instance Oracle Instance Oracle Database Oracle Database Instance Parameter File Pfile Instance Instance Instance Instance Oracle Instance System

More information

基于UML建模的管理管理信息系统项目案例导航——VB篇

基于UML建模的管理管理信息系统项目案例导航——VB篇 PowerBuilder 8.0 PowerBuilder 8.0 12 PowerBuilder 8.0 PowerScript PowerBuilder CIP PowerBuilder 8.0 /. 2004 21 ISBN 7-03-014600-X.P.. -,PowerBuilder 8.0 - -.TP311.56 CIP 2004 117494 / / 16 100717 http://www.sciencep.com

More information

untitled

untitled V3049A-EXD IP-SAN/NAS Infinova Infinova Infinova Infinova www.infinova.com.cn Infinova Infinova Infinova 1 2 1 2 V3049A-EXD-R16 V3049A-EXD-R24 ... 1 1.1... 1 1.2... 1 1.3... 1... 2 2.1... 2 2.2... 3...

More information

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP

Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Windows XP Serial ATA ( Sil3132)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 10 (5) S A T A... 12 Ác Åé å Serial ATA ( Sil3132) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS

More information

untitled

untitled V3041A-J/V3042A-J IP-SAN/NAS Infinova Infinova Infinova Infinova www.infinova.com.cn Infinova Infinova Infinova 1 2 1 2 V3041A-16R-J V3041A-24R-J V3042A-16R-J V3042A-24R-J V3049-EXD-R16 V3049-EXD-R24 ...

More information

RunPC2_.doc

RunPC2_.doc PowerBuilder 8 (5) PowerBuilder Client/Server Jaguar Server Jaguar Server Connection Cache Thin Client Internet Connection Pooling EAServer Connection Cache Connection Cache Connection Cache Connection

More information

Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1-1MRS755673

Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1-1MRS755673 Olav Lundström MicroSCADA Pro Marketing & Sales 2005 ABB - 1 - Contents MicroSCADA Pro Portal Marketing and sales Ordering MicroSCADA Pro Partners Club 2005 ABB - 2 - MicroSCADA Pro - Portal Imagine that

More information

1 SQL Server 2005 SQL Server Microsoft Windows Server 2003NTFS NTFS SQL Server 2000 Randy Dyess DBA SQL Server SQL Server DBA SQL Server SQL Se

1 SQL Server 2005 SQL Server Microsoft Windows Server 2003NTFS NTFS SQL Server 2000 Randy Dyess DBA SQL Server SQL Server DBA SQL Server SQL Se 1 SQL Server 2005 DBA Microsoft SQL Server SQL ServerSQL Server SQL Server SQL Server SQL Server SQL Server 2005 SQL Server 2005 SQL Server 2005 o o o SQL Server 2005 1 SQL Server 2005... 3 2 SQL Server

More information

Microsoft Word - PS2_linux_guide_cn.doc

Microsoft Word - PS2_linux_guide_cn.doc Linux For $ONY PlayStatioin2 Unofficall General Guide Language: Simplified Chinese First Write By Beter Hans v0.1 Mail: hansb@citiz.net Version: 0.1 本 人 是 菜 鸟 + 小 白 欢 迎 指 正 错 误 之 处, 如 果 您 有 其 他 使 用 心 得

More information

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO

Important Notice SUNPLUS TECHNOLOGY CO. reserves the right to change this documentation without prior notice. Information provided by SUNPLUS TECHNOLO Car DVD New GUI IR Flow User Manual V0.1 Jan 25, 2008 19, Innovation First Road Science Park Hsin-Chu Taiwan 300 R.O.C. Tel: 886-3-578-6005 Fax: 886-3-578-4418 Web: www.sunplus.com Important Notice SUNPLUS

More information

Logitech Wireless Combo MK45 English

Logitech Wireless Combo MK45 English Logitech Wireless Combo MK45 Setup Guide Logitech Wireless Combo MK45 English................................................................................... 7..........................................

More information

P4VM800_BIOS_CN.p65

P4VM800_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Fri 02/25/2005] BIOS Version : P4VM800 BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

CANVIO_AEROCAST_CS_EN.indd

CANVIO_AEROCAST_CS_EN.indd 简 体 中 文...2 English...4 SC5151-A0 简 体 中 文 步 骤 2: 了 解 您 的 CANVIO AeroCast CANVIO AeroCast 无 线 移 动 硬 盘 快 速 入 门 指 南 欢 迎 并 感 谢 您 选 择 TOSHIBA 产 品 有 关 您 的 TOSHIBA 产 品 的 详 情, 请 参 阅 包 含 更 多 信 息 的 用 户 手 册 () 安

More information

untitled

untitled MySQL DBMS under Win32 Editor: Jung Yi Lin, Database Lab, CS, NCTU, 2005/09/16 MySQL 料 理 MySQL 兩 Commercial License 利 GPL MySQL http://www.mysql.com Developer Zone http://www.mysql.com Download 連 連 MySQL

More information

P4Dual-915GL_BIOS_CN.p65

P4Dual-915GL_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date Total Memory DIMM 1 DIMM 2 [ 14:00:09] [Wed 01/05/2005] BIOS Version : P4Dual-915GL BIOS P1.00 Processor Type : Intel (R) Pentium

More information

P4i45GL_GV-R50-CN.p65

P4i45GL_GV-R50-CN.p65 1 Main Advanced Security Power Boot Exit System Date System Time Floppy Drives IDE Devices BIOS Version Processor Type Processor Speed Cache Size Microcode Update Total Memory DDR1 DDR2 Dec 18 2003 Thu

More information

资源管理软件TORQUE与作业调度软件Maui的安装、设置及使用

资源管理软件TORQUE与作业调度软件Maui的安装、设置及使用 TORQUE Maui hmli@ustc.edu.cn 2008 1 1 TORQUE 2 1.1 TORQUE........................... 2 1.2 TORQUE...................... 2 1.3 TORQUE.......................... 4 1.4 TORQUE........................... 4

More information

Serial ATA ( Nvidia nforce430)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A (6) Microsoft Win

Serial ATA ( Nvidia nforce430)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A (6) Microsoft Win Serial ATA ( Nvidia nforce430)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A... 11 (6) Microsoft Windows 2000... 14 Ác Åé å Serial ATA ( Nvidia nforce430)

More information

入學考試網上報名指南

入學考試網上報名指南 入 學 考 試 網 上 報 名 指 南 On-line Application Guide for Admission Examination 16/01/2015 University of Macau Table of Contents Table of Contents... 1 A. 新 申 請 網 上 登 記 帳 戶 /Register for New Account... 2 B. 填

More information

PowerPoint Presentation

PowerPoint Presentation TOEFL Practice Online User Guide Revised September 2009 In This Guide General Tips for Using TOEFL Practice Online Directions for New Users Directions for Returning Users 2 General Tips To use TOEFL Practice

More information

P4V88+_BIOS_CN.p65

P4V88+_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 17:00:09] [Wed 12/22/2004] BIOS Version : P4V88+ BIOS P1.00 Processor Type : Intel (R) Pentium (R) 4 CPU 2.40 GHz Processor

More information

GoFlex Home UG Book.book

GoFlex Home UG Book.book FreeAgent GoFlex Home 用 户 指 南 FreeAgent GoFlex Home 用 户 指 南 2011 Seagate Technology LLC. 保 留 所 有 权 利 Seagate Seagate Technology Wave 徽 标 及 FreeAgent 是 Seagate Technology LLC 或 其 某 个 子 公 司 的 商 标 或 注 册 商

More information

Microsoft Word - SupplyIT manual 3_cn_david.doc

Microsoft Word - SupplyIT manual 3_cn_david.doc MR PRICE Supply IT Lynette Rajiah 1 3 2 4 3 5 4 7 4.1 8 4.2 8 4.3 8 5 9 6 10 6.1 16 6.2 17 6.3 18 7 21 7.1 24 7.2 25 7.3 26 7.4 27 7.5 28 7.6 29 7.7 30 7.8 31 7.9 32 7.10 32 7.11 33 7.12 34 1 7.13 35 7.14

More information

2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM

2 2 3 DLight CPU I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AM Oracle Solaris Studio 12.2 DLight 2010 9 2 2 3 DLight 3 3 6 13 CPU 16 18 21 I/O DLight Oracle Solaris (DTrace) C/C++ Solaris DLight DTrace DLight DLight DLight C C++ Fortran CPU I/O DLight AMP Apache MySQL

More information

概述

概述 Compatibility Report of Red Flag DC Server 4.0 Power by: Product Dept. of Red Flag Date: Mar.31.2003 1...1 2...2 2.1...2 2.2...2 2.3...2 2.4...2 3...3 3.1...3 3.2...15 4...17 1 Red Flag DC Server 4.0 Red

More information

TX-NR3030_BAS_Cs_ indd

TX-NR3030_BAS_Cs_ indd TX-NR3030 http://www.onkyo.com/manual/txnr3030/adv/cs.html Cs 1 2 3 Speaker Cable 2 HDMI OUT HDMI IN HDMI OUT HDMI OUT HDMI OUT HDMI OUT 1 DIGITAL OPTICAL OUT AUDIO OUT TV 3 1 5 4 6 1 2 3 3 2 2 4 3 2 5

More information

Bus Hound 5

Bus Hound 5 Bus Hound 5.0 ( 1.0) 21IC 2007 7 BusHound perisoft PC hound Bus Hound 6.0 5.0 5.0 Bus Hound, IDE SCSI USB 1394 DVD Windows9X,WindowsMe,NT4.0,2000,2003,XP XP IRP Html ZIP SCSI sense USB Bus Hound 1 Bus

More information

Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1

Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1 Red Flag Linux Desktop 4.0 68 6 Red Flag Software Co., Ltd. http://www.redflag-linux.com Red Flag Linux Desktop 4.0 Red Flag Linux Desktop 4.0 1 1 Red Flag Linux Desktop 4.0 1.1 Red Flag Linux Desktop

More information

PROFIBUS3.doc

PROFIBUS3.doc PLC PLC ProfiBus 3. PROFIBUS-DP PROFIBUS-DP PROFIBUS-DP PROFIBUS S7 STEP7 SIMATIC NET S5 COM PROFIBUS COM5431 PROFIBUS-DP GSD GSD *.GSD *. GSE GSD S7 STEP7 PROFIBUS DP S7-400 CPU416-2DP S7-200 PROFIBUS

More information

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論

國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 表 11 國 立 政 治 大 學 教 育 學 系 博 士 班 資 格 考 試 抵 免 申 請 表... 46 論 文 題 目 申 報 暨 指 導 教 授... 47 表 12 國 立 政 治 大 學 碩 博 士 班 論 國 立 政 治 大 學 教 育 學 系 2016 新 生 入 學 手 冊 目 錄 一 教 育 學 系 簡 介... 1 ( 一 ) 成 立 時 間... 1 ( 二 ) 教 育 目 標 與 發 展 方 向... 1 ( 三 ) 授 課 師 資... 2 ( 四 ) 行 政 人 員... 3 ( 五 ) 核 心 能 力 與 課 程 規 劃... 3 ( 六 ) 空 間 環 境... 12 ( 七 )

More information

Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE "Project Properties" IDE makefile 1.

Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE Project Properties IDE makefile 1. Oracle Solaris Studio 12.2 IDE 2010 9 2 8 9 10 11 13 20 26 28 30 32 33 Oracle Solaris Studio makefile C C++ Fortran IDE Solaris Linux C/C++/Fortran IDE "Project Properties" IDE makefile 1. "File" > "New

More information

Oracle Enterprise Manager Cloud Control 12c Release 5 Installation on Oracle Linux 6.6

Oracle Enterprise Manager Cloud Control 12c Release 5 Installation on Oracle Linux 6.6 Oracle Enterprise Manager Cloud Control 12c Release 5 Installation on Oracle Linux 6.6 主要内容 : 1. 准备环境 ; 2. 安装数据库软件 ; 3. 创建资源库 ; 4. 安装 12c Cloud Control; 5. 启动和关闭 ; Author:royalwzy(royalwzy.com) 1. 准备环境

More information

LSI U320 SCSI卡用户手册.doc

LSI U320 SCSI卡用户手册.doc V1.0 Ultra320 SCSI SCSI 2004 7 PentiumIntel MS-DOS Windows Novell Netware Novell Sco Unix Santa Cruz Operation LSI U320 SCSI SCSI SCSI Integrated Mirroring/Integrated Striping BIOS Firmware LSI U320 SCSI

More information

NT 4

NT 4 NT 4.0 Windows 2003 : Microsoft Windows NT Server 4.0 2004 12 31 Microsoft Windows 2003 Microsoft Windows Server 2003 : 1. 2. 3. 4. Total Cost of Ownership 5. 6. 7. XML Web Services Microsoft Certified

More information

Serial ATA ( nvidia nforce4 Ultra/SLI)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A (6) Micro

Serial ATA ( nvidia nforce4 Ultra/SLI)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A (6) Micro Serial ATA ( nvidia nforce4 Ultra/SLI)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A... 11 (6) Microsoft Windows 2000... 14 Ác Åé å Serial ATA ( nvidia

More information

ebook140-11

ebook140-11 11 VPN Windows NT4 B o r d e r M a n a g e r VPN VPN V P N V P N V P V P N V P N TCP/IP 11.1 V P N V P N / ( ) 11.1.1 11 V P N 285 2 3 1. L A N LAN V P N 10MB 100MB L A N VPN V P N V P N Microsoft PPTP

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL steven@nchc.gov.tw, c00hkl00@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Jan, 2003 1 2003/1/28 ( ) 09:00-10:30 10:40-12:00 Linux 13:00-14:30

More information

Abstract arm linux tool-chain root NET-Start! 2

Abstract arm linux tool-chain root NET-Start! 2 Lab III - Embedding Linux 1 Abstract arm linux tool-chain root NET-Start! 2 Part 1.4 Step1. tool-chain 4 Step2. PATH 4 Part 2 kernel 5 Step1. 5 Step2... 6 Step3...8 Part 3 root. 8 Step1. 8 Step2. 8 Part

More information

Oracle Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE "P

Oracle Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE P Oracle Solaris Studio 12.3 IDE 2011 12 E26461-01 2 7 8 9 9 Oracle 10 12 14 21 26 27 29 31 32 33 Oracle Solaris Studio IDE makefile C C++ Fortran makefile IDE Solaris Linux C/C++/Fortran Oracle IDE "Project

More information

TPM BIOS Infineon TPM Smart TPM Infineon TPM Smart TPM TPM Smart TPM TPM Advanced Mode...8

TPM BIOS Infineon TPM Smart TPM Infineon TPM Smart TPM TPM Smart TPM TPM Advanced Mode...8 Smart TPM Rev. 1001 Smart TPM Ultra TPM Smart TPM TPM...3 1. BIOS... 3 2. Infineon TPM Smart TPM... 4 2.1. Infineon TPM...4 2.2. Smart TPM...4 3. TPM... 5 3.1. Smart TPM TPM...5 3.2. Advanced Mode...8

More information

ansoft_setup21.doc

ansoft_setup21.doc Cadence Cadence Cadence 1000 (1) (2) CIC (3).. CIC Cadence (a) CIC license license server license CIC license CIC license (b) 2000 Cadence license 92 1 1 license server CIC 92 1 1 Cadence license licenser

More information

EK-STM32F

EK-STM32F STMEVKIT-STM32F10xx8 软 件 开 发 入 门 指 南 目 录 1 EWARM 安 装... 1 1.1 第 一 步 : 在 线 注 册... 1 1.2 第 二 步 : 下 载 软 件... 2 1.3 第 三 步 : 安 装 EWARM... 3 2 基 于 STMEVKIT-STM32F10xx8 的 示 例 代 码 运 行... 6 2.1 GPIO Demo... 6 2.2

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force Steven Shiau steven@nchc.gov.tw National Center for High-Performance Computing Sep 10, 2002 1 Outline 1. 2. 3. Service DHCP, TFTP, NFS, NIS 4. 5. 2 DRBL (diskless remote boot

More information

ebook70-21

ebook70-21 2 1 2 2 2 3 2 4 2 1 s u O p e n L i n u x L i n u x s c h e d u l i n g L i n u x O p e n L i n u x O p e n L i n u x O p e n L i n u x 5 r m # rm -fr / * L i n u x r m Permission denied s u 21.1 su s

More information

untitled

untitled 2006 6 Geoframe Geoframe 4.0.3 Geoframe 1.2 1 Project Manager Project Management Create a new project Create a new project ( ) OK storage setting OK (Create charisma project extension) NO OK 2 Edit project

More information

SA-DK2-U3Rユーザーズマニュアル

SA-DK2-U3Rユーザーズマニュアル USB3.0 SA-DK2-U3R 2007.0 2 3 4 5 6 7 8 System Info. Manual Rebuild Delete RAID RAID Alarm Rebuild Rate Auto compare Temp Management Load Default Elapse time Event Log 0 2 3 4 2 3 4 ESC 5

More information

f2.eps

f2.eps 前 言, 目 录 产 品 概 况 1 SICAM PAS SICAM 电 力 自 动 化 系 统 配 置 和 使 用 说 明 配 置 2 操 作 3 实 时 数 据 4 人 机 界 面 5 SINAUT LSA 转 换 器 6 状 态 与 控 制 信 息 A 版 本 号 : 08.03.05 附 录, 索 引 安 全 标 识 由 于 对 设 备 的 特 殊 操 作 往 往 需 要 一 些 特 殊 的

More information

如何使用MyNSLab(MNSL)完成老師指派的作業(學生篇)

如何使用MyNSLab(MNSL)完成老師指派的作業(學生篇) Section Page 1. 2. MNSL A.. MyNorthStarLab 老. 行 曆 12. 1. G. 說 H. 1 STUDENT'S QUICK START GUIDE STEP 1: Before You Register STEP 1 Browser Tune-up Check and System Requirements Go to www.mynorthstarlab.com

More information

IBM Rational ClearQuest Client for Eclipse 1/ IBM Rational ClearQuest Client for Ecl

IBM Rational ClearQuest Client for Eclipse   1/ IBM Rational ClearQuest Client for Ecl 1/39 Balaji Krish,, IBM Nam LeIBM 2005 4 15 IBM Rational ClearQuest ClearQuest Eclipse Rational ClearQuest / Eclipse Clien Rational ClearQuest Rational ClearQuest Windows Web Rational ClearQuest Client

More information

TCA Linux 相容性認證測試流程步驟

TCA Linux 相容性認證測試流程步驟 年 度 流 -Linux 行 北 年 錄...2 說...4 2.1...4 2.2...4 2.3...4 2.4 行...5...6 3.1...6 3.2...6 3.3...7 3.4 列...7 Linux...8 4.1...8 4.1.1 CD-ROM...8 4.1.2 滑...10 4.1.3...14 4.1.4 路...19 4.1.5 Linux...22 4.1.6...27

More information

WinMDI 28

WinMDI 28 WinMDI WinMDI 2 Region Gate Marker Quadrant Excel FACScan IBM-PC MO WinMDI WinMDI IBM-PC Dr. Joseph Trotter the Scripps Research Institute WinMDI HP PC WinMDI WinMDI PC MS WORD, PowerPoint, Excel, LOTUS

More information

775i65PE_BIOS_CN.p65

775i65PE_BIOS_CN.p65 1 Main H/W Monitor Boot Security Exit System Overview System Time System Date [ 14:00:09] [Wed 10/20/2004] BIOS Version : 775i65PE BIOS P1.00 Processor Type : Intel (R) CPU 3.20 GHz Processor Speed : 3200

More information

IT (1) IDE... 2 (2) BIOS IDE RAID... 3 (3) RAID BIOS RAID... 5 (4) R A I D (5) ID E RA ID... 15

IT (1) IDE... 2 (2) BIOS IDE RAID... 3 (3) RAID BIOS RAID... 5 (4) R A I D (5) ID E RA ID... 15 IT8212...2 (1) IDE... 2 (2) BIOS IDE RAID... 3 (3) RAID BIOS RAID... 5 (4) R A I D... 13 (5) ID E RA ID... 15 Ác Åé å IT8212 (1) IDE (2) BIOS IDE RAID (3) RAID BIOS RAID (4) RAID (5) RAID (a) ( )IDE (

More information

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / SunSun MicrosystemsSun

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD UNIX X/Open Company, Ltd. / SunSun MicrosystemsSun SAP livecache Sun Cluster Solaris OS SPARC Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 817 7374 10 2004 4 A 2004 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA

More information

自由軟體教學平台

自由軟體教學平台 NCHC Opensource task force DRBL c00hkl00@nchc.gov.tw, steven@nchc.gov.tw National Center for High-Performance Computing http://www.nchc.gov.tw Dec, 2002 1 Outline 1. 2. DRBL 3. 4. Service DHCP, TFTP, NFS,

More information

软件测试(TA07)第一学期考试

软件测试(TA07)第一学期考试 一 判 断 题 ( 每 题 1 分, 正 确 的, 错 误 的,20 道 ) 1. 软 件 测 试 按 照 测 试 过 程 分 类 为 黑 盒 白 盒 测 试 ( ) 2. 在 设 计 测 试 用 例 时, 应 包 括 合 理 的 输 入 条 件 和 不 合 理 的 输 入 条 件 ( ) 3. 集 成 测 试 计 划 在 需 求 分 析 阶 段 末 提 交 ( ) 4. 单 元 测 试 属 于 动

More information

Microsoft Word - linux命令及建议.doc

Microsoft Word - linux命令及建议.doc Linux 操 作 系 统 命 令 集 1 基 本 命 令 查 看 系 统 信 息 : uname -a 修 改 密 码 : passwd 退 出 : logout(exit) 获 取 帮 助 : man commands 2 文 件 和 目 录 命 令 显 示 当 前 工 作 目 录 : pwd 改 变 所 在 目 录 : cd cd - 切 换 到 上 一 次 使 用 的 目 录 cd 切 换

More information

ebook70-22

ebook70-22 2 2 L i n u x f s t a b X 11 L i n u x L i n u x L i n u x D O S Wi n d o w s L i n u x O p e n L i n u x / u s r / m a n / m a n 5 f s t a b m o u n t m o u n t L i n u x 22.1 OpenLinux L i n u x U N

More information

未命名 -1

未命名 -1 BV8188M 使 用 说 明 INSTRUCTIONS 使 用 之 前 请 仔 细 阅 读 此 手 册 Please read before using this manual 深 圳 市 碧 维 视 科 技 有 限 公 司 2013 年 碧 维 视 印 刷, 版 权 所 有, 翻 版 必 究, 本 手 册 内 所 有 图 文, 未 经 授 权, 严 谨 与 任 何 方 式 之 全 面 或 部 分

More information

1

1 DOCUMENTATION FOR FAW-VW Auto Co., Ltd. Sales & Service Architecture Concept () () Version 1.0.0.1 Documentation FAW-VW 1 61 1...4 1.1...4 2...4 3...4 3.1...4 3.2...5 3.3...5 4...5 4.1 IP...5 4.2 DNSDNS...6

More information

05_資源分享-NFS及NIS.doc

05_資源分享-NFS及NIS.doc 5 NFS NFS Server NFS Client NIS NIS 5-0 (Network File System, NFS) Unix NFS mount NFS... Network Information Service NIS Linux NIS NIS NIS / / /etc/passwd /etc/group NFS NIS 5-1 NFS 5-1-1 NFS NFS Network

More information

Microsoft PowerPoint - ch6 [相容模式]

Microsoft PowerPoint - ch6 [相容模式] UiBinder wzyang@asia.edu.tw UiBinder Java GWT UiBinder XML UI i18n (widget) 1 2 UiBinder HelloWidget.ui.xml: UI HelloWidgetBinder HelloWidget.java XML UI Owner class ( Composite ) UI XML UiBinder: Owner

More information

LAMP system and relative tools like SNMP, Expect, Nmap, etc. to build a cross- platform, lo

LAMP system and relative tools like SNMP, Expect, Nmap, etc. to build a cross- platform, lo cchu@ttu.edu.tw jacklin@ttu.edu.tw twt@mail.chihlee.edu.tw LAMP system and relative tools like SNMP, Expect, Nmap, etc. to build a cross- platform, low cost and modulized monitoring, managing, and recovering

More information

Ác Åé å Serial ATA ( nvidia nforce4 SLI) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c)

Ác Åé å Serial ATA ( nvidia nforce4 SLI) S A T A (1) SATA (2) BIOS SATA (3)* RAID BIOS RAID (4) SATA (5) SATA (a) S A T A ( S A T A R A I D ) (b) (c) Serial ATA ( nvidia nforce4 SLI)...2 (1) SATA... 2 (2) B I O S S A T A... 3 (3) RAID BIOS RAID... 6 (4) S A T A... 9 (5) S A T A... 11 (6) Microsoft Windows 2000... 14 Ác Åé å Serial ATA ( nvidia nforce4

More information

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG

IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG IC-900W Wireless Pan & Tilt Wireless Pan & Tilt Remote Control / Night Vision FCC ID:RUJ-LR802UWG --------------------------------------------TABLE OF CONTENTS------------------------------------------

More information

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode]

Microsoft PowerPoint - AWOL - Acrobat Windows Outlook.ppt [Compatibility Mode] AWOL Windows - Tips & Tricks Resolution, color depth & refresh rate Background color Service packs Disk cleanup (cleanmgr) Disk defragmentation AWOL Windows Resolution, Color Depth & Refresh Rate The main

More information

Windows 2000 Server for T100

Windows 2000 Server for T100 2 1 Windows 95/98 Windows 2000 3.5 Windows NT Server 4.0 2 Windows DOS 3.5 T200 2000 RAID RAID RAID 5.1 Windows 2000 Advanced Server T200 2000 Windows 2000 Advanced Server Windows 2000 Advanced Server

More information

Eclipse C C++, or

Eclipse C C++,  or Eclipse C C++, Emailctchen@pl.csie.ntut.edu.tw or s1669021@ntut.edu.tw, s2598003@ntut.edu.tw http://pl.csie.ntut.edu.tw/~ctchen, http://www.ntut.edu.tw/~s2598003/ 2004/9/10 (0.02 ) Eclipse http://www.eclipse.org

More information

68369 (ppp quickstart guide)

68369 (ppp quickstart guide) Printed in USA 04/02 P/N 68369 rev. B PresencePLUS Pro PC PresencePLUS Pro PresencePLUS Pro CD Pass/Fails page 2 1 1. C-PPCAM 2. PPC.. PPCAMPPCTL 3. DB9D.. STPX.. STP.. 01 Trigger Ready Power 02 03 TRIGGER

More information

Microsoft Word - Front cover_white.doc

Microsoft Word - Front cover_white.doc Real Time Programme 行 情 报 价 程 序 Seamico Securities Public Company Limited WWW.SEAMICO.COM Table of Content 目 录 开 始 使 用 开 始 使 用 Z Net 程 序 程 序 1 股 票 观 察 者 4 每 日 股 票 按 时 间 的 交 易 查 询 10 多 股 同 列 13 股 票 行 情

More information