keystore-修改了系统时间,导致oem挂掉,然后oms也无法启动。为了记录这个解决办法,贴帖如下,谢谢!

问题描述

修改了系统时间,导致oem挂掉,然后oms也无法启动。为了记录这个解决办法,贴帖如下,谢谢!

修改了系统时间,导致oem挂掉,然后oms也无法启动。为了记录这个解决办法,贴帖如下:

Note: In case of a multi-OMS setup, perform the steps below on each OMS Host
1.Make sure you take backup of DemoIdentity.jks and DemoTrust.jks files in the location /wlserver_10.3/server/lib/ folder
2.Set the necessary environment variables:
$ cd /user_projects/domains/GCDomain/bin
$ . ./setDomainEnv.sh
Note that you need to replace with the full path to the gc_inst directory.
3.Execute the command below to in any folder ($MIDDLEWARE_HOME/keystores is used as an example) to generate identity entities (server certificate plus key)
of keystrength 1024
$java utils.CertGen -keyfilepass DemoIdentityPassPhrase -certfile democert -keyfile demokey -strength 1024
Eg:
$ java utils.CertGen -keyfilepass DemoIdentityPassPhrase -certfile democert -keyfile demokey -strength 1024
Generating a certificate with common name srraghav-pc.idc.oracle.com and key strength 1024
issued by CA with certificate from /u02/12c2/Middleware/wlserver_10.3/server/lib/CertGenCA.der file and key from
/u02/12c2/Middleware/wlserver_10.3/server/lib/CertGenCAKey.der file

NOTE: This will create the files below in the current working directory.
democert.der
democert.pem
demokey.der
demokey.pem
4.Now execute the below command in same location to create a keystore and import the server certificate :
$java utils.ImportPrivateKey -keystore DemoIdentity.jks -storepass DemoIdentityKeyStorePassPhrase -keyfile demoKey -keyfilepass DemoIdentityPassPhrase -
certfile democert.pem -keyfile demokey.pem -alias demoidentity
Eg:
$java utils.ImportPrivateKey -keystore DemoIdentity.jks -storepass DemoIdentityKeyStorePassPhrase -keyfile demoKey -keyfilepass DemoIdentityPassPhrase -
certfile democert.pem -keyfile demokey.pem -alias demoidentity
No password was specified for the key entry
Key file password will be used
disable this change, specify -Dweblogic.security.allowCryptoJDefaultPRNG=true>
Imported private key demokey.pem and certificate democert.pem
into a new keystore DemoIdentity.jks of type jks under alias demoidentity

NOTE: This would create "DemoIdentity.jks" in the present working directory.
5.Confirm that the certificate (along with key) is imported:
keytool -list -v -keystore DemoIdentity.jks
(Listing keystore doesn't require password to be entered. Hence, user can simply press enter when prompted for password.)
Eg:
keytool -list -v -keystore DemoIdentity.jks
Enter keystore password:
***************** WARNING WARNING WARNING *****************

  • The integrity of the information stored in your keystore *
  • has NOT been verified! In order to verify its integrity, *
  • you must provide your keystore password. *
    ***************** WARNING WARNING WARNING *****************
    Keystore type: JKS
    Keystore provider: SUN
    Your keystore contains 1 entry
    Alias name: demoidentity
    Creation date: Aug 1, 2013
    Entry type: PrivateKeyEntry
    Certificate chain length: 1
    Certificate[1]:
    Owner: CN=srraghav-pc.idc.oracle.com, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
    Issuer: CN=CertGenCAB, OU=FOR TESTING ONLY, O=MyOrganization, L=MyTown, ST=MyState, C=US
    Serial number: 3947c0d6128ba3d00bd4740204b2ad06
    Valid from: Wed Jul 31 20:06:57 IST 2013 until: Tue Aug 01 20:06:57 IST 2028
    Certificate fingerprints:
    MD5: CD:6A:95:20:85:3E:92:A83:AF:93:BF:07:AA:CB:48
    SHA1: 4B:12:CC:A3:4C:FC:7D:79:B6:0D:E22:C8:95:0A:E6:65:AC:07:97
    Signature algorithm name: MD5withRSA
    Version: 1

NOTE: The following files can be cleaned from the present directory as they are no longer needed:
democert.der
democert.pem
demokey.der
demokey.pem
5.Stop the OMS
/bin>./emctl stop oms -all
Ensure no process is running from MIDDLEWARE_HOME path.
6.Copy the newly created DemoIdentity.jks to /wlserver_10.3/server/lib/ directory
7.Start the OMS
/bin>./emctl start oms
请大家帮忙看看是什么原因,哪里有问题吗?急!谢谢!

时间: 2024-09-16 17:46:04

keystore-修改了系统时间,导致oem挂掉,然后oms也无法启动。为了记录这个解决办法,贴帖如下,谢谢!的相关文章

怎么修改电脑系统时间?

修改时间方法 1.在你电脑任务栏右边双击时间就会弹出如下界面了.   2.在这个界面我们就可以随意的修改时间了.   3.要修改日期我们只要点击更改日期和时间   4.要修改时间我们只要点击时间即可 系统时间无法修改解决办法 1:在开始菜单点击"运行".   2:然后在运行输入 w32tm /register,回车.   3:这样会提醒注册成功了.   4:现在在"开始"->"控制面板"   5:然后在控制面板中点击"管理工具&q

Android 5.0系统app经常重启怎么办?安卓5.0应用程序闪退重启解决办法

安卓5.0应用后期频繁重启 很多用户报告说,安卓5.0中的应用似乎会在后台频繁重启,明显不正常,而且如果设备长时间不重新启动一次,系统和应用的性能也会大大下降,反应开始迟钝. 安卓的后台管理机制一直颇受诟病,安卓5.0虽然没有明确提及这方面的变化,但改进是必然的,只不过因为同时引入了64位架构支持,ART运行时变为默认,难免会带来一些意想不到的问题. 理说,你离开一个安卓应用的时候,如果没有选择退出,它会驻留在后台,等待你回去,或者在系统需要内存的时候自动关闭它,但是在安卓5.0里,即便是某个应

win7系统Apple Mobile Device无法启动的两种解决办法

  Apple Mobile Device无法启动该怎么办?Apple Mobile Device 是用于驱动 iOS 设备用的,比如 iPhone.iPod Touch 和 iPad设备.当在电脑上安装了 iTunes 软件以后,便会自动在系统中安装这个 Apple Mobile Device 服务,用于连接接入电脑的 iOS 设备. 如果这个服务出现意外情况,导致不能启动的话,也就意味着电脑识别不了接入的 iOS 设备.这里简单介绍下当 Apple Mobile Device 启动不了的一些

win7系统开机卡在“Windows 启动管理器”界面解决办法

具体步骤: 1.在系统桌面选中"计算机"然后右击它,在弹出菜单中点击"属性": 2.好了进入到属性,我们点击左边的"高级系统设置"选项,如下所示: 3.在"系统属性"的"高级"-"启动和故障恢复"下的"设置"按钮: 4.在"启动和故障恢复"-"显示操作系统列表的时间"和"再需要时显示恢复选项的时间"我们会看到

Windows7系统扫描并修复可移动磁盘后U盘内文件丢失的解决办法

  此时会有两个选择: 1.扫描并修复(推荐) 2.继续,但不要扫描 万分警告 在确定你U盘里面有重要资料时千万不能点第一个选项:扫描并修复(推荐) 虽然提示:这将防止以后将文件复制到此设备或光盘时出现问题,但是你也是确保你U盘里面的资料无关紧要时再扫扫描并修复. 选择扫描并修复的后果 U盘有些资料会丢失,有些文件会损坏. 取而代之的你会发现自己的U盘里多一个文件夹(在显示隐藏文件及系统文件下可以看到)FOUND.000,此文件夹里有若干个类似FILE0000.chk文件(数量视情况而定),文件

linux系统中运行applet小程序不能读取 AppletViewer 的属性文件的解决办法

问题描述 1.命令行中执行policytool2.点击"添加规则项目",进入规则项目页面3.点击"添加权限",进入权限新增页面4.在"许可"的下拉菜单选择"AllPermission",点击确认:5.在规则项目中点击完成:6.在规则工具页面中点击文件菜单,选择另存为,保存文件名为.java.policy,保存路径为homeuser(这是你自己的用户名)

用“组策略”阻止病毒修改系统时间的方法_应用技巧

最近有些针对卡巴的病毒,通过修改Windows系统时间来使卡巴自动监控失效.针对这一病毒,通过简单的系统设置来阻止它使卡巴监控失效.方法如下 1.打开"控制面版" - "管理工具" - "本地安全设置" 然后依次选择本地策略--用户权利指派--更改系统时间 ]2.然后双击打开"更新系统时间配置"属性对话框,把里面所有权限用户名全部删除,然后点击确定,重启计算机 3.依次删除下图中的Administrators和Power Us

录像过程中系统时间改变了,怎么避免带来的悲剧

录像过程中系统时间改变了,怎么避免带来的悲剧          在android系统上,我们知道改变系统时间的方法有两种,一种就是通过再设置应用里面设置日期时间,另外一种就是通过网络后台同步时间,在手机平板上这两种是比较多的,当然作为车载设备,一般还会增加用GPS时间来同步系统时间.系统时间改变有这么几种方式,但是在录像过程中系统时间改变了,会有什么危害呢?        通过笔者的实验,如果开始录像是2014年5月20日10点整开始,过了一分钟,加入通过网络已经同步修改了系统时间到2014年7

WordPress数据库修改表前缀导致错误及解决办法

WordPress 默认的数据表前缀是『wp_』:(注:这是默认的数据表,如果安装了其他插件有可能生成其他 wp_ 开头的数据表)     wp_commentmeta    wp_comments    wp_links    wp_options    wp_postmeta    wp_posts    wp_terms    wp_term_relationships    wp_term_taxonomy    wp_usermeta    wp_users 第一步:那么第一件事就是把