Oracle® Server X5-8 安装指南

退出打印视图

更新时间: 2015 年 7 月
 
 

配置预安装的 Oracle Linux OS

以下说明介绍了如何配置服务器上预安装的 Oracle Linux。

开始之前

确保服务器处于备用电源模式下,且已打开 ILOM 电源和关闭主机电源。

  1. 如果尚未登录服务器的 Oracle ILOM,请通过直接串行连接在本地登录,或者通过以太网连接远程登录。

    请参见Connecting to Oracle ILOM

  2. 使用以下方法之一打开主机电源:
    • 在 Oracle ILOM Web 界面中:

      • 从导航树选择 "System Information" > "Summary"。

      • 在 "Summary" 屏幕的 "Actions" 部分中,单击 "Power State" 旁边的 "Turn On" 按钮。

    • 在 Oracle ILOM CLI 提示符下,键入以下命令:

      -> start /System

      出现提示时,键入 y 以确认:

      Are you sure you want to start /System (y/n)? y

      Starting /System

    服务器将开始引导过程。

  3. 在 Oracle ILOM 中,使用以下方法之一启动主机控制台:
    • 在 Oracle ILOM Web 界面中,单击 "Remote Control" > "Launch Remote Console"。
    • 在 Oracle ILOM CLI 中,键入:

      -> start /HOST/console

      出现提示时,键入 y 以确认:

      Are you sure you want to start /HOST/console (y/n)? y
      Serial console started.

      主机引导时,将显示 GRUB 菜单(请参见以下示例)。按除 Enter 键之外的任意键可暂停,否则 5 秒钟之后将使用突出显示的选项。

          GNU GRUB  version 0.97  (612K lower / 2082932K upper memory)
      
      +-------------------------------------------------------------------------+
            Oracle Linux Server-uek (2.6.39-200.24.1.el6uek.x86_64) 
            Oracle Linux Server (2.6.32-279.el6.x86_64)
      
      
      
      
      +-------------------------------------------------------------------------+
            Use the ^ and v keys to select which entry is highlighted.
            Press enter to boot the selected OS, 'e' to edit the
            commands before booting, 'a' to modify the kernel arguments
            before booting, or 'c' for a command-line.
      
            The highlighted entry will be booted automatically in 5 seconds.
  4. 在 GRUB 菜单中,使用向上和向下方向键选择一个安装选项,然后按 Enter 键。

    包括以下选项:

    • Unbreakable Enterprise Kernel。例如:

      Oracle Linux Server-uek (2.6.39-200.24.1.el6uek.x86_64)
    • Red Hat 兼容内核。例如:

      Oracle Linux Server (2.6.32-279.el6.x86_64)

    注 -  Oracle 建议为所有企业应用程序使用带有 Unbreakable Enterprise Kernel 的 Oracle Linux。

    选择安装选项后,Linux 就会启动。完成后,您将看到 Linux 系统登录。例如:

    Oracle Linux Server release 6.3
    Kernel 2.6.39-200.24.1.el6uek.x86_64 on an x86_64
    
    systemname login:

    首次登录请使用 root 帐户和出厂默认密码 (root)。

  5. 登录后,请使用标准 Linux 工具完成服务器的配置。

    任务包括:

  6. 配置完成后,使用以下方法之一结束控制台会话:
    • 在 Oracle ILOM Web 界面中,关闭远程控制台窗口,然后从 Oracle ILOM 注销。
    • 在 Oracle ILOM CLI 中,按 Esc +(或 Esc + Shift 9)终止串行重定向会话,然后注销 Oracle ILOM。

另请参见