From 1d0ca14c3e2194fd907c77d42a411b7bd7cbd3a0 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Wed, 5 Mar 2008 15:44:29 +0000 Subject: [PATCH] More logical arrangement of nodelist column entries, enrich port field description for switch git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@677 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT-2.0/xCAT/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT-2.0/xCAT/Schema.pm b/perl-xCAT-2.0/xCAT/Schema.pm index 5cad4dbe3..4506816e8 100644 --- a/perl-xCAT-2.0/xCAT/Schema.pm +++ b/perl-xCAT-2.0/xCAT/Schema.pm @@ -193,7 +193,7 @@ nodehm => { }, }, nodelist => { - cols => [qw(node nodetype groups status comments disable)], + cols => [qw(node groups nodetype status comments disable)], keys => [qw(node)], table_desc => "The list of all the nodes in the cluster, including each node's current status and what groups it is in.", descriptions => { @@ -409,7 +409,7 @@ switch => { descriptions => { node => 'The node name or group name.', switch => 'The switch hostname.', - port => 'The port number in the switch that this node is connected to.', + port => 'The port number in the switch that this node is connected to. On a simple 1U switch, an administrator can generally enter the number as printed next to the ports, and xCAT will understand switch representation differences. On stacked switches or switches with line cards, administrators should usually use the CLI representation (i.e. 2/0/1 or 5/8). One notable exception is stacked SMC 8848M switches, in which you must add 56 for the proceeding switch, then the port number. For example, port 3 on the second switch in an SMC8848M stack would be 59', vlan => 'xCAT currently does not make use of this field, however it may do so in the future. For now, it can be used by administrators for their own purposes, but keep in mind some xCAT feature later may try to enforce this if set', interface => 'The interface name from the node perspective. This is not currently used by xCAT, but administrators may wish to use this for their own purposes', comments => 'Any user-written notes.',