亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫(kù)
12下一頁(yè)
最近訪問(wèn)板塊 發(fā)新帖
查看: 7090 | 回復(fù): 13
打印 上一主題 下一主題

Oracle 9i RAC for single linux安裝文檔 --ZT [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2003-07-21 12:49 |只看該作者 |倒序?yàn)g覽
Oracle 9i RAC for single linux安裝文檔
Oracle 9i Real Application Cluster
Oracle9i 是oracle 公司的最新數(shù)據(jù)庫(kù)旗艦產(chǎn)品, 當(dāng)前最新版本是Oracle 9i Release
2(9.2.0).
而Oracle 9i Real Application Cluster 更是oracle 9i 的最優(yōu)秀的核心優(yōu)勢(shì)之一, 是oracle
的Oracle Parallel Server 的進(jìn)一步改進(jìn),是Oracle 在高端產(chǎn)品的進(jìn)一步擴(kuò)展, 也為低端的Intel
夠架的Pc Server 承擔(dān)高端的計(jì)算任務(wù)鋪開(kāi)了一條現(xiàn)實(shí)的道路.
傳統(tǒng)的Oracle OPS 比較適合于DSS 類型的應(yīng)用,或者能夠進(jìn)行較好的應(yīng)用或者表一級(jí)
分割的OLTP 應(yīng)用.因?yàn)镺racle 多個(gè)節(jié)點(diǎn)之間的實(shí)例的信息過(guò)多的同步會(huì)非常影響效率.這
個(gè)也為Oracle OPS 在國(guó)內(nèi)的應(yīng)用留下了不好的名聲.
Oracle 9i RAC 是Oracle 對(duì)于OPS 的重大改進(jìn)之后,基于Oracle 9i 推出的, 關(guān)鍵時(shí)集合
了Oracle 9i 的各種優(yōu)秀的HA 特性, 同時(shí)采用了Cache Fusion 技術(shù),大大降低了節(jié)點(diǎn)之間信
息同步的成本, 使RAC 不僅僅適合于DSS 類型的應(yīng)用, 也能很好的服務(wù)于OLTP 類型的高
端應(yīng)用.
對(duì)于廣大學(xué)習(xí)Oracle 的朋友來(lái)說(shuō),OPS/RAC 需要兩個(gè)服務(wù)器, 一個(gè)共享磁盤陣列, 還需
要來(lái)自服務(wù)器廠商的Cluster 軟件, 如果希望利用Cache Fusion 技術(shù), 還需要光纖
HUB/SWITCH 互聯(lián).這些都是很高端的產(chǎn)品,一般都很難有這樣的試驗(yàn)環(huán)境,對(duì)于希望在9i
RAC 上進(jìn)行開(kāi)發(fā)的軟件開(kāi)發(fā)商而言,這些也都是可望不可及的.
實(shí)際上,Oracle 公司允許我們?cè)贚inux 和Windows 上, 實(shí)現(xiàn)基于一個(gè)節(jié)點(diǎn),多個(gè)實(shí)例的
RAC/OPS, 用于開(kāi)發(fā)和學(xué)習(xí). 這對(duì)于廣大的開(kāi)發(fā)商和Oracle 愛(ài)好者來(lái)說(shuō), 是一個(gè)非常令人
振奮的消息.這樣,我們就可以在一個(gè)機(jī)器上, 實(shí)現(xiàn)只有在昂貴的硬件條件下面才能實(shí)現(xiàn)
的RAC/OPS,可以在自己的PC 機(jī)器或者單位的PC Server 上面實(shí)現(xiàn)RAC, 從而進(jìn)行RAC
的學(xué)習(xí),測(cè)試和開(kāi)發(fā)。
本文就主要將如何在基于Linux 的單個(gè)PC Server 的操作系統(tǒng)上,安裝和配置Oracle 9i
RAC。
本文的試驗(yàn)環(huán)境如下:
硬件:DELL  PC Server 1650 2CPU/2G memory/1*36GB SCSI 硬盤
OS :Redhat Linux 7.2 Kernel 2.4.7
Oracle: Oracle 9i Release 2 9.2.0(對(duì)于9i Release 1 也可以實(shí)現(xiàn),步驟稍微有些不同)
Redhat Linux 按照普通的服務(wù)器安裝進(jìn)行。
Oracle 9i For Linux:otn.oracle.com/ download
磁盤分區(qū):
所有Oracle 相關(guān)的Executable,Datafile, Controlfile,Logfile,Qurom Disk 都在/export/home/oracle
目錄下面。
先把download 下來(lái)的三個(gè)cpio.gz 文件FTP 到Linux 服務(wù)器,然后
gzip -d *.gz&,
cpio -idmv <Disk[1-3].cpio 來(lái)解壓。
然后我們編輯.bash_profile, 配置Oracle 安裝使用需要使用的環(huán)境變量, 如ORACLE_BASE,
ORACLE_HOME, NLS_LANG, ORA_NLS33, PATH 等.
進(jìn)入X 窗口,或者在PC 上面,用ExtraX,Xwin32 之類的X 終端登陸到Linux 服務(wù)器,
設(shè)置Display 環(huán)境變量之后,開(kāi)始運(yùn)行RunInstaller 來(lái)安裝Oracle9i.
對(duì)于Oracle 9i Release 2,如果我們希望安裝成RAC 的形勢(shì),必須先用OUI 安裝和配置Oracle
Cluster Managera(OCM).在oracle 9i release 2 里面,OCM 包含了9i Release 1 里面的Oracle
Node Monitor(Oranm)的任務(wù),因此我們只看到一個(gè)oracm 的進(jìn)程,不再有oranm 進(jìn)程,相
應(yīng)的配置文件也只有一個(gè)。
下面是安裝OCM 的界面, 在選擇產(chǎn)品的時(shí)候, 必須首先安裝Oracle Cluster Manager.

1.JPG (40 KB, 下載次數(shù): 102)

1.JPG

2.JPG (35.56 KB, 下載次數(shù): 110)

2.JPG

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2003-07-21 12:50 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

在下面的選擇Public Node Information 和Private Node Information 中, 分別寫入本機(jī)的主機(jī)
名, 就是hostname 命令返回的結(jié)果.

3.JPG (32.06 KB, 下載次數(shù): 105)

3.JPG

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2003-07-21 12:51 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

Oracle Cluster Manager 需要一個(gè)Quorum Disk, 來(lái)傳遞信息,判斷對(duì)方是否正常工作. 正常情
況下(雙機(jī)), 這個(gè)磁盤分區(qū)必須在共享磁盤陣列上, 以Raw Device 的形式存在. 但是在我們
的單機(jī)的情況下, 我們可以通過(guò)下面的方式創(chuàng)建一個(gè)文件來(lái)模擬.
在需要我們輸入這個(gè)磁盤分區(qū)的時(shí)候, 我們輸入我們生成的文件名稱:
/home/oracle/oradata/rac/RacQuorumDisk
生成文件的方法:
dd if=/dev/zero of=/home/oracle/oradata/rac/RacQuorumDisk bs=1024 count=1024
然后我們配置OCM 的配置文件$ORACLE_HOME/oracm/admin/cmcfg.ora, 其實(shí)我們安裝好
OCM 之后,這個(gè)文件已經(jīng)自動(dòng)配置好了,我們只需要把模板拷貝過(guò)來(lái)就可以了:
[oracle@appc2 admin]$ cp cmcfg.ora.tmp cmcfg.ora
[oracle@appc2 admin]$ cat cmcfg.ora
HeartBeat=15000
ClusterName=Oracle Cluster Manager, version 9i
PollInterval=1000
MissCount=20
PrivateNodeNames=appc2
PublicNodeNames=appc2
ServicePort=9998
WatchdogSafetyMargin=5000
WatchdogTimerMargin=60000
CmDiskFile=/home/oracle/oradata/rac/RacQuorumDisk
然后我們需要開(kāi)始啟動(dòng)Oracle Cluster Manager:
啟動(dòng)OCM 需要使用Root 來(lái)啟動(dòng), 并且需要首先配置softdog, 這個(gè)在Redhat Linux 7.2 里面
已經(jīng)自動(dòng)配置好了, 我們只需要Load 這個(gè)內(nèi)核module 就可以了:
然后我們需要在/dev 下面創(chuàng)建一個(gè)Watchdog Device,給watchdog 進(jìn)程使用:
[root@appc2 dev]# mknod /dev/watchdog c 10 130
[root@appc2 root]# insmod softdog soft_margin=60
Using /lib/modules/2.4.7-10smp/kernel/drivers/char/softdog.o
到現(xiàn)在, 我們就可以開(kāi)始啟動(dòng)Oracle Cluster Manager 了.注意從Oracle 用戶切換到Root 的
時(shí)候, 需要su root, 不能加”-“, 因?yàn)閱?dòng)Oracle Cluster Manager 需要ORACLE_HOME 等一
些Oracle 的環(huán)境變量
[oracle@appc2 admin]$ pwd
/home/oracle/product/ora92/oracm/admin
[oracle@appc2 admin]$ cd /home/oracle/product/ora92/oracm/bin
[oracle@appc2 bin]$ su
Password:
[root@appc2 oracle]# ocmstart.sh
watchdogd
oracm </dev/null 2>;&1 >;/home/oracle/product/ora92/oracm/log/cm.out &
啟動(dòng)成功之后, 我們就可以看到這些Oracle Cluster Manager 進(jìn)程了:
[root@appc2 oracle]# ps -ef|grep ora
root 865 864 0 11:34 pts/0 00:00:00 login -- oracle
oracle 866 865 0 11:34 pts/0 00:00:00 -bash
root 1147 1 0 11:35 pts/0 00:00:00 oracm
root 1149 1147 0 11:35 pts/0 00:00:00 oracm
root 1150 1149 0 11:35 pts/0 00:00:00 oracm
root 1151 1149 0 11:35 pts/0 00:00:00 oracm
root 1152 1149 0 11:35 pts/0 00:00:00 oracm
root 1153 1149 0 11:35 pts/0 00:00:00 oracm
root 1154 1149 0 11:35 pts/0 00:00:00 oracm
root 1155 1149 0 11:35 pts/0 00:00:00 oracm
root 1156 1149 0 11:35 pts/0 00:00:00 oracm
安裝, 配置和啟動(dòng)完OCM 之后, 我們開(kāi)始真正安裝Oracle, 重新運(yùn)行RunInstaller, 如果你
的OCM 配置,啟動(dòng)正確的話, 我們就可以看到讓我們選擇Oracle 需要被安裝到哪些節(jié)點(diǎn)上
面的選擇畫面.
如下圖:

4.JPG (25.22 KB, 下載次數(shù): 93)

4.JPG

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2003-07-21 12:53 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

由于我們是單個(gè)節(jié)點(diǎn)的安裝, 我們只選擇一個(gè), 然后和普通方式一樣, 接著安裝過(guò)程:

5.JPG (35.5 KB, 下載次數(shù): 99)

5.JPG

6.JPG (40.79 KB, 下載次數(shù): 97)

6.JPG

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2003-07-21 12:54 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

當(dāng)然我們需要選擇第一個(gè), 安裝Oracle Server.

7.JPG (41.31 KB, 下載次數(shù): 101)

7.JPG

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2003-07-21 12:55 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

最好選擇Custom 安裝方式,因?yàn)檫@樣保證了Real Application Cluster 選項(xiàng)被安裝, 同時(shí)可以
去除3 一些我們不需要的Option, 比如Http Server.

8.JPG (50.17 KB, 下載次數(shù): 106)

8.JPG

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2003-07-21 12:56 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

然后我們建立相應(yīng)的需要的一些目錄:
[oracle@appc2 oracle]$ mkdir -p admin/rac/ ---存放配置文件
[oracle@appc2 oracle]$ cd admin/rac/
[oracle@appc2 rac]$ mkdir bdump cdump udump createdblog bdump
[oracle@appc2 oracle]$ mkdir -p oradata/rac ----存放數(shù)據(jù)文件
由于9i 采用了SPFILE 的形式來(lái)存放初始化參數(shù),我們可以選擇一個(gè)文件來(lái)存放這個(gè)數(shù)據(jù).

9.JPG (32.83 KB, 下載次數(shù): 108)

9.JPG

論壇徽章:
0
8 [報(bào)告]
發(fā)表于 2003-07-21 12:56 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

安裝完成Oracle 之后, 我們選擇手工創(chuàng)建數(shù)據(jù)庫(kù):
[oracle@appc2 dbs] –這里我們編輯初始化參數(shù), 具體參數(shù)參考下面的附件:
然后我們接著配置Listener 和tnsnames.ora 文件, 來(lái)測(cè)試Transparent Failover, 我們需要配
置兩個(gè)Listener, 分別監(jiān)聽(tīng)同一個(gè)IP 地址的兩個(gè)端口, 同時(shí)配置兩個(gè)Tnsnames.ora 里面的別
名.
分別啟動(dòng)兩個(gè)Listener
$lsnrctl start rac1
$lsnrctl start rac2
[oracle@appc2 dbs]$export ORACLE_SID=rac1
[oracle@appc2 dbs]$ sqlplus '/ as sysdba'
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Jul 12 12:51:16 2002
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL>; startup nomount
ORACLE instance started.
Total System Global Area 80859356 bytes
Fixed Size 450780 bytes
Variable Size 75497472 bytes
Database Buffers 4194304 bytes
Redo Buffers 716800 bytes
然后我們就可以開(kāi)始創(chuàng)建數(shù)據(jù)庫(kù)了:
SQL>; create database rac
2 maxinstances 3
3 datafile '/home/oracle/oradata/rac/system.dbf' size 300m
4 undo tablespace "undo_tbs" datafile '/home/oracle/oradata/rac/undo_tbs1.dbf' size 100m
5 logfile
6 '/home/oracle/oradata/rac/log1_1.log' size 10m,
7 '/home/oracle/oradata/rac/log_1_2.log' size 10m
8 /
Database created.
我們接著創(chuàng)建相應(yīng)的數(shù)據(jù)字典:
SQL>;@?/rdbms/admin/catalog
SQL>;@?/rdbms/admin/catproc
然后我們?yōu)镽AC 特有的另外那個(gè)實(shí)例創(chuàng)建相應(yīng)的undo tablespace, 創(chuàng)建數(shù)據(jù)庫(kù)的臨時(shí)表空
間, 創(chuàng)建相應(yīng)的第二個(gè)實(shí)例的log thread 和logfile:
SQL>; create undo tablespace undo_tbs2 datafile '/home/oracle/oradata/rac/undo_tbs2.dbf' size
100m ;
Tablespace created.
SQL>; create temporary tablespace temp tempfile '/home/oracle/oradata/rac/temp.tmp' size 100m;
Tablespace created.
SQL>; alter database add logfile thread 2 '/home/oracle/oradata/rac/redo2_1.log' size 10m;
Database altered.
SQL>; alter database add logfile thread 2 '/home/oracle/oradata/rac/redo2_2.log' size 10m;
Database altered.
SQL>; alter database enable thread 2;
Database altered.
到現(xiàn)在為止, 我們應(yīng)該就可以成功啟動(dòng)第二個(gè)實(shí)例了:
[oracle@appc2 oracle]$ export ORACLE_SID=rac2
[oracle@appc2 oracle]$ sqlplus '/ as sysdba'
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Jul 12 13:11:20 2002
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to an idle instance.
SQL>; startup pfile='/home/oracle/product/ora92/dbs/initrac1.ora'
ORACLE instance started.
Total System Global Area 80859356 bytes
Fixed Size 450780 bytes
Variable Size 75497472 bytes
Database Buffers 4194304 bytes
Redo Buffers 716800 bytes
Database mounted
Database Opened
我們?cè)诳蛻舳伺渲煤肨nsnames.ora, 開(kāi)始測(cè)試TAF:
C:\>;sqlplus system/manager@rac
SQL*Plus: Release 8.1.7.0.0 - Production on Fri Jul 12 17:02:27 2002
(c) Copyright 2000 Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL>; set time on
17:02:42 SQL>; set timing on
17:02:44 SQL>; select instance_name,status from v$instance;
INSTANCE_NAME STATUS
---------------- ------------
rac1 OPEN
Elapsed: 00:00:00.30
我們?cè)賳?dòng)第二個(gè)實(shí)例, 然后關(guān)閉第一個(gè)實(shí)例:
[oracle@eachnettest bdump]$ export ORACLE_SID=rac1
[oracle@eachnettest bdump]$ sqlplus '/ as sysdba'
SQL*Plus: Release 9.2.0.1.0 - Production on Fri Jul 12 17:08:31 2002
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
With the Partitioning, Real Application Clusters, OLAP and Oracle Data Mining options
JServer Release 9.2.0.1.0 - Production
SQL>; shutdown immediate;
Database closed.
Database dismounted.
ORACLE instance shut down.
然后我們的SQL*Plus 客戶端再次發(fā)出查詢:
17:06:44 SQL>; select instance_name,status from v$instance;
INSTANCE_NAME STATUS
---------------- ------------
rac2 OPEN
Elapsed: 00:01:65.14
17:10:57 SQL>; select instance_name,status from v$instance;
INSTANCE_NAME STATUS
---------------- ------------
rac2 OPEN
可以看到,我們的SQL*Plus 客戶端沒(méi)有斷開(kāi)連接, 而是直接連接到了第二個(gè)實(shí)例上面, 做到
了透明切換.
可能出現(xiàn)的錯(cuò)誤的解決:
root@appc2 oracle]# ocmstart.sh
ocmstart.sh: Error: Restart is too frequent
ocmstart.sh: Info: Check the system configuration and fix the problem.
ocmstart.sh: Info: After you fixed the problem, remove the timestamp file
ocmstart.sh: Info: "/home/oracle/product/ora92/oracm/log/ocmstart.ts"
[root@appc2 oracle]# rm -rf /home/oracle/product/ora92/oracm/log/ocmstart.ts
啟動(dòng)OCM, 機(jī)器重起:
這是由于OCM 沒(méi)有配置好, 典型可能是softdog 這個(gè)內(nèi)護(hù)模塊沒(méi)有安裝, 或者/dev/watchdog
沒(méi)有創(chuàng)建好.
通過(guò)檢查$ORACLE_HOME/oracm/log/wdd.log 可以發(fā)現(xiàn)具體原因,從而具體解決.
This was psoted (not by me on) another list?
Chris Marquez
Oracle DBA S A I C
(202) 261-9454
marquezc@STARS-SMI.com
-----Original Message-----
From: canali.l@libero.it [mailto:canali.l@libero.it]
Sent: Tuesday, September 04, 2001 5:32 PM
To: Multiple recipients of list ORACLE-LINUX-L
Subject: Oracle cluster DB on linux - how to
How to install and deploy Oracle Real Application Clusters on a single
Linux server with a minimal configuration (less than $1000 worth of
hardware):
First of all to install Oracle cluster database you DON'T HAVE to have a
cluster, but a single PC may do as well (of course thi kind of
installation will not be of much use for a production DB). A minimal
server that I HAVE TESTED is:
Celeron 750 MhZ, 512 Mb of RAM, 2 IDE HD, Linux Suse 7.2
This document contains the steps needed to deploy a working Oracle 9i
Database with a minimal comment. For a complete discussion refer to
Oracle documentation, namely:
Oracle 9i administrator's reference part number A90347-02
Oracle 9i Linux release notes part number A90356-01
Oracle 9i Real Application Clusters Administration part numebr A89869-01
1) set up the partitions to user for Oracle software and the ones to
use as raw devices for the cluster DB. Soppose you want to you use an
HD mounted as the 3rd IDE device (/dev/hdc) for the cluster DB. Then
you have to partition it with fdisk with a large extended partition
(say hdc1). Create a large number of logical partitions inside hdc1
(say hdc5 till hdc20) of about 300 Mb in size (all of the same size for
simplicity).
2) Real application clusters wants to store the DB strutures into raw
devices or a cluster filesystem. Create the raw devices using the
following command as superuser):
raw /dev/raw1 /dev/hdc5
raw /dev/raw2 /dev/hdc6 ... etc till /dev/hdc20
you will need to repeat these steps after every reboot
3) Set up the Oracle user (already done with the Suse distribution),
environment variables and mount point.
Install Oracle software enterprise edition
4) Complete the installation with a custom install of the real
application
cluster option. This will add a directory called oracm under your
oracle
home, which contains the cluster manager software
5) edit $ORACLE_HOME/oracm/admin/nmcfg.ora, it contains 3 lines for the
set-up of the cluster manager sofware:
DefinedNodes=localhost
CmDiskFiles=/dev/raw2
CmHostName=localhost
6) edit /var/opt/oracle/srvConfig.loc. It contains 1 line with the
location
of a raw device used to sync the cluster nodes:
srvconfig_loc=/dev/raw1
7) start the cluster manager software (as superuser):
$ORACLE_HOME/oracm/bin/ocmstart.sh
as the oracle user start the global cache service:
gsd
9) you can now create a cluster db. to use the configuration assistant
you
need to set an extra environment variable:
export THREADS_FLAG=native
10) start the configuration assistant: dbca
expect some errors in the script the dbca generates, best is to
review
them before execution
11) after the db creation you'll be able to start two instances on the
same DB,
which means you will have a cluster DB!
12) the environment variable ORACLE_SID will determine the instance to
which you can
connect by means of a special syntax: SID.parameter=value
this is used for example for paramters like instance_number,
thread, etc
also the parameter cluster_database must be set to true
All these problems are normaly handled by the dbca.
NOTE: to set up a multi-node cluster you need to have at least: 2 PC
with
SCSI controllers (one of them must have a BIOS), at least 1 SCSI
HD
which is shared between the 2 PCs (it is connected to the 2
controllers).
Expect some problems with conflicts with SCSI the first time you
set it up.
Once you have the shared scsi disks you can make the raw devices
there and
you them to store the O9i RAC files
The cluster manager must be properly configured and started on
both nodes in
with an extension on step (5)
Luca Canali
OCP-DBA

論壇徽章:
0
9 [報(bào)告]
發(fā)表于 2003-07-21 13:31 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

在win2000上Rac 不是有單一張盤嗎?只從下載的三張盤安裝有rac嗎?

論壇徽章:
0
10 [報(bào)告]
發(fā)表于 2003-07-21 20:10 |只看該作者

Oracle 9i RAC for single linux安裝文檔 --ZT

我按照摟主的文檔安裝,操作系統(tǒng)是9.0
     在執(zhí)行腳本ocmstart.sh 起服務(wù)時(shí),第一個(gè)進(jìn)程能起來(lái),但是
    oracm </dev/null 2>;&1 >;/home/oracle/product/ora92/oracm/log/cm.out &
    這個(gè)進(jìn)程起不來(lái),強(qiáng)行起幾次,進(jìn)程說(shuō)找不到一個(gè)so文件。
    機(jī)器也reboot 了,不解,不解。
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國(guó)互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過(guò)ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP