以下小节“Guidelines for Configuring Clusters With Sun Fire Link 1.1 Software”已从第 1 章的“Sun Fire Link Administration Overview”小节末尾处删除。 使用 Sun Fire Link (SFL) 1.1 软件配置软件集时,此附加信息有助于了解和考虑相关事宜。
Guidelines for Configuring Clusters With Sun Fire Link 1.1 Software
Managing Cluster Configurations
Use a consistent method for managing cluster configurations. If you use the Sun Management Center 3.5 graphical user interface (GUI) to configure a cluster, you should continue using the GUI for any subsequent changes that you make to the cluster's configuration. Do not use the Fabric Manager command-line interface (CLI) to change the configuration data for a cluster that was created using the GUI.
Likewise, use the Fabric Manager CLI to change the contents of a cluster that was originally configured using the same interface. This consistency ensures that link mapping remains consistent over the life of the cluster.
You can monitor a cluster's state by using either the Sun Management Center 3.5 GUI or the Fabric Manager CLI, regardless of which method was used to configure the cluster.
Using an Extensible Markup Language (XML) File to Apply Multiple Changes to a Fabric Might Result in Out-of-Sync Configuration Data
If you use an XML file to apply multiple configuration changes to an existing fabric, any error in the XML file causes the reconfiguration to fail. One or more nodes might have data that are out of sync with the new configuration. This failure also happens if a hardware component that is required by the new configuration is faulty at the time the reconfiguration is attempted.
There are two ways to restore configuration consistency on the nodes:
If there was an error in the XML file, edit the file to correct the error. Reconfigure the fabric using the corrected file. If a hardware component was faulty, replace the component. Reconfigure the fabric using the XML file.
Remove the section of the XML file that produces the error and reconfigure the fabric using the modified XML file.
In either case, a reconfiguration using a valid XML file and functioning hardware corrects any data inconsistencies that might have been introduced by the previous reconfiguration failure.
Mixed Clusters Require That Sun Fire Link 1.1 Software Be Installed on the Fabric Manager Server and on All Nodes
If you want to configure a cluster that contains a combination of Sun Fire 6800 and Sun Fire High-End systems, you must have Sun Fire Link 1.1 software installed on the FM server, as well as on all nodes in the cluster. Clusters containing both Sun Fire 6800 and Sun Fire High-End nodes were not supported by Sun Fire Link 1.0 software.
以下是有关如何使用“Manage XML 配置”选项导入预配置的 XML 文件的详细说明。 附录 B 中遗漏了这些说明。
Sun Management Center 控制台的“专用网络细节”窗口中包含“管理 XML 配置”菜单选项。 可以使用此选项打开 XML 文件进行编辑,或将该文件中包含的所有配置信息应用到未配置的专用网络中。
术语未配置的专用网络是指已创建并启动、但尚未包含任何成员数据(例如,计算节点的说明)的专用网络。
可以打开 XML 文件进行编辑,该文件无需与未配置的专用网络进行关联。 但是,如果要使用该文件来配置专用网络,则必须先创建并启动专用网络。
以下步骤介绍了如何使用“管理 XML 配置”选项:
使用“管理 XML 配置”选项之前,必须通过 Fabric Manager (FM) CLI 命令(createfabric 和 startfabric)创建和启动专用网络。
您必须是超级用户才能执行以下 FM 命令。
# cd /opt/SUNWwcfm/bin |
# ./createfabric fabric-name |
# ./startfabric fabric-name |
使用 Sun Management Center 控制台为专用网络加载 FM 代理模块。 “加载 FM 代理模块”一节提供了此步骤的详细说明。
在“专用网络细节”窗口中的专用网络图标上按鼠标按钮 3。 从显示的弹出菜单中选择“管理 XML 配置”选项,或从“专用网络”菜单中选择“管理 XML 配置”。
此时将显示下面的无效错误信息:
获取 FM 信息值 |
可以安全地忽略此错误信息。
在“错误”对话框窗口中按“确定”按钮。
“XML 配置”对话框即处于激活状态。
在“配置”对话框的“查看”字段中,键入包含要导入的 XML 配置文件的目录的完整路径。 按回车键。
将显示指定目录中所包含文件的滚动列表。
选择要导入的 XML 配置文件。
该文件的名称显示在“文件名”字段中。
必须在步骤 5 中按回车键,然后按步骤 6 中的说明选择需要的 XML 文件。请不要跳过这些步骤直接在“文件名”字段中键入文件名。 即使键入了文件名,也不会打开该文件。
单击“打开”打开选定的文件。
XML 配置文件将显示在窗口中的文本区域内。
选择以下选项之一:
如果要编辑 XML 文件,请参见 Sun Fire Link Fabric Administrator's Guide 中的附录 B 和附录 C,获得有关 XML 文件配置和文档类型定义 (DTD) 的详细信息。
如果需要应用 XML 信息以配置专用网络,则转到下一步。
如果要将所做的更改另存为新的 XML 文件,请单击“另存为”按钮。 键入一个新的文件名。
单击“配置”将 XML 文件的内容应用到专用网络。
有关详细信息,请参见将 XML 文件应用于新的专用网络时,“管理可扩展标记语言 (XML) 配置”选项产生无效的错误消息 (4855354) 。