九色成人免费视频_久久一区视频_视频一区国产精品_精品视频在线观看

始創于2000年 股票代碼:831685
咨詢熱線:0371-60135900 注冊有禮 登錄
  • 掛牌上市企業
  • 60秒人工響應
  • 99.99%連通率
  • 7*24h人工
  • 故障100倍補償
您的位置: 網站首頁 > 幫助中心>文章內容

Oracle 10.2.0.4/5版本數據庫無法啟動dbconsole問題解決

發布時間:  2012/9/14 16:51:37

在2011年新裝了Oracle10.2.0.5數據庫,在建庫最后em創建時候報錯。

Starting Oracle Enterprise Manager 10g Database Control
............................................................................................. failed.-
 

------------------------------------------------------------------
Logs are generated in directory /myhost/sysman/log
Jan 2, 2011 7:27:26 PM Oracle.sysman.emcp.util.PlatformInterface executeCommand
WARNING: Error executing /myhost/bin/emctl start dbconsole
Jan 2, 2011 7:27:26 PM Oracle.sysman.emcp.EMConfig perform
SEVERE: Error starting Database Control
Refer to the log file at /myhost/dbua/d4/upgrade/emConfig.log for more details.
Jan 2, 2011 7:27:26 PM Oracle.sysman.emcp.EMConfig perform
CONFIG: Stack Trace:
Oracle.sysman.emcp.exception.EMConfigException: Error starting Database Control
at Oracle.sysman.emcp.EMDBPostConfig.performUpgrade(EMDBPostConfig.java:763)
at Oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:232)
at Oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:193)
at Oracle.sysman.emcp.EMConfig.perform(EMConfig.java:184)
at Oracle.sysman.assistants.util.em.EMConfiguration.run(EMConfiguration.java:436)
at Oracle.sysman.assistants.util.em.EMConfigStep.executeImpl(EMConfigStep.java:140)
at Oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
at Oracle.sysman.assistants.util.step.BasicStep.callStep(BasicStep.java:251)
at Oracle.sysman.assistants.dbma.backend.EMConfigStep.executeStepImpl(EMConfigStep.java:104)
at Oracle.sysman.assistants.dbma.backend.SummarizableStep.executeImpl(SummarizableStep.java:175)
at Oracle.sysman.assistants.util.step.BasicStep.execute(BasicStep.java:210)
at Oracle.sysman.assistants.util.step.Step.execute(Step.java:140)
at Oracle.sysman.assistants.util.step.StepContext$ModeRunner.run(StepContext.java:2488)
at java.lang.Thread.run(Thread.java:534)


查看 Oracle_HOME\<hostname>_<SID>\sysman\log\emagent.trc文件有如下報錯信息:

2011-01-09 09:36:56 Thread-51125136 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://myhost:1158/em/upload/: retStatus=-1
2011-01-09 09:36:56 Thread-51125136 ERROR ssl: Open wallet failed, ret = 28750
2011-01-09 09:36:56 Thread-51125136 ERROR ssl: nmehlenv_openWallet failed
2011-01-09 09:36:56 Thread-51125136 ERROR http: 15: Unable to initialize ssl connection with server, aborting connection attempt
通過查詢support發現是因為The Root Certificate Authority (CA) expired on 31-DEC-2010 00:00:0 root授權信息過期導致,Oracle官方給出的解決辦法是打Patch 8350262,然后按照oracle給出的建議操作即可解決,具體解決步驟如下:

Recovering from Configuration Errors on a Single Instance Database
1. Ignore any errors and continue with the installation or upgrade. The database will be created without errors.

2. Apply Patch 8350262 to your Oracle Home installation using OPatch.

opatch apply

Invoking OPatch 10.2.0.4.2

Oracle Interim Patch Installer version 10.2.0.4.2
Copyright (c) 2007, Oracle Corporation. All rights reserved.

Oracle Home : /myhost
Central Inventory : /scratch/pchebrol/oraInventory
from : /etc/oraInst.loc
OPatch version : 10.2.0.4.2
OUI version : 10.2.0.4.0
OUI location : /myhost/oui
Log file location : /myhost/cfgtoollogs/opatch/opatch2011-01-02_11-00-00AM.log

ApplySession applying interim patch '8350262' to OH '/myhost'

Running prerequisite checks...

OPatch detected non-cluster Oracle Home from the inventory and will patch the local system only.

Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '8350262' for restore. This might take a while...
Backing up files affected by the patch '8350262' for rollback. This might take a while...

Patching component Oracle.sysman.agent.core, 10.2.0.4.0a...
Updating jar file "/myhost/sysman/jlib/emCORE.jar" with
"/sysman/jlib/emCORE.jar/Oracle/sysman/eml/sec/fsc/FSWalletUtil.class"
Updating jar file "/myhost/sysman/jlib/emCORE.jar" with
"/sysman/jlib/emCORE.jar/Oracle/sysman/eml/sec/rep/RepWalletUtil.class"
Updating jar file "/myhost/sysman/jlib/emCORE.jar" with
"/sysman/jlib/emCORE.jar/Oracle/sysman/eml/sec/util/RootCert.class"
Updating jar file "/myhost/sysman/jlib/emCORE.jar" with
"/sysman/jlib/emCORE.jar/Oracle/sysman/eml/sec/util/SecConstants.class"
Updating jar file "/myhost/sysman/jlib/emd_java.jar" with "/sysman/jlib/emd_
java.jar/Oracle/sysman/eml/sec/fsc/FSWalletUtil.class"
Updating jar file "/myhost/sysman/jlib/emd_java.jar" with "/sysman/jlib/emd_
java.jar/Oracle/sysman/eml/sec/rep/RepWalletUtil.class"
Updating jar file "/myhost/sysman/jlib/emd_java.jar" with "/sysman/jlib/emd_
java.jar/Oracle/sysman/eml/sec/util/RootCert.class"
Updating jar file "/myhost/sysman/jlib/emd_java.jar" with "/sysman/jlib/emd_
java.jar/Oracle/sysman/eml/sec/util/SecConstants.class"
ApplySession adding interim patch '8350262' to inventory

Verifying the update...
Inventory check OK: Patch ID 8350262 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 8350262 are present in Oracle Home.

OPatch succeeded.

3. After applying the patch, force stop the Database Control (dbconsole) process using the killDBConsole script bundled with the patch. Note that the dbconsole process cannot be stopped using the emctl stop dbconsole command, as EMCTL is unable to connect to the process.

To execute the killDBConsole script:

Set the Oracle_HOME and ORACLE_SID environment variables.
Execute <PATCH_HOME>/killDBConsole.
Note for Windows Platform Only:

It is not necessary to force stop the dbconsole process on the Windows platform, because the process will
already be in a stopped state at the end of the failed configuration attempt.

The killDBConsole script output is shown below:

$ <PATCH_HOME>/killDBConsole
Oracle_HOME=/myhost/db_1
Oracle_SID=caem31
State directory = /myhost/db_1/staxd10_caem31
WatchDog PID = 802932
DBconsole PID = 577716
EMAgent PID = 512156
Killing WatchDog (pid=802932) ...
Successfully killed process 802932
Killing DBConsole (pid=577716) ...
Successfully killed process 577716
Killing EMAgent (pid=512156) ...
Successfully killed process 512156

4. Re-secure Database Control with the following command:

<Oracle_HOME>/bin/emctl secure dbconsole -reset

You will be prompted twice to confirm that the Root key must be overwritten. In both cases, enter upper-case "Y" as the response. Any other response (including lower-case "y") will cause the command to terminate without completing. If this happens, the command can be re-invoked.

$ ./emctl secure dbconsole -reset
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://myhost:5501/em/console/aboutApplication
Enter Enterprise Manager Root Password :
DBCONSOLE already stopped... Done.
Agent is already stopped... Done.
Securing dbconsole... Started.
Checking Repository... Done.
Checking Em Key... Done.
Checking Repository for an existing Enterprise Manager Root Key...
WARNING! An Enterprise Manager Root Key already exists in
the Repository. This operation will replace your Enterprise
Manager Root Key.
All existing Agents that use HTTPS will need to be
reconfigured if you proceed. Do you wish to continue and
overwrite your Root Key
(Y/N) ?
Y
Are you sure ? Reset of the Enterprise Manager Root Key
will mean that you will need to reconfigure each Agent
that is associated with this OMS before they will be
able to upload any data to it. Monitoring of Targets
associated with these Agents will be unavailable until
after they are reconfigured.
(Y/N) ?
Y
Generating Enterprise Manager Root Key (this takes a minute)... Done.Fetching Root Certificate from
the Repository... Done.
Updating HTTPS port in emoms.properties file... Done.
Generating Java Keystore... Done.
Securing OMS ... Done.
Generating Oracle Wallet Password for Agent.... Done.
Generating wallet for Agent ... Done.
Copying the wallet for agent use... Done.
Storing agent key in repository... Done.
Storing agent key for agent ... Done.
Configuring Agent...
Configuring Agent for HTTPS in DBCONSOLE mode... Done.
EMD_URL set in /myhost/myhost/sysman/config/emd.properties
Done.
Configuring Key store.. Done.
Securing dbconsole... Sucessful.

5. Re-start Database Control with the following command:

<Oracle_HOME>/bin/emctl start dbconsole

Recovering from Configuration Errors in an Oracle Real Application Clusters (RAC) Environment
1. Ignore any errors and continue with the upgrade, so that the database is upgraded without errors.

2. Apply Patch 8350262 to your Oracle Home installation. Note that the OPatch utility will apply the patch to all nodes in the cluster, as shown below:

../OPatch/opatch apply
Invoking OPatch 10.2.0.4.2

Oracle Interim Patch Installer version 10.2.0.4.2
Copyright (c) 2007, Oracle Corporation. All rights reserved.

Oracle Home : /myhost/oracle/product/10.2.0/db_1
Central Inventory : /myhost/app/oraInventory
from : /etc/oraInst.loc
OPatch version : 10.2.0.4.2
OUI version : 10.2.0.4.0
OUI location : /myhost/Oracle/product/10.2.0/db_1/oui
Log file location : /myhost/Oracle/product/10.2.0/db_1/cfgtoollogs/opatch/opatch2011-01-01_
21-30-27PM.log

ApplySession applying interim patch '8350262' to OH '/myhost/Oracle/product/10.2.0/db_1'

Running prerequisite checks...

OPatch detected the node list and the local node from the inventory. OPatch will patch the local
system then propagate the patch to the remote nodes.

Backing up files and inventory (not for auto-rollback) for the Oracle Home
Backing up files affected by the patch '8350262' for restore. This might take a while...
Backing up files affected by the patch '8350262' for rollback. This might take a while...

Patching component Oracle.sysman.agent.core, 10.2.0.4.0a...
Updating jar file "/myhost/Oracle/product/10.2.0/db_1/sysman/jlib/emCORE.jar" with
“/sysman/jlib/emCORE.jar/Oracle/sysman/eml/sec/fsc/FSWalletUtil.class"
Updating jar file "/myhost/Oracle/product/10.2.0/db_1/sysman/jlib/emCORE.jar" with
"/sysman/jlib/emCORE.jar/Oracle/sysman/eml/sec/rep/RepWalletUtil.class"
Updating jar file "/myhost/Oracle/product/10.2.0/db_1/sysman/jlib/emCORE.jar" with
"/sysman/jlib/emCORE.jar/Oracle/sysman/eml/sec/util/RootCert.class"
Updating jar file "/myhost/Oracle/product/10.2.0/db_1/sysman/jlib/emCORE.jar" with
"/sysman/jlib/emCORE.jar/Oracle/sysman/eml/sec/util/SecConstants.class"
Updating jar file "/myhost/Oracle/product/10.2.0/db_1/sysman/jlib/emd_java.jar" with
"/sysman/jlib/emd_java.jar/Oracle/sysman/eml/sec/fsc/FSWalletUtil.class"
Updating jar file "/myhost/Oracle/product/10.2.0/db_1/sysman/jlib/emd_java.jar" with
"/sysman/jlib/emd_java.jar/Oracle/sysman/eml/sec/rep/RepWalletUtil.class"
Updating jar file "/myhost/Oracle/product/10.2.0/db_1/sysman/jlib/emd_java.jar" with
"/sysman/jlib/emd_java.jar/Oracle/sysman/eml/sec/util/RootCert.class"
Updating jar file "/myhost/Oracle/product/10.2.0/db_1/sysman/jlib/emd_java.jar" with
"/sysman/jlib/emd_java.jar/Oracle/sysman/eml/sec/util/SecConstants.class"
ApplySession adding interim patch '8350262' to inventory

Verifying the update...
Inventory check OK: Patch ID 8350262 is registered in Oracle Home inventory with proper meta-data.
Files check OK: Files from Patch ID 8350262 are present in Oracle Home.

Patching in rolling mode.

Updating nodes 'myhost'
Apply-related files are:
FP = :/myhost/Oracle/product/10.2.0/db_1/.patch_storage/8350262_Sep_14_2010_04_59_44/rac/copy_
files.txt"
DP = "/myhost/Oracle/product/10.2.0/db_1/.patch_storage/8350262_Sep_14_2010_04_59_44/rac/copy_
dirs.txt"
MP = "/myhost/Oracle/product/10.2.0/db_1/.patch_storage/8350262_Sep_14_2010_04_59_44/rac/make_
cmds.txt"
RC = "/myhost/Oracle/product/10.2.0/db_1/.patch_storage/8350262_Sep_14_2010_04_59_44/rac/remote_
cmds.txt"

Instantiating the file "/myhost/Oracle/product/10.2.0/db_1/.patch_storage/8350262_Sep_14_2010_04_59_
44/rac/copy_files.txt.instantiated" by replacing $Oracle_HOME in "/myhost/oracle/product/10.2.0/db_
1/.patch_storage/8350262_Sep_14_2010_04_59_44/rac/copy_files.txt" with actual path.
Propagating files to remote nodes...
Instantiating the file "/myhost/Oracle/product/10.2.0/db_1/.patch_storage/8350262_Sep_14_2010_04_59_
44/rac/copy_dirs.txt.instantiated" by replacing $Oracle_HOME in "/myhost/oracle/product/10.2.0/db_
1/.patch_storage/8350262_Sep_14_2010_04_59_44/rac/copy_dirs.txt" with actual path.
Propagating directories to remote nodes...

OPatch succeeded.


3. After applying the patch, force stop the Database Control (dbconsole) process by executing the
killDBConsole script bundled with the patch on each node in the cluster. Note that the dbconsole
process cannot be stopped using the emctl stop dbconsole command, as EMCTL is unable to connect
to the process.

To execute the killDBConsole script:

Set the Oracle_HOME and ORACLE_SID environment variables.
Execute <PATCH_HOME>/killDBConsole
Note for Windows Platform Only:
It is not necessary to force stop the dbconsole process on the Windows platform, because the process will
already be in a stopped state at the end of the failed configuration attempt.

The killDBConsole script output is shown below:

$ <PATCH_HOME>/killDBConsole
Oracle_HOME=/myhost/catest/db_1
Oracle_SID=caem31
State directory = /myhost/catest/db_1/staxd10_caem31
WatchDog PID = 802932
DBconsole PID = 577716
EMAgent PID = 512156
Killing WatchDog (pid=802932) ...
Successfully killed process 802932
Killing DBConsole (pid=577716) ...
Successfully killed process 577716
Killing EMAgent (pid=512156) ...
Successfully killed process 512156


4. Re-secure Database Control on the first cluster node with the following command:


<Oracle_HOME>/bin/emctl secure dbconsole -reset

You will be prompted twice to confirm that the Root key must be overwritten. In both cases, enter upper-case "Y" as the response. Any other response (including lower-case "y") will cause the command to terminate without completing. If this happens, the command can be re-invoked.

$ ./emctl secure dbconsole -reset
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://myhost:5501/em/console/aboutApplication
Enter Enterprise Manager Root Password :
DBCONSOLE already stopped... Done.
Agent is already stopped... Done.
Securing dbconsole... Started.
Checking Repository... Done.
Checking Em Key... Done.
Checking Repository for an existing Enterprise Manager Root Key...
WARNING! An Enterprise Manager Root Key already exists in
the Repository. This operation will replace your Enterprise
Manager Root Key.
All existing Agents that use HTTPS will need to be
reconfigured if you proceed. Do you wish to continue and
overwrite your Root Key
(Y/N) ?
Y
Are you sure ? Reset of the Enterprise Manager Root Key
will mean that you will need to reconfigure each Agent
that is associated with this OMS before they will be
able to upload any data to it. Monitoring of Targets
associated with these Agents will be unavailable until
after they are reconfigured.
(Y/N) ?
Y
Generating Enterprise Manager Root Key (this takes a minute)... Done.Fetching Root Certificate from
the Repository... Done.
Updating HTTPS port in emoms.properties file... Done.
Generating Java Keystore... Done.
Securing OMS ... Done.
Generating Oracle Wallet Password for Agent.... Done.
Generating wallet for Agent ... Done.
Copying the wallet for agent use... Done.
Storing agent key in repository... Done.
Storing agent key for agent ... Done.
Configuring Agent...
Configuring Agent for HTTPS in DBCONSOLE mode... Done.
EMD_URL set in /myhost/sysman/config/emd.properties
Done.
Configuring Key store.. Done.
Securing dbconsole... Sucessful.

 

5. Re-secure Database Control on the remaining cluster nodes with the following command. Note that the -reset switch is not included with this command:

<Oracle_HOME>/bin/emctl secure dbconsole

 

[myhost bin]$ ./emctl secure dbconsole
Oracle Enterprise Manager 10g Database Control Release 10.2.0.4.0
Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
https://myhost:1158/em/console/aboutApplication
Enter Enterprise Manager Root password :
Enter a Hostname for this OMS : myhost
DBCONSOLE already stopped... Done.
Agent is already stopped... Done.
Securing dbconsole... Started.
Checking Repository... Done.
Checking Em Key... Done.
Checking Repository for an existing Enterprise Manager Root Key... Done.
Fetching Root Certificate from the Repository... Done.
Updating HTTPS port in emoms.properties file... Done.
Generating Java Keystore... Done.
Securing OMS ... Done.
Generating Oracle Wallet Password for Agent.... Done.
Generating wallet for Agent ... Done.
Copying the wallet for agent use... Done.
Storing agent key in repository... Done.
Storing agent key for agent ... Done.
Configuring Agent...
Configuring Agent for HTTPS in DBCONSOLE mode... Done.
EMD_URL set in /myhost/Oracle/product/10.2.0/db_1/myhost/sysman/c
onfig/emd.properties
Done.
Configuring Key store.. Done.
Securing dbconsole... Sucessful.

6. Re-start Database Control by executing the following command on each node in the cluster:

<Oracle_HOME>/bin/emctl start dbconsole

 


本文出自:億恩科技【www.23lll.com】

服務器租用/服務器托管中國五強!虛擬主機域名注冊頂級提供商!15年品質保障!--億恩科技[ENKJ.COM]

  • 您可能在找
  • 億恩北京公司:
  • 經營性ICP/ISP證:京B2-20150015
  • 億恩鄭州公司:
  • 經營性ICP/ISP/IDC證:豫B1.B2-20060070
  • 億恩南昌公司:
  • 經營性ICP/ISP證:贛B2-20080012
  • 服務器/云主機 24小時售后服務電話:0371-60135900
  • 虛擬主機/智能建站 24小時售后服務電話:0371-60135900
  • 專注服務器托管17年
    掃掃關注-微信公眾號
    0371-60135900
    Copyright© 1999-2019 ENKJ All Rights Reserved 億恩科技 版權所有  地址:鄭州市高新區翠竹街1號總部企業基地億恩大廈  法律顧問:河南亞太人律師事務所郝建鋒、杜慧月律師   京公網安備41019702002023號
      0
     
     
     
     

    0371-60135900
    7*24小時客服服務熱線

     
     
    九色成人免费视频_久久一区视频_视频一区国产精品_精品视频在线观看
    久久综合久久综合久久| 欧美极品色图| 日韩写真视频在线观看| 久久精品国产精品亚洲精品| 亚洲视频一区二区免费在线观看| 亚洲精品资源| 亚洲另类黄色| 99在线精品观看| 亚洲毛片av| 日韩一区二区高清| 亚洲精品免费一二三区| 亚洲日本欧美天堂| 亚洲精品久久视频| 99这里只有久久精品视频| 亚洲精品字幕| 一本一本久久| 亚洲自拍另类| 久久av二区| 亚洲欧洲日夜超级视频| 91久久精品国产91久久性色| 最新日韩在线| 日韩一级黄色大片| 亚洲无毛电影| 香蕉免费一区二区三区在线观看| 欧美一区观看| 久久婷婷色综合| 蜜桃久久精品乱码一区二区| 欧美二区在线观看| 欧美日韩国产影院| 国产精品久久婷婷六月丁香| 国产精品一区二区三区成人| 国产视频一区在线观看| 在线播放国产一区中文字幕剧情欧美| 亚洲国产欧美在线人成| 亚洲毛片av| 亚洲男同1069视频| 亚洲电影免费在线| 日韩午夜激情av| 亚洲在线网站| 久久久免费精品视频| 欧美高清视频在线| 国产精品久久久久婷婷| 国内精品一区二区| 亚洲理论在线| 午夜亚洲性色视频| 亚洲精品之草原avav久久| 亚洲一区二区三区777| 久久精品91久久久久久再现| 免费日韩精品中文字幕视频在线| 欧美日韩在线第一页| 国产欧美日韩精品在线| 亚洲国产精品久久久久| 亚洲性视频网站| 亚洲国产精品一区二区三区| 亚洲线精品一区二区三区八戒| 欧美在线精品免播放器视频| 蜜臀久久99精品久久久久久9| 欧美日韩亚洲一区二区三区| 国产欧美一级| 亚洲精选国产| 亚洲电影视频在线| 亚洲中字在线| 蜜桃av噜噜一区二区三区| 欧美午夜理伦三级在线观看| 国产综合自拍| 一区二区三区四区蜜桃| 亚洲国产91精品在线观看| 亚洲一区久久久| 麻豆乱码国产一区二区三区| 国产精品黄视频| 亚洲黄色免费电影| 欧美与欧洲交xxxx免费观看| 一区二区三区高清不卡| 久久一二三四| 国产精品日韩久久久| 亚洲激情视频在线播放| 欧美一区二区三区婷婷月色 | aa级大片欧美三级| 久久精品中文字幕一区| 欧美日韩一区二区免费在线观看| 在线观看精品视频| 午夜精品久久久久久久久久久| 夜夜躁日日躁狠狠久久88av| 久久夜精品va视频免费观看| 国产精品久久午夜| 亚洲人成网站精品片在线观看| 久久精品一区二区国产| 午夜免费日韩视频| 欧美日韩精品是欧美日韩精品| 在线观看成人小视频| 亚久久调教视频| 亚洲女人天堂av| 欧美日韩调教| 亚洲国产婷婷| 亚洲欧洲一区二区三区| 久久久免费观看视频| 国产日产欧美一区| 亚洲主播在线观看| 亚洲欧美日韩一区在线| 国产精品ⅴa在线观看h| 亚洲人成艺术| 亚洲七七久久综合桃花剧情介绍| 久久久av毛片精品| 国产日韩精品视频一区二区三区| 一区二区激情小说| 国产精品99久久久久久白浆小说 | 欧美日韩mv| 亚洲韩国一区二区三区| 亚洲国产免费看| 免费成人黄色片| 亚洲第一在线视频| 亚洲第一中文字幕| 久久午夜电影| 伊人久久亚洲美女图片| 亚洲国产美女| 欧美大秀在线观看| 亚洲国产欧美国产综合一区| 亚洲日本久久| 欧美激情亚洲另类| 亚洲精品黄色| 亚洲视频欧美在线| 欧美网站在线| 亚洲伊人久久综合| 欧美资源在线观看| 国产又爽又黄的激情精品视频| 久久www免费人成看片高清| 久久久久久久欧美精品| 韩国一区二区三区在线观看| 亚洲国产精品t66y| 欧美激情一区| aa级大片欧美三级| 午夜精品短视频| 国产亚洲免费的视频看| 久久精品一区四区| 欧美福利专区| 99riav国产精品| 午夜精品久久一牛影视| 国产日本精品| 亚洲国产裸拍裸体视频在线观看乱了中文 | 在线一区亚洲| 国产精品高清网站| 欧美一区二区三区男人的天堂 | 欧美精品一级| 亚洲天堂av图片| 欧美一区二区播放| 精品动漫3d一区二区三区| 亚洲美女尤物影院| 国产精品久久九九| 欧美一级黄色网| 免费日韩一区二区| 日韩午夜一区| 欧美在线观看一区二区三区| 依依成人综合视频| 一区二区三区精品视频在线观看 | 国产亚洲精品aa| 亚洲九九精品| 国产精品入口尤物| 亚洲承认在线| 欧美亚日韩国产aⅴ精品中极品| 亚洲欧美一区在线| 欧美成人午夜影院| 亚洲一区二区三区精品在线观看| 久久免费的精品国产v∧| 亚洲精品久久久久久下一站| 欧美在线国产| 亚洲精品色婷婷福利天堂| 性视频1819p久久| 亚洲国产精品第一区二区三区| 亚洲欧美日韩高清| 亚洲第一级黄色片| 亚洲女同在线| 亚洲国产精品va在线看黑人| 香蕉免费一区二区三区在线观看 | 欧美偷拍一区二区| 亚洲国产小视频在线观看| 国产精品www.| 亚洲欧洲一区二区在线观看| 国产精品v欧美精品v日本精品动漫| 久久成人在线| 国产精品第三页| 亚洲精品视频免费观看| 国产精品亚洲第一区在线暖暖韩国| 亚洲国产日韩在线| 国产人成一区二区三区影院| 99国产欧美久久久精品| 国产视频一区在线观看一区免费| av不卡在线观看| 一区二区亚洲| 久久成人18免费观看| 一本色道久久88综合日韩精品| 六月婷婷一区| 亚洲欧美日韩一区二区三区在线观看| 欧美精品在线免费| 亚洲国产精品一区二区www| 国产精品亚洲综合| 亚洲一二三区视频在线观看| 亚洲电影免费观看高清| 久久精品国产免费观看| 一二三区精品| 欧美日韩国产综合视频在线|