From 2d66ce6cff9b0529e7642ffcfe312d39e464c44a Mon Sep 17 00:00:00 2001 From: ligc Date: Tue, 2 Mar 2010 11:24:00 +0000 Subject: [PATCH] primarynic and installnic can be set to mac address git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5329 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Schema.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl-xCAT/xCAT/Schema.pm b/perl-xCAT/xCAT/Schema.pm index 2ccfc60eb..fd8c4294a 100644 --- a/perl-xCAT/xCAT/Schema.pm +++ b/perl-xCAT/xCAT/Schema.pm @@ -414,8 +414,8 @@ noderes => { nfsserver => 'The NFS server for this node (as known by this node).', monserver => 'The monitoring aggregation point for this node. The format is "x,y" where x is the ip address as known by the management node and y is the ip address as known by the node.', nfsdir => 'Not used! The path that should be mounted from the NFS server.', - installnic => 'The network adapter on the node that will be used for OS deployment. If not set, primarynic will be used.', - primarynic => 'The network adapter on the node that will be used for xCAT management. Default is eth0.', + installnic => 'The network adapter on the node that will be used for OS deployment, the installnic can be set to the network adapter name or the mac address. If not set, primarynic will be used.', + primarynic => 'The network adapter on the node that will be used for xCAT management, the primarynic can be set to the network adapter name or the mac address. Default is eth0.', discoverynics => 'If specified, force discovery to occur on specific network adapters only, regardless of detected connectivity. Syntax can be simply "eth2,eth3" to restrict discovery to whatever happens to come up as eth2 and eth3, or by driver name such as "bnx2:0,bnx2:1" to specify the first two adapters managed by the bnx2 driver', defnetname => 'The host (or ip) by which a node should be addressed (i.e. in psh/pscp). By default, nodename is assumed to be equal to this', xcatmaster => 'The hostname of the xCAT service node (as known by this node). This is the default value if nfsserver or tftpserver are not set.',