JavaScript is required to for searching.
跳过导航链接
退出打印视图
Sun Blade X4-2B 产品说明
Oracle 技术网
文档库
PDF
打印视图
反馈
Rate this document:
search filter icon
search icon

文档信息

使用本文档

Sun Blade X4-2B 产品说明概述

系统硬件和软件功能

当前的硬件、固件和 BIOS 问题

当前的 Oracle System Assistant 问题

当前的 Linux 问题

Oracle VM 和 VMware ESXi 问题

当前的 Oracle VM 问题

Oracle VM 3 不支持 PCIe EM 热插拔 (16566061)

针对大型内存配置的 Oracle VM 安装需要更多步骤 (7195262)

无法在 Oracle VM 3.0.x 上挂载 Oracle System Assistant USB 设备 (7149878)

Oracle VM 3.0 中的日期不正确 (7061790)

当前的 VMware ESXi 问题

ESXi 不能挂载 Oracle System Assistant USB 设备 (7154313)

Oracle Solaris 问题

Windows 问题

文档勘误表

获取服务器固件和软件更新

Please tell us how to improve our documentation:
Provide more details about the topic on this page
Fix incorrect information
Provide missing information
Provide translated version
Other
Your rating has been updated
Thank you for your feedback!

If you want to participate in content improvement and share additional information, please click
Feedback button.

针对大型内存配置的 Oracle VM 安装需要更多步骤 (7195262)

针对大型内存配置的 Oracle VM 安装需要使用 Oracle System Assistant shell 执行更多步骤。

开始之前

  1. 启动 Oracle System Assistant。

    您可以从引导屏幕或 Oracle ILOM 启动 Oracle System Assistant。

  2. 要启动 shell,依次单击 "Advanced" 选项卡、"Shell" 选项卡和 "Start Shell" 按钮。

    此时将显示 Shell 终端窗口。shell 提示符如下:

    #
  3. 编辑 /opt/osa/etc/osInstall/syslinux.ovm.cfg 中的 syslinux.ovm.cfg 文件。

    # vi /opt/osa/etc/osInstall/syslinux.ovm.cfg

  4. 将以下参数添加到所有标签中:

    dom0_mem=max:128G(rescue 标签为 max:126G)

    编辑完成后,您的文件应如下所示:

    # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    default ks
    prompt 1
    timeout 30
    display boot.msg
    F1 boot.msg
    F2 options.msg
    
    label xen
        kernel mboot.c32
         append xen.gz dom0_mem=max:128G --- vmlinuz --- initrd.img
    label p2v
        kernel mboot.c32
        append xen.gz dom0_mem=max:128G --- vmlinuz p2v --- initrd.img
    label rescue
        kernel mboot.c32
        append xen.gz dom0_mem=max:126G --- vmlinuz rescue --- initrd.img
    label ks
        kernel mboot.c32
        append xen.gz dom0_mem=max:128G --- vmlinuz ks=file:/ks.cfg --- initrd.img