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
  • 相关阅读:
    2-1
    project 1
    application.properties
    springbootmybaits_day2
    springbootMybaits_day1
    linux文件夹赋予权限
    属性拼接问题
    三种数据库的配置文件db.properties
    mysql对应java中常用的字段
    Spring里面的注解
  • 原文地址:https://www.cnblogs.com/cqubityj/p/4204123.html
Copyright © 2011-2022 走看看