MFM 4.2

Size: px
Start display at page:

Download "MFM 4.2"

Transcription

1 MaxGauge for MySQL Installation Guide

2 Table of contents 目录 1. 结构图 Maxgauge For MySQL 安装信息... 6 安装文件信息... 6 端口信息... 6 主目录... 6 软件的启动 / 终止... 7 启动... 7 终止... 7 启动及终止 shell Maxgauge For MySQL 安装... 9 安装前准备事项... 9 Maxgauge For MySQL 安装程序 监控服务器 日志服务器 Window Version Linux Version... 34

3 MAXGAUGE FOR MYSQL 설치정보 1 结构图 3

4 MFM 4.1_INSTALL GUIDE 1. 结构图 4

5 MAXGAUGE FOR MYSQL 설치 2 MAXGAUGE FOR MYSQL 安装信息 2. Maxgauge For MySQL 安装信息... 6 安装文件信息... 6 端口信息... 6 主目录... 6 软件的启动 / 终止... 7 启动... 7 终止... 7 启动及终止 shell

6 MFM 4.1_INSTALL GUIDE 2. Maxgauge For MySQL 安装信息 安装文件信息 文件名 sysmon.maxgauge4mysql_ _sysmon_64bit.linux.tar 安装位置 监控服务器 maxgauge4mysql.v install.win.zip 日志服务器 (WINDOW 版 ) maxgauge4mysql.v install.linux.tar 日志服务器 (LINUX 版 ) license.trial_ mfm.key 日志服务器 端口信息 主机 Default 端口 说明 实时监控通讯 8070 WAS/GAHTER 与 Client 的端口通讯 MySQL DB 通讯 3306 MySQL DB 与 WAS/GATHER 的通讯端口 Daemon 通讯 9729 Daemon 与 WAS/GATHER 的通讯端口 主目录 目录 说明 安装位置 安装路径 /maxgauge/sysmon MaxGauge Daemon 安装路径 监控服务器 安装路径 /maxgauge/sysmon/conf/instance01 MaxGauge Daemon 配置文件路径 监控服务器 安装路径 \maxgauge4mysql_151207_win MaxGauge WAS/GAHTER 安装路径 日志服务器 (WINDOW 版 ) 安装路径 /maxgauge MaxGauge WAS/GAHTER 安装路径 日志服务器 (LINUX 版 ) 6

7 MAXGAUGE FOR MYSQL 설치 软件的启动 / 终止 启动 指令 / 按键 查看结果 安装位置./sysmonlinux -d Ps ef grep sysmon 监控服务器./sysmonlinuObserver -d Ps ef grep sysmon 监控服务器 Was start 可查看程序 日志服务器 Controller start 可查看程序 日志服务器 终止 指令 / 按键 查看结果 安装位置 Kill -9 SID 命令 Ps ef grep sysmon 监控服务器 Was stop 可查看程序 日志服务器 Controller stop 可查看程序 日志服务器 启动及终止 shell 指令 / 按键查看结果安装位置./main.sh Ps ef grep sysmon 监控服务器 7

8 MFM 4.1_INSTALL GUIDE MAXGAUGE FOR MYSQL 安装 3 3. Maxgauge For MySQL 安装... 9 安装前准备事项... 9 Maxgauge For MySQL 安装程序 监控服务器 日志服务器 Window Version Linux Version

9 MAXGAUGE FOR MYSQL 설치 3. Maxgauge For MySQL 安装 安装前准备事项 工作名 工作内容 端口准备 : 9729 (Sysmon 通讯端口 ) DB 服务器 DB 账号 : 收集 Maxgauge 数据时需要 DB 账户 (select from all table 的权限 ) 查看进程 : MySQL Error, Slowquery log 相关路径的查看 端口准备 : 8070 (WAS 端口驱动 / 连接网页服务服 ) 8071 (WAS 结束端口 ) -Local 通讯用 Logging PC (Repository DB) 8072 (Gather) -Local 通讯用 3306( 监控服务器连接端口 ) DB 账号 : MYSQL 5.6 以上的正式版本 Database, Table, Function, Procedure, View 等大部分 Crud 权限 9

10 MFM 4.1_INSTALL GUIDE Maxgauge For MySQL 安装程序 监控服务器 工作名工作内容所需时间 Upload 上传安装文件 3 分钟 生成目录生成安装路径的 Maxgauge 目录 1 分钟 解压文件解压 (Tar) 1 分钟 执行 Deamon 程序为生成配置文件的文件执行 2 分钟 查看 Mysqld 路径 查看 MySQL 路径 通过 ps-ef grep mysqld 查看 3 分钟 查看 Error log, Slow query 路径 通过 ps ef grep mysqld 路径查看 3 分钟 查看端口查看 netstat an grep 9729 端口 1 分钟 将相关信息输入至 环境配置 /maxgauge/sysmon/conf/instance01 /maxgauge/sysmon/conf/mfm.conf 文件 3 分钟 启动 Daemon./maxgauge/sysmon/bin/sysmonlinuxObserver d 1 分钟 上传安装文件 上传 sysmon.maxgauge4mysql_ _sysmon_64bit.linux.tar 文件 将文件上传到要安装的位置上 10

11 MAXGAUGE FOR MYSQL 설치 生成解压目录 在指定的位置生成 Maxgauge For Mysq 用目录 Default: 将设置的目录位置 /maxgauge/ sysmon 在指定的安装位置生成 maxgauge 目录 mkdir maxgauge 在 maxgauge 目录下生成 sysmon 目录 cd maxgauge mkdir sysmon 在 sysmon 目录下生成 bin, tmp 目录 cd sysmon mkdir bin mkdir tmp 11

12 MFM 4.1_INSTALL GUIDE 将文件移动至安装路径 /maxgauge/sysmon/bin 目录, 并进行解压 将上传的文件移动至安装路径 /maxgauge/ sysmon/bin/ mv sysmon.maxgauge4mysql_ _sysmon_64bit.linux.tar 安装位置 /maxgauge/sysmon/bin/ 解压 tar-xvf sysmon.maxgauge4mysql_ _sysmon_64bit.linux.tar 12

13 MAXGAUGE FOR MYSQL 설치 将压缩文件移动至 2) 中生成的 maxgauge/sysmon/tmp 目录 为能查看后续版本, 将压缩文件移动至 2) 中生成的 tmp mv sysmon.maxgauge4mysql_ _sysmon_64bit.linux.tar 安装位置 /maxgauge/sysmon/tmp 或者 mv sysmon.maxgauge4mysql_ _sysmon_64bit.linux.tar../tmp 为生成配置文件, 在 sysmon/bin 文件夹中驱动 sysmonlinux 后终止 移动至安装位置 /maxgauge/sysmon/bin cd 安装位置 /maxgauge/sysmon/bin 为生成配置文件, 启动 sysmon 守护进程./sysmonlinux d Or 执行./main.sh 移动至安装位置 /maxgauge/sysmon, 并查看是否生成 conf, log 目录 cd 安装位置 /maxgauge/sysmon/ 13

14 MFM 4.1_INSTALL GUIDE Kill 守护进程 该守护进程 (sysmon) 未配置环境, 因此要 kill 查看 sysmon 的 sid 值 ps ef grep sysmon kill - kill -9 SID 命令 Or 执行./main.sh 再次查看是否正常结束 ps ef grep sysmon 14

15 MAXGAUGE FOR MYSQL 설치 查看端口 查看 Sysmon 通讯端口 nestat an grep 9729 查看 mysqld 路径及端口 查看 MySQL 环境设定值及端口 ps ef grep mysqld 复制该路径 掌握 Error log / Data directory / Slow query 路径 通过 Mysql 环境设定值查看 log error 位置 ps ef grep mysqld 15

16 MFM 4.1_INSTALL GUIDE 查看 Error Log 位置 查看 Data Directory 位置 在安装位置 /maxgauge/sysmon/conf/instance01 中输入 MySQL 相关的环境路径 移动至安装位置 /maxgauge/sysmon/conf cd 安装位置 /maxgauge/sysmon/conf 在 instance01 中输入该路径 vi instance01 instance01 PORT : 输入 MySQL 端口 PATH : 输入 MySQL 路径 ( 无法通过上述 PORT 找到 MySQL 时, 通过 PATH 连接 ) 16

17 MAXGAUGE FOR MYSQL 설치 DATA_PATH : 输入 MySQL Data Directory 路径 (ps ef grep mysqld 의 datadir) 输入 ERROR : ERROR LOG 路径 (ps ef grep mysqld 의 log-error) SLOWQUERY : 输入 SLOWQUERY 路径 ( 路径确认后再输入 ) 在安装位置 /maxgauge/sysmon/conf/mfm.conf 中, 输入端口 在 mfm.conf 中输入 Sysmon 通讯端口 vi mfm.conf mfm.conf 值可在 Default 状态下执行驱动 [mfm.conf] PORT : 输入 Sysmon 端口 LEVEL : Consol( 屏幕输出 ):0, Packet:1( 保存请求响应 log 文件 ), Process:2( 保存收集数据 log 文件 ) INTERVAL : 日志传送及检测周期 ( 秒 ) LIMIT_MEM : 内存上限 (MB) 各 LOG 超出上限, 已收集的日志将被删除 17

18 MFM 4.1_INSTALL GUIDE LIMIT_TRANS : 限制单次传送的大小 (KB) 根据网络状态做调整 FILES : 输入 SysLog 路径 ALIAS : 用 instance 별칭으로 ; 로구분하여입력 同一个服务器中有多个 MySQL 时, 需附加输入 移动 Debug 文件 移动至安装位置 /maxgauge/sysmon/bin cd 安装位置 /maxgauge/sysmon/bin 更改 Debug 文件名 mv readme.log.conf log.conf 将 Debug 文件移动至安装位置 /maxgauge/sysmon/conf mv log.conf 安装位置 /maxgauge/sysmon/conf/ Or mv log.conf../conf 18

19 MAXGAUGE FOR MYSQL 설치 Deamon 驱动 移动至安装位置 /maxgauge/sysmon/bin cd 安装位置 /maxgauge/sysmon/bin 启动 sysmon Observer./sysmonlinuxObserver d Or 执行./main.sh 启动 sysmon Observer 将自动启动 sysmon 守护进程 查看是否正常启动 ps ef grep sysmon 19

20 MFM 4.1_INSTALL GUIDE 日志服务器 工作名工作内容所需时间 Upload 上传安装文件 3 分钟 生成目录生成安装路径的 Maxgauge 用目录 1 分钟 解压文件解压 (TAR or ZIP) 1 分钟 License 注册 License 注册 2 分钟 Agent 执行 Agent(Was, Gather 配置文件 ) 执行 3 分钟 输入 Logging pc MySQL 相关信息 环境配置 输入 WAS, Gather 端口 (default : ) 输入生成的 Maxgauge 用 DB 名称 输入 Maxgauge 用 MySQL 登陆账号 5 分钟 查看是否正常连接点击 Connect test 并查看 success 1 分钟 生成 procedure 及 table 点击 Create Repository DDL 按钮, 将自动生成所需的 p rocedure 及 table 2 分钟 启动 Agent 通过 Menu>Process > All Start 执行 1 分钟 20

21 MAXGAUGE FOR MYSQL 설치 Window Version 生成目录 在安装位置上生成区分 Maxgauge 用的目录 上传安装文件 上传 maxgauge4mysql.v install.win 文件 将文件上传至安装位置 21

22 MFM 4.1_INSTALL GUIDE 解压 maxgauge4mysql.v install.win 文件解压 查看解压缩的文件夹中是否有 app, bin, biz, conf, svc 及执行文件 (MaxGauge4MySQLWeb.exe) 22

23 MAXGAUGE FOR MYSQL 설치 23

24 MFM 4.1_INSTALL GUIDE 添加 license 移动至 conf 文件夹中的 license 文件夹 在该围着上传 license 文件 24

25 MAXGAUGE FOR MYSQL 설치 执行 MaxGauge4MySQLWeb.exe 执行可执行文件 (MaxGauge4MySQLWeb.exe) 25

26 MFM 4.1_INSTALL GUIDE Default 显示如下为正常 환경설정 环境配置 输入 configuration logging PC 相关的环境变数 Process - WAS Listen Port : WAS 驱动端口 / 网络连接 (Default : 8070) Stop Port : WAS 终止端口 (Default : 8071) Process Gather Listen Port : Gather 驱动 (Default : 8072) Database -Repository Type : 选择 DB Type Hostname : 输入 Logging PC 的 IP DB Name : Logging PC MySQL 的 Maxgauge 数据收集 DB 名称 - 只需指定名称, 便可将在 6) 中, 以输入的名称生成 DB 并适用于 procedure - ( ex : MFM150413) User : Logging PC MySQ 登陆账号 26

27 MAXGAUGE FOR MYSQL 설치 Password : Logging PC MySQL 登陆密码 输入 Logging DB 的 IP (ex) 必要时选择 MariaDB 输入 DB 名称 查看 Logging PC 是否能连接到 MySQL 点击下方的 connect test 按钮 显示 Success 表示检测结果正常 27

28 MFM 4.1_INSTALL GUIDE 生成 Logging PC 的 MySQL 的 Maxgauge 用 DB 及 procedure 点击下方的 Create Repository DDL 按钮 点击按钮, 将自动打开 Cmd 窗口 自动生成 DB 及 procedure 后, 显示 Success 表示正常 28

29 MAXGAUGE FOR MYSQL 설치 执行 WAS, GATHER 点击 Save 按钮, 并保存更改内容 在 Menu 窗口点击 Process > All start 首次驱动时, gather 驱动并因无登陆的服务器而结束 ( 属正常现象 ) 29

30 MFM 4.1_INSTALL GUIDE 首次驱动时 正常 连接 Chrome ip 名称 : 通过端口连接 chrome 首次登陆账号 / 密码为 Admin/1 30

31 MAXGAUGE FOR MYSQL 설치 登陆账号可在 Admin 页面进行更改 登陆监控服务器 移动至 Menu > Server > Server 点击 Add 按钮后, 输入要进行监控服务器 ( 已安装 sysmon Deamon 的服务器 ) 信息 server ID: server 名称 server Alias: 登陆 server ID 将自动保存 / 可进行更改 Type: 选择 DB 31

32 MFM 4.1_INSTALL GUIDE IP Address: 输入监控 IP Port: 输入 MySQL 端口 DB Login ID : DB Password : Sysmon Port : 输入 Sysmon 连接端口 (Default : 9729) System Encoding : 选择 Encoding SQL Text Length : 选择结构化查询语言 (SQL) 文本长度 Instance Name : Ssysmon 配置文件名称 (Default : Instance01) Sysmon 데몬을설치한모니터링 정보를입력 请输入已安装 Sysmon Deamon 的监 控信息 点击 Save 按钮并检测该监控服务器后, 点击 Test Connection 按钮 Success 检测结果正常 ( 参考 ) 更改 Menu > Server > Server 的值 -> 保存时需重启 Gather 32

33 MAXGAUGE FOR MYSQL 설치 检测服务器后 Test Connection 重启 Gather 在可执行文件 (MaxGauge4MySQLWeb.exe) 中启动 Gather 在 Menu 窗口 Process > 点击 Controller start 33

34 MFM 4.1_INSTALL GUIDE 监控开始 Linux Version 上传安装文件 上传 maxgauge4mysql.v install.linux.tar 文件 34

35 MAXGAUGE FOR MYSQL 설치 将文件上传至安装位置 生成解压目录 在指定的位置生成 Maxgauge For Mysql 用目录 Default : 安装目录位置 /maxgauge/ 在指定的位置生成 maxgauge 目录 mkdir maxgauge 在 maxgauge 目录中生成 tmp 目录 cd maxgauge mkdir tmp 将上传的文件移动至安装路径 /maxgauge 目录并进行解压 将上传的文件移动至安装路径 /maxgauge/ sysmon/bin/ mv maxgauge4mysql.v install.linux.tar 安装位置 /maxgauge/ 解压 tar-xvf maxgauge4mysql.v install.linux.tar 35

36 MFM 4.1_INSTALL GUIDE 对解压后生成的 x_convert.tar 文件进行解压 解压 tar-xvf x_convert.tar 将压缩文件 (Tar) 移动至 2) 中生成的 maxgauge/tmp 目录 为能查看后续版本, 将压缩文件移动至 2) 中生成的 tmp mv maxgauge4mysql.v install.linux.tar 安装位置 /maxgauge/tmp mv x_convert.tar 安装位置 /maxgauge/tmp 或 mv maxgauge4mysql.v install.linux.tar tmp mv x_convert.tar tmp 移动至解压后的 x_convert 目录后, 执行 chmod.sh 脚本 36

37 MAXGAUGE FOR MYSQL 설치 移动至解压后的 x_convert 目录 cd x_convert 执行 chmod.sh 文件 ( 自动对 shell 脚本赋予权限 ) /chmod.sh 安装位置 /maxgauge/bin 目录中执行 shell 脚本时, 发生 bad interpreter 表示发生错误!! 正常 发生错误时 移动至 x_convert 目录 执行 vi trans_interpreter.sh -> 设置符合 OS 环境的 T_INTERPRETER - ksh, bash 1. 만가능 2../trans_interpreter.sh 37

38 MFM 4.1_INSTALL GUIDE WAS 环境配置 config.sh 移动至安装位置 /maxgauge/bin/ cd 安装位置 /maxgauge/bin 更改 config.sh 配置 vi config.sh 38

39 MAXGAUGE FOR MYSQL 설치 config.sh system.properties 移动至安装位置 /maxgauge/conf/properties cd 安装位置 /maxgauge/conf/properties 更改 system.properties 设置 vi system.properties 39

40 MFM 4.1_INSTALL GUIDE system.properties Gather 环境配置 daemon.properties 移动至安装位置 /maxgauge/conf/properties cd 安装位置 /maxgauge/conf/properties 更改 daemon.properties 配置 vi daemon.properties 40

41 MAXGAUGE FOR MYSQL 설치 daemon.properties Repository DB 环境配置 1. dbpool.properties 移动至安装位置 /maxgauge/conf/properties cd 安装位置 /maxgauge/conf/properties 更改 dbpool.properties 设置 vi dbpool.properties 41

42 MFM 4.1_INSTALL GUIDE MySQL 和 MariaDB 的配置方法不同, 请参考以下内容 dbpool.properties ( 安装至 MySQL 时 ) mydb.url 及 mydb.password 需通过以下路径查看结果并输入输出的值 例 ) input String (Enter to quit) > root input String (Enter to quit) > 74e586bf3478f17f4e1. -> 输入 user / password -> 输出结果 dbpool.properties ( 安装至 MariaDB 时 ) 42

43 MAXGAUGE FOR MYSQL 설치 添加 license 移动至安装位置 /maxgauge/conf/license cd 安装位置 /maxgauge/conf/license 将 license 文件上传至上述位置 生成 Repository DB 及使用于 procegure 移动至安装位置 /maxgauge/bin/install cd 安装位置 /maxgauge/bin/install 执行 install.sh 文件 ( 自动安装 shell 脚本 )./install.sh 43

44 MFM 4.1_INSTALL GUIDE 正常结束时, 最后显示 InstallDDL Result : Success 44

45 MAXGAUGE FOR MYSQL 설치 进程的开始与终止 移动至安装位置 /maxgauge/bin cd 安装位置 /maxgauge/bin 执行进程 ( 自动安装 shell 脚本 ) WAS 启动 :./bin/jetty.start.sh WAS 关闭 :./bin/jetty.stop.sh Gather 启动 :./bin/daemon.start.sh Gather 启动 :./bin/daemon.stop.sh 全部启动 :./bin/all.start.sh 全部启动 :./bin/all.stop.sh WAS 启动 Gather 启动 45

46 MFM 4.1_INSTALL GUIDE 全部启动 查看进程状态 移动至安装位置 /maxgauge/bin cd 安装位置 /maxgauge/bin 执行进程 ( 自动安装 shell 脚本 ) 查看状态 :./bin/all.ps.sh 查看状态 次启动 daemon 时, 因没有登陆到服务器而导致的 daemon shudown 状态 请按照 3.6 中 9) 的步骤进行配置 ( 参考本材料的 p.21 ~ p.23 ) 查看 daemon start 后的情况 46

47 MAXGAUGE FOR MYSQL 설치 雅善贸易 ( 上海 ) 有限公司 地址 : 上海市浦东新区商城路 738 号胜康廖氏大厦 1307 室 电话 : 传真 :

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

MFS 4.2

MFS 4.2 MaxGauge for SQLSever Installation Guide 1 Table of contents 1.MFS 概要... 4 Architecture... 5 SQL Server-Side... 5 Repository Server-Side... 6 Client-Side... 6 Repository 服务器配置及环境... 6 2. 安装 SQL Server-Side...

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

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

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

Microsoft Word - linux命令及建议.doc

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

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

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

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

本文由筱驀釹贡献

本文由筱驀釹贡献 本 文 由 筱 驀 釹 贡 献 ppt 文 档 可 能 在 WAP 端 浏 览 体 验 不 佳 建 议 您 优 先 选 择 TXT, 或 下 载 源 文 件 到 本 机 查 看 Linux 操 作 系 统 Linux 操 作 系 统 第 一 部 分 介 绍 与 安 装 Linux 的 由 来 : Linux 的 由 来 : 的 由 来 Linus Torvalds 1.Linux 的 版 本 1.Linux

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

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

ebook71-13

ebook71-13 13 I S P Internet 13. 2. 1 k p p p P P P 13. 2. 2 1 3. 2. 3 k p p p 1 3. 2. 4 l i n u x c o n f P P P 13. 2. 5 p p p s e t u p 13. 2. 6 p p p s e t u p P P P 13. 2. 7 1 3. 2. 8 C a l d e r a G U I 13.

More information

六域链联盟 SDChain-Matrix 节点搭建指南 2018/07/26 Version : 1.0.0

六域链联盟 SDChain-Matrix 节点搭建指南 2018/07/26 Version : 1.0.0 SDChain-Matrix 节点搭建指南 目录 1 环境要求... 3 2 软件下载... 4 3 安装部署... 4 3.1 部署可执行程序目录... 4 3.2 部署配置文件目录... 4 3.3 部署数据库文件目录... 4 3.4 部署日志文件目录... 4 3.5 部署依赖库文件目录... 4 4 配置参数... 5 5 启动运行... 7 5.1 普通模式启动... 7 5.2 加载启动模式...

More information

投影片 1

投影片 1 FreeBSD A 95/10/11 19:00~21:00 95/10/11 FreeBSD 練 1 Services Setup SSH, lighttpd, PHP, MySQL, FTP, Postfix, phpmyadmin, Blog, Gallery 95/10/11 FreeBSD 練 2 1. 2. # FreeBSD # 3. vi ee joe nano etc 95/10/11

More information

ebook35-2

ebook35-2 2 2.1 Linux login Login: < > Password: < > Linux r o o t l o g o u t 2.2 Linux X Window Linux Linux Bourne ( b s h ) C ( c s h ) Korn ( k s h ) Bourne Steven Bourne UNIX Bourne bash Bourne C Bill Joy Bourne

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

使用SQL Developer

使用SQL Developer 使 用 SQL Developer 达 成 的 目 标 / 方 案 1 创 建 一 个 新 的 数 据 库 连 接 ; 2 在 SQL Developer 中 查 看 数 据 库 对 象 的 信 息 修 改 数 据 ; 3 在 SQL Developer 中 创 建 表 ; 4 在 SQL Developer 中 创 建 索 引 ; 5 在 SQL Developer 中 创 建 函 数 ; 6 在

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

前 言 首 先, 感 謝 你 購 買 了 Linux LPIC Level I + Novell CLA 11 這 本 書, 這 本 書 是 全 球 第 一 本 以 Novell SUSE Linux Enterprise Server 來 分 析 兩 大 Linux 認 證 的 自 學 手 冊 目 前 訪 間 充 斥 著 許 多 Linux 作 業 系 統 的 教 學 手 冊 考 照 的 書 籍,

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

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

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

投影片 1

投影片 1 類 Linux BASH shell (, VBird) 2008/03/29 Linux 1 Bash Shell 令 vi vim 料流 令 / 令 理 (job control) 例 2008/03/29 Linux 2 Bash shell 2008/03/29 Linux 3 什 Shell Shell shell 2008/03/29 Linux 4 什 Shell Linux shell

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

1500XA Daniel Danalyzer 1500XA Rosemount Analytical 1500XA P/N 3-9000-757 A 2010 5 ii 1500XA 1500XA iii iv 1500XA : 1-2 1500XA - 1500XA 1-3 1-4 1500XA 1500XA 1-5 1-6 1500XA 1500XA 1-7 1-8 1500XA

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

软件概述

软件概述 Cobra DocGuard BEIJING E-SAFENET SCIENCE & TECHNOLOGY CO.,LTD. 2003 3 20 35 1002 010-82332490 http://www.esafenet.com Cobra DocGuard White Book 1 1....4 1.1...4 1.2 CDG...4 1.3 CDG...4 1.4 CDG...5 1.5

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

ebook62-1

ebook62-1 1 Red Hat Linux R e d Hat Linux L i n u x X Wi n d o w Red Hat L i n u x 1.1 Red Hat Linux Red Hat 16 M 120 M 3. 5 Intel 386 C D - R O M C D - R O M We b / 1.1.1 L i n u x L i n u 4 Primary Partition Extended

More information

Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7.

Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7. Kubernetes 包管理理 工具 Helm 蔺礼强 Kubenetes 系列列公开课 2 每周四晚 8 点档 1. Kubernetes 初探 2. 上 手 Kubernetes 3. Kubernetes 的资源调度 4. Kubernetes 的运 行行时 5. Kubernetes 的 网络管理理 6. Kubernetes 的存储管理理 7. Kubernetes

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

untitled

untitled 1....2...2...6 2....10 3. UDP...15 4. TCP...16...16...16 1 1. PC COM1 COM2 COM1 COM2 DTU 2 3 4 COM1 COM1 COM2 COM ID 13900000000 DTU COM1 5 COM2 DTU DTU DTU DTU DTU DTU DTU ID ID 3031 3032 2 ID 13900000001

More information

untitled

untitled 01 1-1 PHP 1-2 PHP 1-3 MySQL 1-4 1-5 http://w3techs.com/technologies/history_overview/programming_language w3techs.com (Server-side) 2012 7 77.8% PHP PHP PHP PHP 1-1 PHP PHP HTML Script Windows ASP(Active

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

自由軟體教學平台

自由軟體教學平台 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

ARM JTAG实时仿真器安装使用指南

ARM JTAG实时仿真器安装使用指南 ARM JTAG Version 1.31 2003. 11. 12 ARM JTAG ARM JTAG.3 ARM 2.1.4 2.2.4 ARM JTAG 3.1 18 3.2 18 3.2.1 Multi-ICE Server.18 3.2.2 ADS..21 ARM JTAG 4.1 Multi-ICE Server 33 4.1.1 Multi-ICE Server..... 33 4.1.2

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

學 科 100% ( 為 單 複 選 題, 每 題 2.5 分, 共 100 分 ) 1. 請 參 閱 附 圖 作 答 : (A) 選 項 A (B) 選 項 B (C) 選 項 C (D) 選 項 D Ans:D 2. 下 列 對 於 資 料 庫 正 規 化 (Normalization) 的 敘

學 科 100% ( 為 單 複 選 題, 每 題 2.5 分, 共 100 分 ) 1. 請 參 閱 附 圖 作 答 : (A) 選 項 A (B) 選 項 B (C) 選 項 C (D) 選 項 D Ans:D 2. 下 列 對 於 資 料 庫 正 規 化 (Normalization) 的 敘 ITE 資 訊 專 業 人 員 鑑 定 資 料 庫 系 統 開 發 與 設 計 實 務 試 卷 編 號 :IDS101 注 意 事 項 一 本 測 驗 為 單 面 印 刷 試 題, 共 計 十 三 頁 第 二 至 十 三 頁 為 四 十 道 學 科 試 題, 測 驗 時 間 90 分 鐘 : 每 題 2.5 分, 總 測 驗 時 間 為 90 分 鐘 二 執 行 CSF 測 驗 系 統 -Client

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

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

f2.eps

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

More information

目 錄 第 一 章 weberp 簡 介... 6 第 一 節 概 述... 6 第 二 節 安 全 性... 7 第 三 節 功 能... 7 一 銷 售 及 訂 單... 7 二 稅... 8 三 應 收 帳 款... 8 四 存 貨... 8 五 購 買... 9 六 應 付 帳 款... 9

目 錄 第 一 章 weberp 簡 介... 6 第 一 節 概 述... 6 第 二 節 安 全 性... 7 第 三 節 功 能... 7 一 銷 售 及 訂 單... 7 二 稅... 8 三 應 收 帳 款... 8 四 存 貨... 8 五 購 買... 9 六 應 付 帳 款... 9 東 吳 大 學 企 研 所 資 訊 管 理 期 末 報 告 weberp 使 用 說 明 書 指 導 教 授 : 尚 榮 安 教 授 第 一 組 童 偉 哲 01353025 劉 彥 澧 01353028 史 璦 禎 01353031 吳 采 紋 98153143 1 目 錄 第 一 章 weberp 簡 介... 6 第 一 節 概 述... 6 第 二 節 安 全 性... 7 第 三 節 功

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

untitled

untitled 21 Visual FoxPro Visual FoxPro 6.0 11 Visual FoxPro Visual FoxPro CIP Visual FoxPro 2004 21 ISBN 7-03-014834-7 V Visual FoxPro TP311.138 CIP 2004 143035 16 100717 http://www.sciencep.com * 2004 12 7871092

More information

KL DSC DEMO 使用说明

KL DSC DEMO 使用说明 :0755-82556825 83239613 : (0755)83239613 : http://www.kingbirdnet.com EMAIL Good989@163.com 1 1 KB3000 DTU... 3 1.1... 3 1.2... 3 1.3... 3 1.4... 3 2... 4 2.1 GSM/GPRS... 4 2.2... 4 2.3... 5 2.4... 6 2.5...

More information

穨IC-1000

穨IC-1000 IC-1000 LEDOMARS Information Coporation :(02)27913828 :(02)27945895 (04)2610628 (04)2650852 (07)3897016 (07)3897165 http://www.ledomars.com.tw 1 1. IC-1000 2. IC-1000 LED : ERROR LNK/ACT PWR TEST PWR(Power)

More information

untitled

untitled ArcSDE ESRI ( ) High availability Backup & recovery Clustering Replication Mirroring Standby servers ArcSDE % 95% 99.9% 99.99% 99.999% 99.9999% 18.25 / 8.7 / 52.5 / 5.25 / 31.8 / Spatial Geodatabase

More information

.. 3 N

.. 3 N 1 .. 3 N9.. 4 5.. 6 7.. 8 20.. 21 23.. 24.. 25 26.. 27.. 28.. 29 2 (Cyber Café) Linux (LAN) Linux Public Home 3 K12LTSP K12LTSPFedora Core 4 (Linux)LTSP Linux (command line interface) (Graphical User Interface,

More information

像 客 样 使 命令行 徐 东

像 客 样 使 命令行 徐 东 像 客 样 使 命令行 徐 东 1 1.1................................ 1 1.2................................. 3 1.3............................. 4 1.3.1 Linux............................ 5 1.3.2 macos............................

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

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

Linux服务器构建与运维管理

Linux服务器构建与运维管理 1 Linux 服务器构建与运维管理 第 2 章 :Linux 基本命令 阮晓龙 13938213680 / rxl@hactcm.edu.cn http://linux.xg.hactcm.edu.cn http://www.51xueweb.cn 河南中医药大学管理科学与工程学科 2018.3 2 提纲 目录与文件的操作 mkdir touch mv cp rm rmdir file tree

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

PPBSalesDB.doc

PPBSalesDB.doc Pocket PowerBuilder SalesDB Pocket PowerBuilder PDA Pocket PowerBuilder Mobile Solution Pocket PowerBuilder Pocket PowerBuilder C:\Program Files\Sybase\Pocket PowerBuilder 1.0 %PPB% ASA 8.0.2 ASA 9 ASA

More information

Microsoft Word - install_manual-V _CN.docx

Microsoft Word - install_manual-V _CN.docx NO TASK Q-Sign Install Manual PAGE 1/28 Q-Sign INSTALL MANUAL Version 3.0 Server Manager Client Codec NO TASK Q-Sign Install Manual PAGE 2/28 History DATE Contents Name Ver. Remark 2009-02-11 Q-Sign Ver.

More information

ESET Endpoint Antivirus

ESET Endpoint Antivirus 6. 5 ESET, spol. s. r. o. ESET Endpoi nt Ant i vi r us ESET, spol. s r. o. www. eset. com ESET, spol. s r. o. www. eset. com/ suppor t 2017/ 10/ 13 ..................................... 5 ES ET Endpoi

More information

快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实

快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实 云 服 务 器 ECS 快 速 入 门 (Linux) 快 速 入 门 (Linux) 概 述 文 档 目 的 本 文 档 介 绍 了 如 何 快 速 创 建 Linux 系 统 实 例 远 程 连 接 实 例 部 署 环 境 等 旨 在 引 导 您 一 站 式 完 成 实 例 的 创 建 登 录 和 快 速 环 境 部 署 云 服 务 器 ECS 实 例, 有 时 候 也 被 称 为 阿 里 云

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

1-1 database columnrow record field 不 DBMS Access Paradox SQL Server Linux MySQL Oracle IBM Informix IBM DB2 Sybase 1-2

1-1 database columnrow record field 不 DBMS Access Paradox SQL Server Linux MySQL Oracle IBM Informix IBM DB2 Sybase 1-2 CHAPTER 1 Understanding Core Database Concepts 1-1 database columnrow record field 不 DBMS Access Paradox SQL Server Linux MySQL Oracle IBM Informix IBM DB2 Sybase 1-2 1 Understanding Core Database Concepts

More information

0 配置 Host MIB 设备 V ( 简体版 ) 0 Update: 2016/1/30

0 配置 Host MIB 设备 V ( 简体版 ) 0 Update: 2016/1/30 0 配置 Host MIB 设备 V 1.1.2 ( 简体版 ) 0 Update: 2016/1/30 前言 N-Reporter 支持 Host Resource MIB 监控主机 (Host) 状态, 本文件描述 N-Reporter 用户如何配置 Host MIB 设备 文件章节如下 : 1. 配置 Windows Server 2003... 2 1-1.Windows Server 2003

More information

标题

标题 文学蓝皮书 9 网络文学 趋向主流化 酝酿新格局 摘 要 2015 年的网络文学 在中央重视 政府主导 民间先 行 资本发力等诸多因素联手推动下 呈现出借势发 展和强势进取的良好势头 网络小说创作 在虚构类 的玄幻与仙侠 写实类的历史与都市 都有好的和比 较好的力作佳构联袂而来 主流体制组建网络文学机 构 IP 热 愈演愈烈 都从不同的侧面和层面推动网 络文学进而做大做强 使之成为当代文学中最具成长

More information

PowerPoint 演示文稿

PowerPoint 演示文稿 Linux 操 作 系 统 基 础 介 绍 课 程 目 标 及 要 求 了 解 Linux 操 作 系 统 的 登 入 方 式 掌 握 常 用 命 令 的 基 本 用 法 能 够 熟 练 在 各 个 目 录 转 换 Outline 1. Linux 操 作 系 统 简 介 2. Linux 操 作 系 统 的 登 录 3. Linux 操 作 系 统 的 目 录 结 构 4. 常 用 命 令 5.

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

untitled

untitled Parent zone named.conf.options ( Root) shell script shell script 2 Child zone named.conf.options ( ) ( ) ( ) ( ) ( ) ( parent zone) 3 Parent zone named.conf.options $ vi /etc/bind/named.conf.options options

More information

目次 

目次  軟 體 工 程 期 末 報 告 網 路 麻 將 91703014 資 科 三 黃 偉 嘉 91703024 資 科 三 丘 祐 瑋 91703030 資 科 三 江 致 廣 1 目 次 壹 前 言 (Preface) P.4 貳 計 畫 簡 述 及 預 期 效 益 (Project Description and Expected Results) P.4 參 系 統 開 發 需 求 (System

More information

untitled

untitled Sartorius LMA200PM LMA200PM 8%100% 40120 GLP LMA200PM 2 3 3 4 6 9 16 18 24 26 28 28 29 30 30 32 LMA200PM LMA200PM LMA200PM 22kg LMA200PM LMA200PM LMA200PM LMA200PM 20 1 pin sartorius sartorius LMA200PM

More information

Pchome

Pchome H Linux Linux Red Hat Linux Fedora 1 DNS Mail WWW Domain tslg.idv.tw IP 192.168.1.254 tslg.idv.tw PChome Seednet ISP http://rs.twnic.net.tw/index2.html Seednet http://rs.seed.net.tw/ Pchome http://myname.pchome.com.tw/

More information

untitled

untitled BEA WebLogic Server WebLogic Server WebLogic Server Domain Administration Server Managed Server 行 說 Domains Domain Server 1 Server 2 Cluster Server 4 Server 3 Machine A Machine B Machine A 1. Domain Domain

More information

Sun StorEdge 3000 系列安装、操作和维护手册 (3310)

Sun StorEdge 3000 系列安装、操作和维护手册 (3310) Sun StorEdge 3000 系 列 安 装 操 作 和 维 护 手 册 Sun StorEdge 3310 SCSI 阵 列 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. 650-960-1300 部 件 号 816-7960-11 2003 年 6 月, 修 订 版 A 有 关 本 文 档 的

More information

<55342D323637CBB5C3F7CAE92E786C73>

<55342D323637CBB5C3F7CAE92E786C73> U4-267 / 1 U4-267 / : CF PowerPoint, TCP/IP Internet Explorer 2 ..2..3..4..5..5..5..9 PC...10 11 12 14 14....15....15....16....16....17....17....18....18....20 23....27 27 PC...27....28 3 CF SanDisk CompactFlash)

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

epub 61-2

epub 61-2 2 Web Dreamweaver UltraDev Dreamweaver 3 We b We b We Dreamweaver UltraDev We b Dreamweaver UltraDev We b We b 2.1 Web We b We b D r e a m w e a v e r J a v a S c r i p t We b We b 2.1.1 Web We b C C +

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

Microsoft Word - 100118002.htm

Microsoft Word - 100118002.htm 100 年 度 11800 電 腦 軟 體 應 用 乙 級 技 術 士 技 能 檢 定 學 科 測 試 試 題 本 試 卷 有 選 擇 題 80 題, 每 題 1.25 分, 皆 為 單 選 選 擇 題, 測 試 時 間 為 100 分 鐘, 請 在 答 案 卡 上 作 答, 答 錯 不 倒 扣 ; 未 作 答 者, 不 予 計 分 准 考 證 號 碼 : 姓 名 : 選 擇 題 : 1. (3)

More information

Microsoft Word - OPIGIMAC 譯本.doc

Microsoft Word - OPIGIMAC 譯本.doc OPISYSTEMS OPIGIMAC 系 統 使 用 說 明 使 用 者 手 冊 OPI 版 本 7.0.X 140705 翻 譯 版 本 V1.0 Table of Contents 頁 數 1. 簡 介 3 2. 系 統 需 求 4 3. 安 裝 4 4. 開 始 OPIGIMAC 5 5. 功 能 列 7 6. 功 能 圖 示 鍵 10 7. 重 點 操 作 說 明 13 7-1. 設 定

More information

Microsoft PowerPoint - 03.IPv6_Linux.ppt [相容模式]

Microsoft PowerPoint - 03.IPv6_Linux.ppt [相容模式] IPv6 Linux (Cent OS 5.x) IPV6 2 IPv6 IPv6 IPv6 IPv6 IPv4 IPv6 (RFC 2460) Dual Stack Tunnel 3 4 IPv6 Native IP IPv6, DHCPv6 IPv6 IP IPv6 Tunnel Broker IPv4, Tunnel IPv6 Tunnel Broker Client IPv6 ( ) IPv6

More information

Unix®t Œ fi z.PDF

Unix®t Œ fi z.PDF 7 9 8 0 $ man umount newfs $ man -a intro $ man -a chown ORDER=C:ADM:ADMN:ADMP:PADM:F:HW 8 1 # catman % ps aux grep chavez chavez 8684 89.5 9.627680 5280? R N 85:26 /home/j90/l988 root 10008 10.0 0.8 1408

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

C35_RG_E.book

C35_RG_E.book 快 速 指 南 . 目 录 1 简 介...1-1 简 介...1-2 文 档 CD/DVD 简 介...1-2 可 用 的 功 能...1-3 打 印 操 作...1-3 复 印 操 作...1-3 扫 描 操 作...1-3 传 真 操 作...1-3 控 制 面 板...1-4 帮 助 功 能...1-5 2 更 换 耗 材...2-1 更 换 耗 材...2-2 更 换 碳 粉 盒...2-2

More information

1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT

1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT 1 IT IT IT IT Virtual Machine, VM VM VM VM Operating Systems, OS IT Chapter 1 了解虛擬化技術種類 硬體 / 平台 / 伺服器虛擬化 VM VM VM CPU Hypervisor VMM Virtual Machine Manager VM Host OS VM VM Guest OS Host OS CPU VM Hyper-V

More information

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s

Table of Contents Design Concept 03 Copyrights & TradeMark 04 Special Notice 05 Notice to concerned 05 Installation and Registration Introduction 07 s MapAsia MapKing TM User Guide Full Function Version (Pocket PC and PC) For Microsoft Pocket PC/ Pocket PC 2002/2003 Microsoft Windows XP/2000/Me/98 Edition 2004 ( : ) 2002-2004, MapAsia.com Limited Table

More information

QL1880new2.PDF

QL1880new2.PDF ADSL Modem 1 MODEM 56K MODEM 128K ISDN INTERNET ADSL Modem VOD ADSL ADSL 2 1.1 ADSL 1.2 1.3 KM300A 2.1 2.2 2.3 2.4 2.5 KM300A 2.6 web 2.7 1.1ADSL 1.2 1.3 2.1 ADSL 2.2 ADSL 3 ADSL KM300A ADSL KM300A DIY

More information

穨UPSentry_SC_.PDF

穨UPSentry_SC_.PDF 3Phase UPSentry For: Windows 95/98/Me Windows NT40/2000/XP Table of Contents Chapter 0 Getting Started 0-1 0-1 0-1 0-2 Chapter 1 3Phase UPSentry 1-1 1-1 1-1 1-1 1-3 Chapter 2 3Phase UPSentry 2-1 Chapter

More information

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

2004 Sun Microsystems, Inc Network Circle, Santa Clara, CA U.S.A. Sun Sun Berkeley BSD University of California UNIX X/Open Company, Ltd. Java Desktop System 2 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054 U.S.A. : 817 7758 10 2004 9 2004 Sun Microsystems, Inc. 4150 Network Circle, Santa Clara, CA 95054 U.S.A. Sun Sun

More information

untitled

untitled http://idc.hust.edu.cn/~rxli/ 1.1 1.2 1.3 1.4 1.5 1.6 2 1.1 1.1.1 1.1.2 1.1.3 3 1.1.1 Data (0005794, 601,, 1, 1948.03.26, 01) (,,,,,) 4 1.1.1 Database DB 5 1.1.1 (DBMS) DDL ( Create, Drop, Alter) DML(

More information

Microsoft Word - Station说明书

Microsoft Word - Station说明书 Park-3000 智 能 停 车 场 系 统 Station Version 9.0 软 件 使 用 说 明 书 目 录 第 一 章 系 统 功 能 特 性...1 第 二 章 系 统 要 求...3 第 三 章 软 件 安 装 注 册...4 3.1 Station 安 装... 4 3.2 软 件 注 册... 5 3.3 安 装 与 配 置 Microsoft SQL Server 2000...

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

http://panweizeng.com http://meituan.com http://meituan.com hosts http://meituan.com hosts localhost 127.0.0.1 /etc/nsswitch.conf /etc/hosts /etc/resolv.conf Mail Client Web Browser cache 1-30mins Clients

More information

網路安全:理論與實務 第二版

網路安全:理論與實務 第二版 第 10 章 :Wireshark 封 包 分 析 軟 體 10-1 Wireshark 簡 介 10-2 Wireshark 的 安 裝 方 法 10-3 Wireshark 的 使 用 Wireshark 簡 介 - 發 展 歷 史 Wireshark (http://www.wireshark.org/) 是 一 個 開 放 原 始 碼 (open source software) 軟 體,

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

VIDEOJET connect 7000 VJC-7000-90 zh- CHS Operation Manual VIDEOJET connect 7000 zh-chs 3 目 录 1 浏 览 器 连 接 7 1.1 系 统 要 求 7 1.2 建 立 连 接 7 1.2.1 摄 像 机 中 的 密 码 保 护 7 1.3 受 保 护 的 网 络 7 2 系 统 概 述 8 2.1 实 况

More information

PowerPoint Presentation

PowerPoint Presentation 立 97 年度 SNMG 練 DNS & BIND enc1215@gmail.com DNS BIND Resolver Named 理 Named 更 DNS DNS Reference 2 DNS DNS 料 domain ip DNS server DNS server 理 DNS server DNS DNS 狀. root name server 理 3 DNS 狀 DNS (2). com

More information

DIGITAL VOICE RECORDER WS-33M WS-3M WS-3M CN 6 8 9 8 7 9 9 3 6 7 3 ................................................................................................ ........................................................................

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

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

ext-web-auth-wlc.pdf

ext-web-auth-wlc.pdf 使 用 无 线 局 域 网 控 制 器 的 外 部 Web 身 份 验 证 配 置 示 例 目 录 简 介 先 决 条 件 要 求 使 用 的 组 件 规 则 背 景 信 息 外 部 Web 身 份 验 证 过 程 网 络 设 置 配 置 为 来 宾 用 户 创 建 动 态 接 口 创 建 预 先 身 份 验 证 ACL 在 WLC 上 为 来 宾 用 户 创 建 本 地 数 据 库 配 置 外 部

More information

PTS7_Manual.PDF

PTS7_Manual.PDF User Manual Soliton Technologies CO., LTD www.soliton.com.tw - PCI V2.2. - PCI 32-bit / 33MHz * 2 - Zero Skew CLK Signal Generator. - (each Slot). -. - PCI. - Hot-Swap - DOS, Windows 98/2000/XP, Linux

More information