zoukankan      html  css  js  c++  java
  • 如何重置Oracle服务器ILOM中root用户的密码

    在ILOM中,root用户的缺省密码是changeme. 为了系统的安全性,通常情况下需要修改root密码.  如果忘了密码,可以参考以下步骤重置root密码。

    • 用串口线连接Oracle服务器ILOM口

    • 以default用户登录

    SUNSP-0000000000 login: default
    Press and release the physical presence button.
    Press return when this is completed...
    • 按照提示信息按一下 physical presence button,physical presence button的位置如下

    Sun SPARC Enterprise T5xxx servers and X-Series is the Locator button
    SPARC T3-1/T4-1: (rear) pin-hole to the left of the USB ports
    SPARC T3-2/T4-2: (rear) pin-hole to the left of NET0
    SPARC T3-4/T4-4: (rear) to the right of OK LED, above the USB port
    SPARC T3-1b/T4-1b: (front) Locate button/Physical Presence (White LED)
    • 回到console口,按回车,输入default用户密码

    default的缺省密码是: defaultpassword
    • 重置root用户密码或重建root用户

    -> set /SP/users/root password=changeme
    Changing password for user /SP/users/root...
    Enter new password again: *********
    New password was successfully set for user /SP/users/root
  • 相关阅读:
    Build MySQL 5.7.4 in RedHat
    glibc-2.19 之 strlen 实现
    [部署问题列表]
    [数据链路排查]
    VS配置本地IIS以域名访问
    SQL系列函数——数学函数
    面向对象编程的几个原则
    SQL系列函数——字符串函数
    SQL数据类型
    DHtmlx组件获取选中行的某一列对应的值
  • 原文地址:https://www.cnblogs.com/cqubityj/p/4204123.html
Copyright © 2011-2022 走看看