JavaScript is required to for searching.
跳过导航链接
退出打印视图
Sun Fire X4800 M2 服务器安装指南(适用于 Linux 操作系统)
search filter icon
search icon

文档信息

使用本文档

Linux 安装任务图

Oracle Hardware Installation Assistant (OHIA)

操作系统安装准备

选择介质交付方法

通过使用串行端口或视频端口访问控制台进行本地安装

如何配置串行端口

通过使用 Oracle ILOM 访问控制台进行远程安装

如何使用 Oracle ILOM Web 界面访问服务器控制台

如何使用 Oracle ILOM CLI 界面访问服务器控制台

安装 Oracle Linux

安装 Red Hat Enterprise Linux

安装 SUSE Linux Enterprise Server

配置 Linux 服务器以支持 PXE 安装

识别逻辑和物理网络接口名称,以配置 Linux OS

索引

如何配置串行端口

  1. 使用服务器的多端口电缆将终端或运行终端仿真软件的膝上型电脑直接连接至串行端口。

    使用以下终端设置:

    8,n,1-八个数据位、无奇偶校验、一个停止位

    9600 波特率

    禁用软件流控制 (XON/XOFF)

  2. 打开服务器电源。

    控制台输出显示在串行端口上。

    如果未显示输出,可能需要在 BIOS 中配置输出。使用以下步骤在 BIOS 中配置输出。

  3. 根据需要检查 BIOS 设置。
    1. POST 期间,在引导过程中按 F2 键(远程键盘上的 F4 键)进入 BIOS。
    2. 使用向右方向键浏览至 "Advanced" 选项卡。

      您可以使用向左和向右方向键访问 "BIOS Setup Utility" 菜单选项卡。

    3. 使用向下方向键突出显示 "Remote Access Configuration" 选项,然后按 Enter 键。

      此时出现 "Configure Remote Access" 类型和参数子菜单屏幕。

    4. 确认 "Remote Access" 已设置为 "Enabled"。
    5. 确认 "Redirection after POST" 已设置为 "Always"。
    6. 要保存更改并退出 BIOS,按 F10 键。
  4. 如果 OS 包含 GRUB,则可能还需要对其进行配置。请执行以下操作:
    1. 出现 GRUB 菜单时,键入 "e" 对其进行编辑。
    2. 更改 /boot/grub/menu.lst,如下所示(下面是一个针对 Oracle Linux 的示例):

      # grub.conf generated by anaconda
      #
      # Note that you do not have to rerun grub after making changes to this file
      # NOTICE:  You have a /boot partition.  This means that
      #          all kernel and initrd paths are relative to /boot/, eg.                    
      #          root (hd0,0)
      #          kernel /vmlinuz-version ro root=/dev/sda3
      #          initrd /initrd-version.img
      #boot=/dev/sda
      default=1
      timeout=5
      title Oracle Linux Server (2.6.18-164.el5xen)
              root (hd0,0)
              kernel /xen.gz-2.6.18-164.el5
              module /vmlinuz-2.6.18-164.el5xen ro root=LABEL=/ 
              module /initrd-2.6.18-164.el5xen.img
      title Oracle Linux Server-base (2.6.18-164.el5)
              root (hd0,0)
              kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/
              initrd /initrd-2.6.18-164.el5.img

      更改为:

      # grub.conf generated by anaconda
      #
      # Note that you do not have to rerun grub after making changes to this file
      # NOTICE:  You have a /boot partition.  This means that
      #          all kernel and initrd paths are relative to /boot/, eg.
      #          root (hd0,0)
      #          kernel /vmlinuz-version ro root=/dev/sda3
      #          initrd /initrd-version.img
      #boot=/dev/sda
      default=1
      timeout=5
      serial --unit=0 --speed=9600
      terminal --timeout=5 serial console
      title Oracle Linux Server (2.6.18-164.el5xen)
              root (hd0,0)
              kernel /xen.gz-2.6.18-164.el5 com1=9600 console=com1
              module /vmlinuz-2.6.18-164.el5xen ro root=LABEL=/ console=ttyS0,9600
              module /initrd-2.6.18-164.el5xen.img
      title Oracle Linux Server-base (2.6.18-164.el5)
              root (hd0,0)
              kernel /vmlinuz-2.6.18-164.el5 ro root=LABEL=/ earlylprintk=ttyS0,9600 
                 console=ttyS0,9600
              initrd /initrd-2.6.18-164.el5.img

接下来的操作

选择下列安装类型之一: