fix for bug 4119: add comments for postscripts confignics/configeth/configib

This commit is contained in:
ligc 2014-07-24 16:49:24 -05:00
parent 7d68e94f89
commit 292d7ea5d9
3 changed files with 24 additions and 2 deletions

View File

@ -1,4 +1,13 @@
#!/bin/bash
# IBM(c) 2014 EPL license http://www.eclipse.org/legal/epl-v10.html
#-------------------------------------------------------------------------------
# configeth
# Internal script used by confignics only. It configs the Ethernet adpaters on the node
#
#-------------------------------------------------------------------------------
str_dir_name=`dirname $0`
. $str_dir_name/xcatlib.sh

View File

@ -1,7 +1,7 @@
#!/bin/sh
# IBM(c) 2013 EPL license http://www.eclipse.org/legal/epl-v10.html
# xCAT post script for configuring ib adaptors.
# Internal script used by confignics only
# xCAT post script for configuring ib adapters.
# Work for both IPv4 and IPv6
# The following are a sample of the env used:
# NIC_IBNICS=ib0,ib1

View File

@ -1,4 +1,17 @@
#!/bin/bash
# IBM(c) 2014 EPL license http://www.eclipse.org/legal/epl-v10.html
#-------------------------------------------------------------------------------
#=head1 confignics
#=head2 Used on Linux only. Config the Ethernet or InfiniBand adapters on the nodes
#
# You can run the following commands on MN:
# updatenode noderange confignics
# updatenode noderange "confignics -s" (this one configures the installation nic also)
#
#
#=cut
#-------------------------------------------------------------------------------
str_dir_name=`dirname $0`
. $str_dir_name/xcatlib.sh