当前位置:文档之家› Oracle vm manager安装

Oracle vm manager安装

Oracle vm manager安装
Oracle vm manager安装

Oracle? VM Manager Installation 1.最低硬件和软件需求

您的计算机上要安装Oracle VM管理必须满足以下最低系统要求:

?

?

1.1硬件要求

表1 Oracle VM管理器的硬件要求

1.2 软件要求

Oracle VM管理器支持下列操作系统:

Oracle企业级Linux 4更新5或更高版本

红帽企业Linux第4版或更高版本

注意:

如需更多有关甲骨文公司的企业Linux的信息,请访问下列网站:

Web浏览器

Oracle VM管理器的用户界面支持以下Web浏览器:

?微软的Internet Explorer 5.5

?微软IE 6.0

?微软的Internet Explorer 7.0

?Mozilla Firefox浏览器1.7

?Mozilla火狐1.0.4的

?Mozilla Firefox 1.5中

?Mozilla Firefox 2.0中

? 2.x中的Safari(Mac专用)

?Netscape的7.2

1.2.3 Prerequisite Packages

Oracle VM Manager uses Oracle Database 10g Express Edition (Oracle XE) as the management data repository. Oracle XE requires the libaio package be installed. You can find the libaio package on the Oracle Enterprise Linux DVD or ISO file. You must install libaio release 0.3.96 or above.

You can check if libaio is already installed on your operating system with the command:

# /bin/rpm -q libaio.i386

If no information is displayed, libaio is not installed. If it is installed, you may see a message similar to the following:

libaio-0.3.106-3.2

To install libaio, go to the directory where the libaio.rpm is located, and enter the command:

# rpm -ivh libaio-version.i386.rpm

To upgrade libaio, you can use the command:

# rpm -Uvh libaio-version.i386.rpm

1.2.4 Prerequisite Ports

Make sure that ports 8888 and 8899 are available. To verify if these ports are available, enter

# netstat -na |grep 8888

# netstat -na |grep 8899

If the ports are available, no response is given. If these ports are not available, the services that occupy these two ports are displayed and you must release them.

To release these port numbers, allow ports 8888 and 8899 through the firewall:

1.Enter the following command to configure the firewall:

2.# /usr/bin/system-config-securitylevel

3.Select Enabled for Security Level.

4.Click Customize. In the Other ports field, enter the following text:

5.8888:tcp,8899:tcp

If you want to secure Oracle VM Manager using Secure Sockets Layer

(SSL), also add the port 4443:

8888:tcp,8899:tcp,4443:tcp

1.2.5 Installation Ports and Passwords

During the Oracle VM Manager installation, you are required to set the following ports and passwords:

?The Oracle XE HTTP port. The default port number is 8080.

?The Oracle XE listening port. The default port number is 1521.

?The password for the Oracle XE SYS and SYSTEM accounts.

?The password for the Oracle VM Manager OVS database schema.

?The password for the OC4J oc4jadmin account.

?The password for the Web Service keystore file.

?The host name of an SMTP server.

?The Email address and password for the Oracle VM Manager admin account.

2 Installing Oracle VM Manager

This section describes the Oracle VM Manager installation process. It includes the following sections:

?Installation Process

?Installing TightVNC for Non-Linux Users

?Installation Logs

Note:

If you want to install Oracle VM Manager in a virtualized environment, do not install it on Oracle VM Server (dom0) directly; install it into a guest virtual machine running on Oracle VM Server. An Oracle VM Manager template is available for this purpose at https://www.doczj.com/doc/1e10952832.html,/oraclevm. See the Oracle VM Manager template readme document for installation instructions.

3.1 Installation Process

It takes approximately 5-15 minutes to complete the installation of Oracle VM Manager, depending on the performance of the Oracle VM Manager host, and the installation type you choose. To install Oracle VM Manager:

1.Download the Oracle VM Manager software from:

https://www.doczj.com/doc/1e10952832.html,/oraclevm

2.Log in to the Oracle VM Manager host as the root user.

3.You can install Oracle VM Manager from a CDROM drive or from an ISO

file from the hard drive.

o To install Oracle VM Manager from a CDROM, burn the Oracle VM Manager ISO file to a CDROM. Insert and mount the Oracle VM

Manager CDROM using the following commands:

o# mkdir mount-point

o# mount /dev/cdrom mount-point

Where mount-point refers to the directory on which you mount

the ISO file.

o To install Oracle VM Manager from a hard drive, locate the folder that contains the ISO file. Mount the ISO file to an existing

directory using the following commands:

o# mkdir mount-point

o# mount -o loop,ro OracleVM-Manager-version.iso mount-point Where mount-point refers to the directory on which you mount

the ISO file. For example:

# mkdir /OVMCD

# mount -o loop,ro OracleVM-Manager-2.2.0.iso /OVMCD

You can find all the mounted files under the directory /OVMCD.

4.Enter the mount point you created in the previous step, for example,

/OVMCD and start the installation with the runInstaller script:

5.# cd /OVMCD

6.# sh runInstaller.sh

On the command prompt, enter 1 to install Oracle VM Manager.

Please enter the choice: [1|2|3]

1. Install Oracle VM Manager

2. Uninstall Oracle VM Manager

3. Upgrade Oracle VM Manager

The installation process starts, and the following is displayed:

Starting Oracle VM Manager 2.2.0 installation ...

7.There are two menus that may appear, one if no Oracle XE installation is

found, and one if an Oracle XE installation is found.

o If no Oracle XE installation is found on the computer, you are prompted to install a new database, or use an exiting one on the

network:

o Do you want to install a new database or use an existing one?

[1|2]

o 1. Install a new Oracle XE database on localhost

o 2. Use an existing Oracle database in my network

The installation varies on your selection.

?Enter 1 to install Oracle XE, and skip to Step 6.

?Enter 2 to use an existing database on the local area

network (LAN).

A new schema named OVS is created. If the OVS schema

already exists, the data in it is deleted. Back up the

database if you need to retain the data in the OVS schema.

Oracle VM supports Oracle Database 10g Release 2, Oracle

Database 11g, and Oracle XE.

When prompted, enter the following information as

outlined in Section 2.2.5, "Installation Ports and

Passwords":

Please enter the database hostname or ip

address(Default: hostname):

Specify a port that will be used for the database

listener [1521]

Please specify the database SID(Default: orcl)

Please enter the password for database account 'SYS':

Set default database schema to 'OVS'.

Please enter the password for account 'OVS':

Confirm the password:

Skip to Step 10.

o If you already have Oracle XE installed on your computer, you are prompted to choose whether to use the existing database or a

install a new one:

o The installation process detected an existing XE database.

Do you want to use it? [1|2|3]

o 1. Use existing Oracle XE database on localhost

o 2. Remove the Oracle XE database and install a new one

o 3. Use an existing Oracle database in my network

The installation process varies depending on your selection.

Enter 1 to use the existing Oracle XE database on the computer.

A new schema named OVS is created. If the OVS schema

already exists, the data in it is deleted. Back up the

database if you need to retain the data in the OVS schema.

When prompted, enter the following information as

outlined in Section 2.2.5, "Installation Ports and

Passwords":

Please enter the port of listener:

Please enter the password for database account 'SYS':

Set default database schema to 'OVS'.

Please enter the password for account 'OVS':

Confirm the password:

Skip to Step 10.

?Enter 2 to remove the database and install a new one.

Enter y when prompted:

?The existing Oracle XE database will be removed. Are you sure to continue?[y|n]

?Enter 3 to use the existing database on the local area network (LAN).

A new schema named OVS is created. If the OVS schema

already exists, the data in it is deleted. Back up the

database if you need to retain the data in the OVS schema.

You can also select the default tablespace for the OVS

schema; the default tablespace is USERS.

Oracle VM supports Oracle Database 10g Release 2 and Oracle Database 11g.

When prompted, enter the following information as

outlined in Section 2.2.5, "Installation Ports and

Passwords":

Please enter the database hostname or ip

address(Default: hostname):

Specify a port that will be used for the database listener [1521]

Please specify the database SID(Default: orcl)

Please enter the password for database account 'SYS': Provisioning Oracle instant client ...

Checking the availability of the database ...

Set default database schema to 'OVS'.

Please enter the password for account 'OVS':

Confirm the password:

Please enter the default tablespace for user

OVS(DEFAULT: USERS):

Checking the availability of the tablespace

tablespace ...

Creating the Oracle VM Manager database schema ...

Skip to Step 10.

8.Enter the HTTP port and the listener port to be used for Oracle XE. Press

Enter to accept the default setting, or enter new port numbers.

9.Oracle Database 10g Express Edition Configuration

10.-------------------------------------------------

11.This will configure on-boot properties of Oracle Database 10g

Express

12.Edition. The following questions will determine whether the

database should

13.be starting upon system boot, the ports it will use, and the

passwords that

14.will be used for database accounts. Press to accept the

defaults.

15.Ctrl-C will abort.

16.

17.Specify the HTTP port that will be used for Oracle Application

Express [8080]:

18.Specify a port that will be used for the database listener [1521]:

19.Enter a password to use for the SYS and SYSTEM accounts for Oracle

XE.

20.Specify a password to be used for database accounts. Note that the

same password will be used for SYS and SYSTEM. Oracle recommends the use of different passwords for each database account. This can be done after initial configuration:

21.Confirm the password:

22.The default setting is to start Oracle XE automatically on boot. Press

Enter to enable the default setting, or enter n to start Oracle XE

manually.

23.Do you want Oracle Database 10g Express Edition to be started on

boot (y/n) [y]:

To access the Oracle XE configuration home page, go to:

http://127.0.0.1:8080/apex

24.Enter a password to use for the OVS account for the Oracle VM Manager

database.

25.Set default database schema to 'OVS'.

26.Please enter the password for account 'OVS':

27.Confirm the password:

Note:

A valid password must comply with the following rules:

o The password must begin with an uppercase or lowercase letter.

o The password may include the following characters: numbers (such as 1, 2, 3, and so on), letters (from a to z, A to Z), and

underscores (_).

Examples of valid passwords: Password01, Password_123, password.

28.After the database installation and/or configuration is complete, the

installation script continues to install the Oracle VM Manager packages and OC4J.

29.Installing the ovs-manager package (rpm) ...

30.Done

31.Installing the oc4j package (rpm) ...

32.Done

If the Oracle VM Manager package and OC4J is already installed, you are prompted to either retain or remove them:

The package ovs-manager-version will be removed. Are you sure to continue? [Y|n](default=Y):

The package oc4j-10.1.4 will be removed. Are you sure to continue?

[Y|n](default=Y):

33.Enter a password to use for the oc4jadmin account.

34.Please enter the password for account 'oc4jadmin':

35.Confirm the password:

36.Enter a password to use for the default admin account. This is the

default account when you first log into Oracle VM Manager.

37.Please enter the password for the default account 'admin':

38.Confirm the password:

39.Enter a password to use for the Web Service keystore file:

40.Please enter the keystore password for the Web Service:

41.Confirm the password:

42.Enter Y to configure SSL (HTTPS), and n to use HTTP:

43.Do you want to use HTTPS access for Oracle VM Manager (Y|n)?

44.Enter the host name of an SMTP server.

45.Configuring SMTP server ...

46.Please enter the outgoing mail server (SMTP) hostname:

47.Enter the Email address for the admin account.

48.Please enter an e-mail address for account 'admin':

49.Confirm the e-mail address:

A welcome Email is sent to this address. This Email address is used by

Oracle VM Manager to send new passwords when you use the Forgot Password feature.

50.When the installation is complete, a message similar to the following is

displayed:

51.Installation of Oracle VM Manager completed successfully.

52.

53.To access the Oracle VM Manager version home page go to:

54. http[s]://IP_address:port/OVS

55.

56.To access the Oracle VM Manager web services WSDL page go to:

57. http[s]://IP_address:port/OVSWS/LifecycleService.wsdl

58. http[s]://IP_address:port/OVSWS/ResourceService.wsdl

59. http[s]://IP_address:port/OVSWS/PluginService.wsdl

60. http[s]://IP_address:port/OVSWS/ServerPoolService.wsdl

61. http[s]://IP_address:port/OVSWS/VirtualMachineService.wsdl

62. http[s]://IP_address:port/OVSWS/AdminService.wsdl

63.

64.To access the Oracle VM Manager help page go to:

65. http[s]://IP_address:port/help/help

You can access the Oracle VM Manager user interface with a web browser using the following URL:

http[s]://hostname:port/OVS

Here, hostname refers to the host name or IP address of the Oracle VM Manager host, and port is the port on which the Oracle VM Manager process is listening.

For example, if the host name is https://www.doczj.com/doc/1e10952832.html, and the port is the standard (no SSL) port, the URL is:

https://www.doczj.com/doc/1e10952832.html,:8888/OVS

If the host name is https://www.doczj.com/doc/1e10952832.html, and the port is the standard SSL port, the URL is:

https://https://www.doczj.com/doc/1e10952832.html,:4443/OVS

To set up an environment to create and manage virtual machines using Oracle VM Manager, see the Oracle VM Manager User's Guide.

3.2 Installing TightVNC for Non-Linux Users

To access virtual machines from within the Oracle VM Manager UI using the Console feature, you must first install TightVNC. The TightVNC Java applet

enables non-Linux users to connect to a virtual machine's console. TightVNC must be installed on the Oracle VM Manager host. You can get the latest TightVNC package from:

https://www.doczj.com/doc/1e10952832.html,/oraclevm/manager/RPMS/

Install TightVNC with the command:

# rpm -ivh tightvnc-java-version.noarch.rpm

Note:

If you are using Mozilla Firefox on Linux to log in to a virtual machine's console, you also need to install the Oracle VM Manager console plug in (ovm-console) on your computer. See the Oracle VM Manager User's Guide for information on how to install the plug in.

3.3 Installation Logs

If any errors occur during installation, check the Oracle VM Manager log files in the directory:

/var/log/ovm-manager

The following log files are located in this directory:

Table 2 Installation Log Files

4 Oracle VM Manager 配置和管理

4.1Preparing External Storage and Storage Repositories 准备存储仓库。

If you want to enable HA, or perform live migration of domains to other, identical, computers, you must first create external storage, and then create a storage repository to be used in the server pool.

When you create a server pool in Oracle VM Manager, the external storage is automatically mounted on each Oracle VM Server in the server pool (the

cluster). Similarly, when an Oracle VM Server in the server pool is restarted, the external storage is automatically mounted. Make sure the external storage is available to the Oracle VM Servers in the server pool so it can be automatically mounted when an Oracle VM Server is restarted.

4.1.1o cfs2 文件系统配置。

O2CB 是一组集群服务,负责管理节点与集群文件系统之间的通信。下面是对各个服务的说明:

?NM:用于跟踪cluster.conf 中的所有节点的节点管理器

?HB:当节点加入或离开集群时向上/向下发出通知的心跳服务

?TCP:处理节点之间的通信

?DLM:用于跟踪所有锁、这些锁的所有者以及状态的分布式锁管理器

?CONFIGFS:在/config 中挂载的用户空间驱动的配置文件系统

?DLMFS:用户空间与内核空间DLM 的接口

在6个节点上执行下面的过程,将O2CB 配置为在引导时启动。。

以root 用户身份执行

[root@gdhedcs1 /]# /etc/init.d/o2cb unload

Stopping O2CB cluster ocfs2: OK

Unmounting ocfs2_dlmfs filesystem: OK

Unloading module "ocfs2_dlmfs": OK

Unmounting configfs filesystem: OK

Unloading module "configfs": OK

[root@gdhedcs1 /]# /etc/init.d/o2cb configure

Configuring the O2CB driver.

This will configure the on-boot properties of the O2CB driver.

The following questions will determine whether the driver is loaded on

boot. The current values will be shown in brackets ('[]'). Hitting

without typing an answer will keep that current value. Ctrl-C

will abort.

Load O2CB driver on boot (y/n) [n]: y

Cluster stack backing O2CB [o2cb]:

Cluster to start on boot (Enter "none" to clear) [ocfs2]:

Specify heartbeat dead threshold (>=7) [31]: 61

Specify network idle timeout in ms (>=5000) [30000]:

Specify network keepalive delay in ms (>=1000) [2000]:

Specify network reconnect delay in ms (>=2000) [2000]:

Writing O2CB configuration: OK

Loading filesystem "configfs": OK

Mounting configfs filesystem at /sys/kernel/config: OK

Loading filesystem "ocfs2_dlmfs": OK

Mounting ocfs2_dlmfs filesystem at /dlm: OK

Starting O2CB cluster ocfs2: OK

4.1.2 Preparing External Storage Using OCFS2 on SAN 格式化共享存储

To prepare external storage to be used in a storage repository using OCFS2 on SAN:

1.Review the partitions by checking /proc/partitions:

2.# cat /proc/partitions

major minor #blocks name

80 71687372 sda

8 1 104391 sda1

8 2 71577607 sda2

2530 70516736 dm-0

253 1 1048576 dm-1

8 16 1048576 sdb

3 Determine the share disk volume you want to use. You may need to use the fdisk utility to create at least one partition on the shared disk volume:

# fdisk /dev/sdb

Alternatively, if the external storage is more than 2 TB, use the gparted utility to create a GPT partition:

# parted /dev/sdb

4 Format the partition from any of the Oracle VM Servers in the (intended) server pool with

a command similar to the following:

# mkfs.ocfs2 –b 4k –C 4k -N 12 /dev/sdb1

4.2 Preparing a Storage Repository 准备存储仓库。To prepare a storage repository for use in Oracle VM Manager when a server pool is created

1.Or for an OCFS2 using iSCSI or SAN set up, you might use something

similar to:

# /opt/ovs-agent-2.3/utils/repos.py -n /dev/sdb1

2.The repos.py -n command from the previous step displays the UUID

of the storage repository you created. You need this UUID to set the

cluster root. Copy the UUID for the storage repository you want to use as the cluster root.

3.Paste the UUID for the storage repository and use it to set the cluster

root with the command:

# /opt/ovs-agent-2.3/utils/repos.py -r UUID

4.3 创建服务器池

在IE 浏览器中输入http://172.16.1.233:8888/OVS/界面显示如下:

输入用户名admin 密码:CJeuL64wyQ8j4h5Jy1

点击登入,登入后如下如下所示

根据此向导来创建服务器池

点击next,如下所示

输入服务器池相关信息

Server pool:服务器池的名称

Server pool virtual ip : 服务器池的虚拟ip,这个IP驻留在master server 这个服务器上。High Availability mode: 选择Enable,启用服务器池高可用性。

在创建服务器池时,需要提供一个服务器来担任master 这个服务器角色。并输入这个服务

器的相关信息。

输入正确后,点击create 创建服务器池。

添加剩余5台ovs 服务器到这个服务器池。

至此服务器池创建完毕。

4.4 导入资源。

首先上传操作系统ISO 文件到共享存储,也就是刀片服务器的/OVS/iso_pool/目录

上传完后,然后在oracle vm manager 注册这些导入的ISO 文件。注册完后就可以使用了。1On the Resources page, 点击ISO Files, 然后点击Import

2选择‘Select from Server Pool (Discover and register).’然后点击Next

3On the General Information page, select the following ISO file information:

a)Server Pool Name:选择服务器池的名字

b)ISO Group:选择导入的ISO文件所在的ISO 组目录。ISO 文件都在

这个ISO组目录下保存。

c)ISO Label:选择想导入的ISO 文件

Click Next.

4Confirm the information.

5导入完成后,iso 文件处于待定状态。需要对它授权后这个ISO文件才可用。

6选择这个ISO 文件。然后选择edit,选择它的status 选项,然后选择acitive,在点击apply,这个iso文件就可以被使用了。

4.5 创建虚拟机。

If you have ISO files available, you can create a virtual machine from the installation media (ISO file), and manually configure the operating system parameters. To create a virtual machine from installation media:

1.Click Create Virtual Machine on the Virtual Machines page.

2.Select Create from installation media. Click Next.

3.Select the server pool from the Server Pool table in which to create the

virtual machine.

Select the preferred server on which to run the virtual machine from the Preferred Server drop down. Select Auto to automatically assign the virtual machine to a Virtual Machine Server, or select Manual to specify one or more preferred servers manually.

Click Next.

o Select the virtualization method from the Virtualization

Method drop down: 选择虚拟化方法。有2种方法:全虚拟化和

半虚拟化。

4.Enter the following information for the virtual machine on the Virtual

Machine Information page:

o Virtual Machine Name: Enter a unique name for the virtual machine. The name is used to create the directory under

/OVS/running_pool on the Virtual Machine Server, where the files

associated with this virtual machine are stored.

A virtual machine name must consist of alphanumeric characters,

and must not contain spaces or special characters, except the

underscore (_) or hyphen (-) characters. The maximum name

length is 200 characters.

虚拟机名称

o Number of Virtual CPUs: Select the number of virtual CPUs for the virtual machine according to the operating system and

application consumptions. You can allocate a maximum of 32

virtual CPUs. The larger number you select, the more CPU

resources the virtual machine can use.

虚拟机CPU的个数

If the sum of virtual CPUs on all the running virtual machines

exceeds that of physical CPUs, each virtual CPU will get that

fraction of CPU time. For example, if the sum of virtual CPUs on all the running virtual machines is 8, and you have 4 physical

CPUs on the Virtual Machine Server, then each virtual CPU will get 4/8, namely 50%, of CPU time, given that all the virtual CPUs are fully utilized at the same time.

o Keyboard Layout: Select the keyboard to use to interact with the virtual machine.

键盘语言

o Memory Size (MB): Allocate the amount of memory for the virtual machine. Allocate at least 256 MB of memory. When

allocating memory, consider the following:

?Memory consumption of applications that will run on the virtual machine

?Memory consumption of applications that are running and will run on the Virtual Machine Server

?Memory resources to be allocated to other virtual

machines

虚拟机内存大小

o Virtual Disk Size (MB): Allocate at least 1024 MB of virtual disk.

When allocating disk, consider the following:

?Disk consumption of applications that will run on the virtual machine

?Disk consumption of applications that are running and will run on the Virtual Machine Server

?Disk resources to be allocated to other virtual machines 虚拟机磁盘大小

o Console Password: Set the console password used to connect to the virtual machine using VNC. 输入console密码

o Confirm Console Password: Re-enter the console password.

o High Availability: If you want to enable high availability (HA) for this virtual machine, select this checkbox. 启用虚拟机高可用

性。

5.Click Next.

6.Confirm the virtual machine information on the Confirm Information

page and click Confirm.

7.The virtual machine is created. Periodically click the Refresh, or set the

page refresh rate to 30 seconds until the status of the virtual machine

changes from Creating to Running.

8.Log in to the virtual machine and install the guest operating system.. By

default, the virtual machine is private, and only you can access it.

In the virtual machine list, click Show to view the detailed information of the virtual machine.

Some parameters of the virtual machine, such as the virtual network interface and the boot mode, are set by default. You cannot change them during the process of creating the virtual machine.

这个步骤完成后,虚拟机创建完毕,此时需要登入虚拟机安装操作系统

Logging In to a Virtual Machine

The virtual machine is now running, and the Console Plug-in has been installed, and you can log in to it by using the Console.

To log in to the virtual machine:

1.On the Virtual Machines page, select the running virtual machine, and

then click Console.

2. A VNC Authentication is displayed. Enter the console password, and click

OK.

3 enter the user name and password of the guest operating system to log in to

the virtual machine.

After the VNC authentication, you may need to continue with some further tasks before you can use the virtual machine, depending on the method by which you created the virtual machine.

?If you created this virtual machine based on a template, you can directly use the guest operating system and applications installed in advance,

without any further configurations.

?If you created this virtual machine using the fully virtualized method, the installation of the guest operating system is triggered after your first

login. Follow the installation wizard to install the guest operating system.

If you need more ISO files to complete the installation, select the next

ISO file and then click Change CD to continue the installation, as shown in Figure 6-6, "Changing CD". Repeat this step until all the ISO files are installed.

Linux系统(X64)安装Oracle11g完整安装教程

Linux系统(X64)安装Oracle11g完整安装图文教程1修改操作系统核心参数(Root用户) 1)修改用户的SHELL的限制,修改 /etc/security/ 文件 输入命令:vi /etc/security/,按i键进入编辑模式,将下列内容加入该文件。 oracle soft nproc 2047 oracle hard nproc 16384 oracle soft nofile 1024 oracle hard nofile 65536 编辑完成后按Esc键,输入“:wq”存盘退出 2)修改/etc/login 文件,输入命令:vi /etc/login,按i键进入编辑模式,将下列内容加入该文件。 session required /lib/security/ session required 编辑完成后按Esc键,输入“:wq”存盘退出 3)修改linux内核,修改/etc/文件,输入命令: vi /etc/ ,按i键进入编辑模式,将下列内容加入该文件 = 6815744 = 1048576 = 2097152 = 48 = 4096 = 250 32000 100 128 = 1024 65500 = 4194304 = 4194304 = 262144 = 1048576 编辑完成后按Esc键,输入“:wq”存盘退出。 注意: = 9000 65500 网络默认9000 65500 4)要使 /etc/ 更改立即生效,执行以下命令。输入:sysctl -p显示如下: linux:~ # sysctl -p = 1 = 1 = 6815744 = 1048576 = 2097152 = 48 = 4096 = 250 32000 100 128 = 1024 65500

信息管理系统操作手册

信息管理系统操作手册 学生

目录 1机器环境要求 (3) 1.1硬件环境 (3) 1.2软件环境 (3) 1.3环境检测 (3) 2主界面介绍 (8) 2.1我的任务 (9) 2.1.1 功能描述 (9) 2.2统计查看 (10) 2.2.1 功能描述 (10) 2.2.2 操作说明 (10) 2.3考试记录查看 (11) 2.3.1 功能描述 (11) 2.4作业记录查看 (12) 2.4.1 功能描述 (12) 2.4.2 操作说明 (12) 3 个人管理 (16) 3.1功能描述 (16) 3.2 操作说明 (16)

1机器环境要求 1.1硬件环境 CPU:PⅣ 3.0以上 内存:1G及以上 剩余硬盘空间:10G以上 1.2软件环境 学生端浏览器必须使用IE9.0,安装.NET4.0,安装C++2010运行库,64位客户端要装AccessDatabaseEngine64.exe,把登录地址添加到受信任站点,通过IE浏览器访问服务器端进行练习。 操作系统需用微软Windows7操作系统(旗舰版或专业版)。安装Office 2010(必须包括word,excel和ppt)。 考试过程中请关闭杀毒软件或者取消其网页脚本监控功能,防火墙请做好相关规则,卸载网页拦截软件上网助手等。 1.3环境检测 学生通过浏览器做计算机科目练习时,第一次进入练习时会提示下载《考试客户端证书》,下载到本地,打开安装,导入证书到“授信任根证书颁发机构”,导入成功后,安装wbyActivexSetup.CAB控件,安装成功后进行环境检测。如下图1 - 12,评测通过后IE会自动关闭。重新打开浏览器进入即可练习了。

卫星电视中星9号解密方法及节目全参数,长期可用

具体的操作方法如下: 一、升级方法:先决条件是,你在卫星电视维修部做过第一次升级,密码变成了6位的。 二、步骤:菜单→系统设置→密码→然后输入不同型号机子的密码→确定→自动搜索→确定→完成46个台的搜索。如果搜索完成死机啦,关闭机顶盒重启即可。

三、调整音频:搜索完成后,可能声音和图像不匹配,串台。调节方法如下: 1、先调到一个台,按“F2”键→出现“右上角大屏幕、周围小屏幕”的图像→然后按“菜单”就会在大屏幕上有数字和声音编号→这时用左右声音键调出和屏幕图像相符的声音→按“确认”锁定一个台。 2、再按“菜单”就会关掉数字框→再按上下频道键选择下一个台,继续按“菜单”就会在大屏幕上有数字和声音编号→用左右声音键调出和屏幕图像相符的声音→按“确认”锁定这个台,重复以上操作,直到全部图像和声音相符。 3、可能屏幕上显示的台标和实际台标不同,不用管它,这是没办法的事情。谁叫咱用盗版呢。 恢复出厂设置升级法: 1.拔掉信号线(此步非常重要); 2.开机; 3.选择遥控器或接收机面板的“菜单键”;

4.进入“系统设置”,密码栏输入“9999” (个别机型“0000”),执行“恢复出厂设置”,确认; 5.插入信号线; 6.选“手动搜索”,按下右音量键,选中“频点2”,确认; 7.依次搜索频点3、4并确认; 8.完毕,退出。 小锅天线破解卫星升级全攻略 破解方法一:手动搜索 自从中星9九卫星升级后部分山寨机开机无法完成自动升级。开机后自动搜索到39%后便会出现死机现象,此时遥控失灵无法退出。注意!这不是死机。 解决方法:将信号线拔掉,会完成自动搜索,由于无信号搜索,搜完后显示搜到0套电视,不过此时遥控能用但接收机仍处于无节目状态。然后再接上信号线,进入莱单,将四组转发器进行手动搜索。注意!一定要手动,自动搜索会再次死机的。手动搜索完成后接收机可恢复正常工作,大家可以试试! 破解方法二:恢复出厂设置 今天试了一下,升级程序确实进入接收机了,但是你如果启动升级程序,仅序号从01、1001、004变到06、10001、004,升级条根本不变化。然后自动进入自动搜索,到39%以后,进度条就不动了。但是频点在一直在增加变化。你中断退出。一个节目也没有保留。你不中断推出,频点一直在增加。外观看就像死机了一样。

Oracle11g及PLSQL安装过程1.0.

一、Oracle 下载 注意Oracle分成两个文件,下载完后,将两个文件解压到同一目录下即可。路径名称中,最好不要出现中文,也不要出现空格等不规则字符。 官方下地址: https://www.doczj.com/doc/1e10952832.html,/technetwork/database/enterprise-edition/downloads/i ndex.html以下两网址来源此官方下载页网。 win 32位操作系统下载地址: https://www.doczj.com/doc/1e10952832.html,/otn/nt/oracle11g/112010/win32_11gR2_databas e_1of2.zip https://www.doczj.com/doc/1e10952832.html,/otn/nt/oracle11g/112010/win32_11gR2_databas e_2of2.zip win 64位操作系统下载地址: https://www.doczj.com/doc/1e10952832.html,/otn/nt/oracle11g/112010/win64_11gR2_databas e_1of2.zip https://www.doczj.com/doc/1e10952832.html,/otn/nt/oracle11g/112010/win64_11gR2_databas e_2of2.zip 二、Oracle安装 1. 解压缩文件,将两个压缩包一起选择,鼠标右击-> 解压文件如图 2.两者解压到相同的路径中,如图:

两个压缩包没有关联,要全部解压,解压之后文件的大小为2.12G。 3. 到相应的解压路径上面,找到可执行安装文件【setup.exe 】双击安装。如图: 4. 安装第一步:配置安全更新,这步可将自己的电子邮件地址填写进去(也可以不填写,只是收到一些没什么用的邮件而已)。取消下面的“我希望通过My Oracle Support接受安全更新(W)”。如图:(不要填写自己的电子邮件地址,否则它会自动联网,可能会拖慢安装进度)

机关事业单位人事工资信息管理系统安装步骤踏浪软件

机关事业单位人事工资信息管理系统安装步骤踏浪软件

机关事业单位人事工资信息管理系统 V2.0 安装说明 机关事业单位人事工资信息管理系统安装步骤共分六步,以下将进行详细介绍。 第一步:安装准备 将系统安装安盘放入光盘驱动器中并打开光盘根目录,如图所示: 第二步:启用安装程序 双击根目录下的SETUP.EXE文件启动安装程序,如图1所示: 图1:运行系统安装程序 第三步:系统必备组件检测及安装 安装过程开始后,将检测计算机是否安装系统运行必备环境“.NET Framework 2.0”,如果用户计算机没有安装该组件则提示用户安装该组件,如图2所示:

图2:提示用户安装必备组件 该组件安装完毕后,安装程序自动结束,此时,用户需要再次启动安装程序继续进行系统安装(参见第二步操作说明);如果用户计算机已安装该组件,将直接进入下一个安装步骤。 第四步:在安装向导的指引下安装系统 完成系统必备组件检测后,将进入安装向导界面,如图3所示: 图3:安装向导 安装程序将引导用户完成剩余的安装项目,安装过程中,程序

会检测并安装相关组件,请耐心等待安装程序运行完毕。 第五步:数据库配置 安装程序运行完毕后,将自动在“开始”程序菜单创立“机关事业单位人事工资信息管理系统”快捷菜单,展开该菜单,选择“机关事业单位人事工资信息管理系统V2.0数据连接配置”子菜单,如图4所示: 图4:数据库配置菜单位置 打开数据连接配置窗口进行数据库配置,窗口界面如图5所示: 图5:机关事业单位人事工资信息管理系统V2.0数据连接配置窗 口 窗口提供“服务器”、“用户名”、“密码”的默认值,正常情况下,直接点击“确定”,进行数据库检测,如果检测到用户计算机未安装数据库,将提示用户安装数据库,如图6所示:

oracle11g安装图解

Oracle11G安装图解 进入oracle安装界面,我们选择高级安装 出现选择安装类型,我们选择企业版,至于语言我们不用选择

Oracle 基目录:用于安装各种与ORACLE软件和配置有关的文件的顶级目录。 软件位置:用于存放安装具体ORACLE产品的主目录和路径。在此我们使用默认的配置。 在此ORACLE会选择剩余空间最多的盘作为基目录和安装目录的所在盘。 可以输入一个电子邮件或是metalink接收安全问题通知,在此我直接输入一个 电子邮件,当然也可以是metalink用户信息!

在此是因为我的内存不足,所以会报此提示,那么我们在此调整内存,以满足条件后再继续安装。

装到这个界面,这个问题直接选是,不会影响之后的安装,出现这个问题的原因是因为我的电脑没连接到网络 在此选择安装数据库。 如果是“配置自动存储管理”,则自动存储管理(ASM)可用来自动化和简化对数据文件、控制文件和日志文件的优化布局。自动存储管理(ASM)将每个文件切割成许多小扩展文件,并将它们平均分散在一个磁盘组的所有磁盘上。一旦自动存储管理(ASM)磁盘组建立,创建和删除文件的时候,Oracle数据库都会从磁盘组自动分配存储空间。如果是“仅安装软件”,则只安装ORACLE软件,

在安装之后还需要再运行数据库配置助手创建数据库。 一般用途/事务处理:适合各种用途的预配置数据库。 数据仓库:创建适用于特定需求并运行复杂查询环境。常用于存储并快速访问大量记录数据。 高级:安装结束后运行ORACLE DBCA后,用户才可以配置数据库。 在此我们选择“一般用途/事务处理” 步骤8:单独下一步后,出现“指定数据库配置选项”

CommVault一体化信息管理系统安装配置操作手册

目录 一、CommVault安装说明 (1) 1.1 CommServe备份服务器安装 (1) 1.2 Windows平台补丁包安装 (14) 1.3 Windows平台文件模块安装 (17) 1.4 Windows平台SQL模块安装 (26) 1.5 Windows平台oracle模块安装 (35) 1.6 Windows平台CDR模块安装 (46) 二、CommVault管理说明 (55) 2.1 CommVault管理 (55) 2.1.1 登入CommCell管理界面 (55) 2.1.2 CommCell基本布局 (56) 2.1.3 查看服务运行状态 (57) 2.2 许可证导入 (58) 3. 磁盘库配置 (60) 4. 存储策略配置 (65) 5. 计划策略设置 (70) 6. Windows平台文件系统备份 (76) 7. Windows平台文件系统还原 (81) 8. Windows平台SQL模块备份 (83) 9. Windows平台SQL模块还原 (91) 10. Windows平台oracle模块备份 (95) 11. Windows平台oracle模块还原 (105) 12. Windows平台CDR模块备份 (113) 13. Windows平台CDR模块还原 (123)

一、CommVault安装说明 1.1CommServe备份服务器安装 1.将CommVault第一张安装介质插入光驱(Windows平台介质),弹出如下安装向导界 面; 2.请选择系统架构,以64位平台安装为例,如下图;

3.请接受许可协议中的条款,如下图; 4.请根据企业内部环境选择相应的模块,如下图。默认请选择;CommServe 、CommCell Console、MediaAgent,并点击下一步; 备份服务器 管理控制台 介质服务器 5.视系统情况,安装过程中可能会提示安装MicroSoft .Net Framwork,请点击“是”确定 安装,安装过程中会提示重启系统时请重启系统;

中九户户通简易安装方法

中星九号户户通卫星接收机 简易安装方法一 1.取出一台机器、一张卡,并记下机器STB ID号码、CA ID号码以及智能加密卡 号码,连同购买人姓名、现居住地址及身份证号码报给经销商开卡。 2.先用一代机调出中星9号卫星信号,确保信号足够好。 3.取出已报开的机器,先不要插手机卡、智能卡,不要接卫星天线、定位小天线,接 好电视机后开机,等搜索完毕后立即按菜单键进入主菜单(必须立即按菜单键,否则会自动跳出自动扫描基站界面,不利于后续操作)--→光标移至系统设置按确认---光标移至网络连接设置按确认--→设置网络IP数据和网络端口设置,设完后按确认并退出主菜单,立即关机,拨掉电源线。 4.折开机器上盖,把移动手机卡(必须经咨询10086确认已开通GPRS功能的手机卡) 装入机器中的手机模块中并插入已报开智能加密卡,然后安装好随机配备的定位小天线。 5.准备就绪后,接卫星天线、电视机视频线、电源线,确认连接好后开机。 6.开机后,等自动搜索完毕后立即按菜单键进入主菜单(必须立即按菜单键,否则会自 动跳出自动扫描基站界面,不利于后续操作)--→光标移至系统设置,按确认--→输入密码9999--→光标移至基站信息,按确认搜索基站信息,搜索完后会自动出现5行基站信息。 7.确认基站信息强度良好后,按退出键,等待一分钟左右会弹出信息框(基站信息+‘重 新扫描’+‘存储确认),按红色键保存。 8.稍后会弹出信息框提示“智能卡未授权,是否进行安装”,立即按确认键(注意:必 须立即按确认键,不需移光标,否则此界面一会就会自动消失)。

确认后请等待,稍后会弹出信息框提示发送成功,画面右上角提示“安装正在进行,请等待”,此时千万不要断电。(在没有提示发送成功或发送失败之前请耐心等待,不要关机)机顶盒安装步骤二 1机顶盒未通电状态下,在机顶盒上安装SIM卡和智能卡 ; 2 安装好机顶盒的天线,用AV线连接机顶盒与电视机,将机顶盒与卫星接收器连接好; 3 打开电视机和机顶盒,通过遥控器设置机顶盒。点击遥控器【菜单】按钮,选择【系统设置】,输入密码“9999”进入设置;

Oracle_11g 安装图解(详细版)

Oracle 11g安装图文攻略 呵呵,花了一个多小时,左右把11g安装折腾好了。其中折腾SQL Developer 花了好长时间,总算搞定了。好了,先总结下安装步骤,希望给后面的童鞋提高安装效率。呵呵。 一、Oracle 下载 注意Oracle分成两个文件,下载完后,将两个文件解压到同一目录下即可。路径名称中,最好不要出现中文,也不要出现空格等不规则字符。 官方下地址: https://www.doczj.com/doc/1e10952832.html,/technetwork/database/enterprise-edition/downloads/ index.html以下两网址来源此官方下载页网。 win 32位操作系统下载地址: https://www.doczj.com/doc/1e10952832.html,/otn/nt/oracle11g/112010/win32_11gR2_database_ 1of2.zip https://www.doczj.com/doc/1e10952832.html,/otn/nt/oracle11g/112010/win32_11gR2_database_ 2of2.zip win 64位操作系统下载地址: https://www.doczj.com/doc/1e10952832.html,/otn/nt/oracle11g/112010/win64_11gR2_database_ 1of2.zip https://www.doczj.com/doc/1e10952832.html,/otn/nt/oracle11g/112010/win64_11gR2_database_ 2of2.zip 二、Oracle安装 1. 解压缩文件,将两个压缩包一起选择,鼠标右击 -> 解压文件如图

综合管理信息系统操作手册(1.01版)

综合管理信息系统 操 作 手 册 面向所有集团公司用户 二零一五年一月二十二日

目录 1信息系统安装与访问 (2) 1.1下载与安装信息系统 (2) 1.2访问信息系统 (3) 2系统常用操作和问题 (4) 2.1系统常用设置 (4) 2.2系统常用操作说明 (5) 2.2.1 表单操作命令说明 (5) 2.2.2 数据列表操作指南 (7) 2.3常见问题答疑 (9) 2.3.1我如何发起审批流程 (9) 2.3.2如何办理业务流程 (10) 2.3.3流程图中的图标是什么意思 (11) 2.3.4如何委托他人办理流程 (11) 2.3.5 如何查阅已办事务 (12) 2.3.6 如何撤销已经提交的流程事务 (12) 3部分系统模块的权限和流程说明 (12) 3.1业主信息管理 (12) 3.2业主联系人管理 (14) 3.3招标代理管理 (14) 3.4经营跟踪项目登记 (16) 3.5投标立项评审单 (17) 3.6经营工作日志 (18) 3.7项目立项审批单 (19) 3.8项目合同审签单 (21) 3.9 项目预算审批表 (23) 3.10员工工时登记 (24) 3.11员工工时确认 (25)

1信息系统安装与访问 1.1下载与安装信息系统 智能客户端下载: ●内网地址:\\200.200.202.222\综合管理信息系统\综合管理信息系统智能客户端.exe ●外网地址:登录OA系统,在待办事务首页,点击进入“信息系统动态”,点击查看“综 合管理信息系统智能客户端”发布信息中下载“综合管理信息系统智能客户端”。 智能客户端安装: 第一步:双击“综合管理信息系统智能客户端.exe”安装文件,进入安装界面,如图所示: ……中间安装窗口省略,一直点击“下一步”即可

安装小锅—中九卫星电视信号操作方法

安装小锅天线 一、小锅天线,规格有:35cm、45cm、60cm,还有规格更大的等等。 二、有正规生产厂家的,也有仿造的,也有山寨版的等等。 三、要买正规生产厂家的锅,因为锅的材质、形状、规格大小、底 座、连接支架、高频头,卫星接收机等对接收到的卫星电视信 号都有影响。如仿做的或山寨版的锅、高频头,卫星接收机等 同样能收到中九卫星电视信号,但对接收到的信号质量肯定是 没有正规厂家生产的高,稳定。高频头、卫星接收机也没有质 量保证的。 四、正规厂家生产的锅,有很多牌子。我家里锅的牌子是:高斯贝 尔和中卫,用得很好,从接收到的信号质量高有85%,而且信 号稳定。 五、正规生产厂家的锅,在包里面会有安装图纸。 如图:

六、高频头、卫星接收机,是正规厂家生产的在包装里面会有使用说明书,技术参数、产品出厂合格证等。 七、电视信号线,一套卫星电视信号接收设备会包括有电视信号线, 但其长度一般是15米,如锅离家里电视机距离远,线材要过长,建议另购一根长的,电视信号线以不接接头为好。 八、一套卫星电视信号接收设施全都准备好了,下面就是开始接收 中九卫星电视信号。 九、⑴:将锅拼装好。 ⑵:装上高频头 ⑶:将电视信号线一端接在高频头上(如果是另购的电视信号 线,要在线两端做上F头。),另一端接在卫星接收机上。 ⑷:遥控装好电池,插上电源,打开卫星接收机电源开关,此

时卫星接收机就是如下图: 卫星接收机显示出红色001数字,这是因为还没有接收到卫星电视信号。 ⑸:将遥控对准卫星接收机,按调星键(有的遥控是按信息键),此时卫星接收机就会显示出如下:

显示P00红色数字。 ⑸:将锅先对准正南方向位置,如不知道哪面是南,可以看看附近是否装有太阳能热水器,太阳能热水器管子就是朝正南方向。或有指南针更好。也可以根据太阳日出确定方向。 ⑹:根据中九卫星运行位置,是南偏西的方位,先将锅由南向西稍微转动一点,再又将锅后面伸缩杆上下调节,眼睛注视卫星接收机前面显示的P00红色数字是否有变化。如没变化,再又将锅向西转动一点,后面伸缩杆也同样上下调节,眼睛同样注视卫星接收机前面显示的P00红色数字是否有变化。 ⑺:只要一对准了方向,卫星接收机前面显示的P00红色数字就会有变化,按前面的方法将锅由南向西慢慢转动,后面伸缩杆 也上下升调节,首先找到了信号是忽闪忽现(意思就是P00变数

Oracle 11g安装及验证图文攻略

服务器磁盘分配 一般C盘100G装系统、D盘80G放ORACLE基目录和软件位置、E盘剩余空间(最大)放数据库目录。 Oracle 11g安装图文攻略 注意用administrator用户登录 一、Oracle 下载注意Oracle分成两个文件,下载完后,将两个文件解压到同一目录下即可。路径名称中,最好不要出现中文,也不要出现空格等不规则字符。二、Oracle安装1. 解压缩文件,将两个压缩包一起选择,鼠标右击- 解压文件如图2.两者解压到相同的 一、Oracle 下载 注意Oracle分成两个文件,下载完后,将两个文件解压到同一目录下即可。路径名称中,最好不要出现中文,也不要出现空格等不规则字符。 二、Oracle安装 1. 解压缩文件,将两个压缩包一起选择,鼠标右击-> 解压文件如图 2.两者解压到相同的路径中,如图:

3. 到相应的解压路径上面,找到可执行安装文件【setup.exe 】双击安装。如图: 4. 安装第一步:配置安全更新,这步可将自己的电子邮件地址填写进去(也可以不填写,只是收到一些没什么用的邮件而已)。取消下面的“我希望通过My Oracle Support接受安全更新(W)”。如图:

5. 安全选项,直接选择默认创建和配置一个数据库(安装完数据库管理软件后,系统会自动创建一个数据库实例)。如图:

6. 系统类,直接选择默认的桌面类就可以了。(若安装到的电脑是,个人笔记本或个人使用的电脑使用此选项) 服务器类直接点击这里跳转如图:

7. 典型安装。重要步骤。建议只需要将Oracle基目录更新下,目录路径不要含有中文或其它的特殊字符。全局数据库名可以默认,且口令密码,必须要牢记。密码输入时,有提示警告,不符合Oracel建议时不用管。(因Oracel建议的密码规则比较麻烦,必须是大写字母加小写字母加数字,而且必须是8位以上。麻烦,可以输入平常自己习惯的短小密码即可) 如图:

共青团基本信息管理系统安装及信息录入基本步骤(精)

“共青团基本信息管理系统”安装及信息录入基本步骤 (基层组织版) 一、系统安装: 1、乡镇、街道、城市社区、农村、企业、学校、机关事业单位、非公有制经济组织、新社会组织等基层团组织双击“安装程序(基层组织)”。地市级团委、县级团委、各级机关工委、企业团工委等团的领导机关双击“安装程序(领导机关)”。使用运行安装,建议安装目录不要选择默认的C盘,以免系统重装造成数据丢失。 2、系统登录及年度设置: 如为基层组织的,【是否为乡镇(街道)团委(团工委)】—乡镇(街道)团委(团工委)本级填“是”,乡镇(街道)团委(团工委)下属的学校、企业、机关、村、社区级团组织等统一填“否”。 【团组织机构代码】录入该团组织被赋予的代码,为层次型结构编码,每3位为一层,每一层表示一级团组织,每个团组织

编码由上一级团组织编定。具体分配如下:

各级团组织下属的团组织代码由各级团组织自行分配(如:椒江团区委编定椒江区海门街道团委的代码可为000.011.010.001.001)

【团组织简称】录入该团组织规范简称,不多于25个汉字,如“团椒江区委”。 【登录密码】首次登录时密码任意设置,按提示填写密码并确认密码后即设置成功。下次登录以设置密码为准。 【年度】当前系统默认年度为2010,因本次要求上报2009年统计数据,请通过数据结转功能来实现年度设置。 1、点击“系统管理-年度结转”。 2、点击结转单位(即登录的团组织)、选择“结转年度”为“2010”、选择“新建年度”为“2009”,确认“包含团干部信息”和“包含团员信息”均已勾选后,点击“确定”。 3、点击“团组织管理”,确认“年度”已经选择为“2009”后,开始信息录入及其它操作。 在进行2010年团员信息采集时,如人员变化不大,也可以通过

中星9号定位户户通节目表及安装方法

中星9号户户通节目表 频道号节目名称加密方式频道号节目名称加密方式001 CCTV-1 综合NDS 211 安徽卫视NDS 002 CCTV-2 财经NDS 221 福建东南卫视NDS 003 CCTV-3 综艺NDS 231 江西卫视NDS 004 CCTV-4 中文国际NDS 241 山东卫视NDS 005 CCTV-5 体育NDS 251 河南卫视NDS 006 CCTV-6 电影NDS 261 湖北卫视NDS 007 CCTV-7 军事农业NDS 271 湖南卫视NDS 008 CCTV-8 电视剧NDS 281 广东卫视NDS 009 CCTV-9 记录NDS 291 广西卫视NDS 010 CCTV-10 科教NDS 311 重庆卫视NDS 011 CCTV-11 戏曲NDS 321 四川卫视NDS 012 CCTV-12 社会与法NDS 331 贵州卫视NDS 013 CCTV-13 新闻NDS 341 云南卫视NDS 014 CCTV-14 少儿NDS 351 西藏卫视NDS 015 CCTV-15 音乐NDS 361 陕西卫视NDS 016 CCTV-NEWS NDS 371 甘肃卫视NDS 051 中国教育NDS 381 青海卫视NDS 101 北京卫视NDS 391 宁夏卫视NDS 111 天津卫视NDS 401 新疆卫视NDS 121 河北卫视NDS 402 兵团卫视NDS 131 山西卫视NDS 451 陕西农林NDS 141 内蒙古卫视NDS 481 西藏藏语NDS 151 辽宁卫视NDS 482 四川康巴藏语NDS 161 吉林卫视NDS 483 青海安多藏语NDS 171 黑龙江卫视NDS 484 新疆维语NDS 181 上海东方卫视NDS 485 新疆哈语NDS 191 江苏卫视NDS 486 内蒙古蒙语NDS 201 浙江卫视NDS 487 吉林延边朝鲜语NDS 999 电视测试频道免费

馆藏文物信息管理系统安装手册

馆藏文物信息管理系统 安装手册 TYYGROUP system office room 【TYYUA16H-TYY-TYYYUA8Q8-

馆藏文物信息管理系统 安装手册

第一篇安装手册 目录

图表目录

第一篇安装手册 1引言 1.1编写目的 编写本文档的目的是介绍系统安装的要求,阐述系统安装的过程和方法,指导用户完成系统的安装。 1.2面向的读者 本手册是指导使用《馆藏文物信息管理系统》的操作人员或管理人员顺利完成系统安装而编写的。在安装本系统的过程中认真阅读本手册是十分必要的。 1.3文档综述 本手册的目的在于指导用户正确安装和卸载本系统,分四个章节进行说明。 第2章安装条件: 阐述本系统的安装条件及其运行环境。 第3章安装步骤: 介绍本系统的安装步骤。 第4章安装配置方法: 介绍软件的安装、配置的方法及步骤。 第5章软件卸载:介绍软件的卸载方法及步骤。

2安装条件 2.1硬件环境和配置要求 1)服务器端 条目推荐配置最低配置说明CPU P IV x 2P III 800M 内存 2 G256 M 硬盘120 G SCSI10 G 根据实际情况酌情增加。 2)客户端 条目推荐配置最低配置说明 CPU P IV 1.7G P II 300M 内存256 M64 M 硬盘80 G10 G 3)网络环境 10 M / 100 M自适应以太网。 2.2软件环境和配置要求 1)服务器端 操作系统: Microsoft Windows 2000 Server / Advanced Server / DataCenter Microsoft Windows XP Server

社会保险管理信息系统安装说明

社会保险管理信息系统安装说明 说明安装 3.0 感谢您使用伟仕软件工程有限公司开发的北京市社会保险管理信息系统(企业版3.0)软件!北京市社会保险管理信息系统:以下简称“企业版” 安装前的准备工作: 1、企业版软件是运行在WINDOWS平台上的,在安装本系统之前,必须在您的电脑上安装WINDOWS 95或WINDOWS 98操作系统。 2、确保您的WINDOWS 95或WINDOWS 98 工作正常,在启动WINDOWS 95或WINDOWS 98之后,请您检查键盘、鼠标及光驱是否工作正常,如果以上设备不能正常工作,请与您的机器供应商联系。不能正常运行的电脑是不能运行企业版的。 3、确保硬盘空间足够大,安装企业版大约需要300MB的硬盘空间,请检查硬盘剩余空间是否满足要求。 4、清除计算机病毒,在安装之前确定您的计算机没有被计算机病毒感染,带病

毒的机器有可能无法使本系统安装成功。请使用最新版本的杀毒软件清除。 介质说明:企业版软件采用光盘为介质,所有的安装文件全部存储在光盘上。安装共分两部分: 第一部分:程序安装: 第一步:开机正常进入WINDOWS 9X 操作系统。 第二步:将企业版的光盘放入您的CD-ROM驱动器,稍等片刻光盘会自动播放进入库环境的安装,如图所示: 如果您的光盘驱动器不支持自动播放,请您通过资源管理器打开光盘,您将看到光盘上的安装文件,找到DISK 1文件夹下的SETUP.EXE文件双击它,将看到上面的安装启动画面。之后系统会进入欢迎安装界面,如以下两图: 根据提示单击【下一个】按钮进行下一步安装。

第三步:这时进入许可协议说明,如果用户同意此协议,请单击【是】系统继续进行安装;如果不同意此协议,单击【否】系统将退出安装。如图所示: 第四步:如果用户同意上一步的协议的话,进入“用户信息”界面,请您在,在“序号”处请填入您单位的“法人码”即可。“公司”此输入您的“姓名”、如下图所示: ,这时进入安装位置界面,系统第五步:填写完用户信息后,单击【下一步】单击【下一步】按钮,系统将继续安装,如下图:C默认的安装路径为:\vst 如果用户想要更改安装的路径,单击【浏览】按钮,这时用户可以选择想

Oracle 11g 64位下载及安装教程(图文并茂)

1、下载Oracle 11g R2 for Windows的版本 下载地址:https://www.doczj.com/doc/1e10952832.html,/technetwork/database/enterprise-edition/downloads/index.html 其中包括两个压缩包:win64_11gR2_database_1of2.zip,win64_11gR2_database_2of2.zip 2、将两个压缩包解压到同一个目录下,即“database”,然后单击解压目录下的“setup.exe”文件: 3、在出现的“配置安全更新”窗口中,取消“我希望通过My Oracle Support接受安全更新”,单击“下一步”:

4、在“安装选项”窗口中,选择“创建和配置数据库”,单击“下一步”: 5、在“系统类”窗口中,选择“桌面类”,单击“下一步”:

6、在“典型安装”窗口中,选择Oracle的基目录,选择“企业版”和“默认值”并输入统一的密码为:Oracle11g,单击“下一步”: 7、在“先决条件检查”窗口中,单击“下一步”:

8、在“概要”窗口中,单击“完成”,即可进行安装: 9、出现的安装过程如下:

数据库创建完成后,会出现如下“Database Configuration Assistant”界面: 选择“口令管理”,查看并修改以下用户:

(1)普通用户:SCOTT(密码:tiger) (2)普通管理员:SYSTEM(密码:manager) (3)超级管理员:SYS(密码:change_on_install) 修改完成后,单击“确定”。 10、在“完成”窗口中,单击“关闭”即可。 安装完成界面中的内容: Enterprise Manager Database Control URL - (orcl) : https://localhost:1158/em 数据库配置文件已经安装到C:\app\Administrator,同时其他选定的安装组件也已经安装到C:\app\Administrator\product\11.2.0\dbhome_1。 Oracle完成安装后,会在系统中进行服务的注册,在注册的这些服务中有以下两个服务必须启动,否则Oracle将无法正常使用: (1)OracleOraDb11g_home1TNSListener:表示监听服务,如果客户端要想连接到数据库,此服务必须打开。在程序开发中该服务也要起作用。 (2)OracleServiceORCL:表示数据库的主服务,命名规则:OracleService数据库名称。此服务必须打开,否则Oracle根本无法使用。 附: A、32位Oracle 11g Client(win32_11gR2_client.zip)的安装注意点: 在选择安装类型时,选择“管理员”,如下图:

医院信息管理系统安装指南.docx

医院信息管理系 统安装指南 诚启科技

目录 系统安装的先决条件 (3) 硬件需求描述 (3) 软件需求描述 (4) 医院信息管理系统软件安装 (5) 安装前的准备 (5) 服务器端软件的安装 (5) 客户端软件的安装 (10) 客户端软件的运行 (14)

HIS 系统管理员手册- 安装指南 系统安装的先决条件 硬件需求描述 服务器端硬件需求: 因为使用的环境不同,服务器端硬件需求差异很大。具体的需求请咨询您的软件提供商。 系统要求的最低配置如下(可以满足 5 个客户端同时工作的要求): 项目标准备注 CPU P4 1.7G 内存( RAM )256M (推荐 512M ) 硬盘( HD )40G可以是非 SCSI 硬盘 网络( Net )100M 显示器无 UPS 客户端硬件需求: 以下是客户端可以运行的最低硬件要求 项目标准备注 CPU P4 1.1G 内存( RAM )128M 硬盘( HD )40G 网络( Net )100M 显示器无 打印机无仅有打印需求的客户端

软件需求描述 服务器端: 项目标准备注 Windows2000 Server 操作系统或 Windows2003 Server 数据库MSSQL2000或以上如果是 win2003 ,确定安装SQL-SP4 补丁 数据连接组件MDAC2.7 或以上 在Windows2000 server 中需要把数据连接组件库 MDAC 升级到 2.7 或者更高的版本。最新的 MDAC 程序请在微软公司的网站上寻找。 在Windows2003 server 或 WindowsXP 中, MSSQL2000 需要 SP4 的版本。 客户端: 项目标准备注 Windows2000 操作系统或 Windows XP 数据连接组件MDAC2.7或以上 因为 Windows XP 中自带的 MDAC 为 2.8 ,所以如果客户端的操作系统为Windows XP ,则不作任何软件上的要求。 显示器最佳分辨率为: 1024 ×768

中星9号卫星安装与调试

中星9号卫星安装与调试 由于中星9号采用ABS-S数字接收机接收,因此,必须拥有一台直播星的专用接收机才是成功接收的前提。从官方公布的中星9号卫星场强图可以看出,在全国范围内均可以用45CM天线满意接收。只需用原有的KU波段天线及高频头,加上ABS-S数字接收机,就可以成功收视中星9号的直播卫星节目了。这里需强调的是高频头的选用,因为ABS-S数字接收机内臵只有四组接收参数,且高频头本振默认为10750MHZ,并且根本就没有高频头本振设臵这一项,所以一定要选用10750MHZ本振的高频头,最好还是左旋极化的高频头,如果手头没有,可以用相近本振值的高频头来改制,如10678、10600的都可以。若采用日本原装小耳朵也很合适,当年接收天浪直播节目效果非常好,如今收中国自己的直播星也是可以的,只不过要将本振频率由10678MHZ改为10750MHZ,并将右旋极化改为左旋极化即可。 有了合适的器材就可以接收:中星9号村村通广播电视节目表了,可以用手头的普通DVB先引导一下,即用95°E卫星做参考,就很容易收下直播星了。在普通数字机中输入12686、H、28000这组参数,因为信号很强,所以很快就能定位,暂固定一下天线,换上直播星的专用机,开机画面,很明显,这是“村村通广播电视”专用机,如果是第一次使用且天线未对准卫星,则会出现搜索节目的界面,当然是没有节目的,会出现相应的信号提示。按遥控器上的菜单键,就进入了本机的主菜单,包括频道浏览、节目指南、信息服务和系统设臵四项,选到最后一项时按确认键,在弹出的界面中输入密码,一般出厂默认是0000。 进入系统设臵界面后,第一项就是安装与信号检测,机内已预臵了4个接收参数,这四个参数不可以修改,也不能添加其他参数。按左右键可以选择这四个参数,按下确认键后,信号强度栏会有信号显示,红色的信号条有相应的百分数,这就证明高频头与接收机连接良好。此时可以调整天线的方位和仰角了,即在原95°E卫星的位臵方位角向西转3°左右,仰角向下调1°,就可找到信号,细调直至信号强度和信号质量条由红变绿,且二者的数值最大,就说明已经对准卫星,此时将天线固定即可。当然如果调星熟练且知其大致的角度,也可以直播用ABS-S专用机中的信号检测菜单来定位调星,高频头的极化角不用调整,因为是圆极化工作方式。如果使用的是普通线极化高频头,虽然可以收到信号,但是是有损耗的,如果加入极化片,且信号质量至少可以增加8%。 只要天线对准卫星,上面的日期及时间也与当时的北京时间同步了,选择自动搜索,就可以将节目全部接收下来了,共可收到47套电视节目和47套广播节目。中星9号村村通直播卫星广播节目,这些节目有如下特点:1、节目名称均为中文名称,因为机内有二级简体中文字库,且每个节目都有固定的节目号码; 2、每个节目有完善的节目表(EPG),也就是节目指南,方便收看; 3、在看电视、听广播之外,还可以收看节目附带的信息服务。这些服务除在菜单中可以选择外,在遥控器上也有相应的快捷键,可以一键进入而不必再进入菜单。如点击信息服务,就进入了其主界面,包括时事新闻、农业资讯、科教园地、天气预报等四大板块,选择新闻时事,进入分页面,再分别选择相应标题,进入更详细的

信息系统安装调试手册

信息系统安装调试手册 一、手册对象: 本手册提供给需要对信息系统的源代码进行编写和修改的人员,以及对源代码有兴趣的人员。 本手册假定使用人员具备一定的软件知识,了解JAVA语言,了解ORACLE数据库,了解面向对象编程的思想。 二、需求硬件: PC电脑一台,预装WINDOWS系列操作系统: 安装的软件: 1.1必须安装的软件: 1.1.1JAVA虚拟机:JDK 1.6 及以上 1.1.2JAVA的IDE集成环境:ECLIPSE,版本不限 1.1.3数据库客户端:ORACLE数据库客户端,版本不限;或者数据库服务器,版本为ORACLE 11G 1.1.4数据库连接工具: PL/SQL 9,版本不限 1.1.5 WEB服务器软件:TOMCAT 6.0 1.2可以安装的软件: 1.2.1 数据库设计查看软件:PowerDesigner 1.2.2JAVA的窗体设计软件:netbeans 1.2.3 源代码管理工具:SVN 四、需要的资源: 数据库服务器连接地址:见详细地址 信息系统WEB端源代码:见详细地址 信息系统子系统端源代码:见详细地址

五、环境安装步骤: 第一步:安装JDK 1.6,详细如下: JDK1.6的下载-安装安装JDK很简单,只需要按照安装向导一步一步进行即可,安装好后重点如何设置环境变量 安装Java JDK1.6最重要的也是最容易出错的是设置环境变量。一共需要设置3个环境变量:Path,Classpath和Java_Home(大小写无所谓)。Windows系统中设置环境变量如下图:右击“我的电脑”,选择“属性” 点击“高级”选项卡,选择“环境变量”。

中星9号卫星接收机升级破解之刷机全攻略

中星9号卫星接收机升级破解之刷机全攻略!(2010-02-13 22:59:54) 标签:电脑接收机usb cctv-1 勾选 一、仔细观察自己的接收机 1、观察接收机背后的升级口是几根针?或几个孔?9针或9孔的机器不需要任何 转换电路(刷机小板)可直接与电脑进行连接;3、4、5、6针的机器需要购买电平转 换电路(刷机小板),因为电脑的电平信号与机器的电平信号不同,所以不能直接与 之通讯,需要电平转换电路做中间的桥梁,一般有两种一种是“RS232转TTL”、另一 种是“USB转TT L”,如果家里有台式电脑,并且后面有COM口(9针串口)的话,推 荐购买“RS232转TTL”,这种小板不需要安装驱动,可直接与电脑连接,另一头连接 接收机,价格便宜,这种小板采用的芯片一般为MAX232或MAX3232,如果购买的是MAX3232芯片的小板,还需要将小板上的vcc连接到接收机的vcc(+3.3v或+5v)上 为小板供电,除此之外还可以将小板上的vcc和gnd用usb线接到电脑usb口的vcc和gnd为小板提供稳定的+5v供电;如果购买的是MAX232芯片,则只能使用usb线取来 +5v供电给小板,不可以用接收机上的+3.3v,max232必须采用+5v供电;“USB转 TTL”适合笔记本电脑用户,他们没有9针的com口,用usb转ttl还有一个好处就是不必外接供电,usb自带供电给小板,但使用“USB转TTL”小板需要安装pl2303驱动,将 usb口变成com口,方可与接收机进行通讯,usb小板所采用的芯片一般为pl2303, 以上是最常见的2种电平转换小板,可以在老式的手机数据线里找找有没有“MAX232”“MAX3232”“pl2303”这3个芯片…… 补充说明:接收机后面是9针com口的山寨机,由于后来的山寨厂家很不 规范,后面的com口只是个摆设,并不可以直接用3根导线实现连机,打开机箱,如 果在主板上能找到max232芯片,则说明你的com口是真的;如果找不到,仔细观察 后面接口位于主板上的标注,可使用ttl小板连机,个别机器在主板上还可以找到第二 升级口的焊点,自己焊出几根线也一样可以外加ttl小板来连机;如果你的机器做工很好,里面有2MB的储存器,是老式的机器,铁壳的,里面带有max232芯片的,是可 以直接用3根导线连机的,我此前接触的就是这样的机器…… 2、观察自己的接收机的主芯片是什么牌子及型号?常见的主芯片品牌有海尔、国芯、 华亚等……海尔一般为Hi2023或Hi2023E……国芯一般有GX3001,6121……等,不同的芯片要选择不同的刷机工具,例如海尔的芯片要使用“ABS_Flasher_V1.6”,国芯的芯 片要使用“GxDownloaderIII 1.008”(英文界面)或“GxDownloaderIII 2.120” (中文界面)…… 补充:大家如果遇到“Hi2023”的海尔芯片,请看清楚下面一行写的是什么,如果下面 一行写着“E0925”或“E09xx”等字样,在读取和烧写时应选择2023E,而不要选择 2023! 3、观察自己的接收机储存器是多大的?是1MB的还是2MB的?储存器是系统指令的载体,读取和烧写的.bin文件就是存储在此芯片内。芯片是MX25L8005M2C 的储存器, 是1MB的(类似的还有EN25F80、EN25T80 、M25P80、SST25LF080、 F25L008、AT26DF081、W25P80 等)一般为小正方形共8个引脚(两边各4个); 如果芯片是ATMEL AT45DB161B、MX29F200TTC、EN29LV160AB-70TCP 等, 它的引脚超过20个(两边各超过10个以上引脚)为2MB。总体来说,储存器的芯片型

相关主题
文本预览
相关文档 最新文档