Commit Graph

214 Commits

Author SHA1 Message Date
jbjohnso
e22e1c9b92 Fix bug where node discovery was unable to recognize two layer 3 networks as being on the same layer 2 network
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@878 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-24 19:32:02 +00:00
linggao
6df1ac73c9 bug fix
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@873 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-24 15:37:53 +00:00
jbjohnso
754185352b Fix for 'missing ParserDetails.ini' error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@872 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-24 14:16:00 +00:00
linggao
ea9f8750f8 handle startmon, stopmon and updatemon name changes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@870 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-21 20:59:14 +00:00
linggao
b6866cc758 added synamic handling for node changes in the monitoring plug-in infrastructure. renamed the startmon to monstart, stopmon to monstop, lsmon to monls and added monaddnode and monrmnode commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@868 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-21 20:32:41 +00:00
jbjohnso
ae2bece3ec -Have discovery refuse to give the same IP address to multiple nics by default
-Have nbroot explicitly try to send packets out of each up interface
-Prevent empty /etc/motd warnings
-Fix issue where discovery failed with classic MM
-Change check for network sameness to a live check instead of table check in nodediscover
-Have nbroot quiet by default to alleviate conserver log usage
-Have dhcp plugin mac deletion be a bit more aggressive, delete matching mac addresses
-Have discovery disable DHCP offers for multiple NICs on the same network if nothing resembling a proper guess can be made


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@866 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-21 20:00:07 +00:00
jbjohnso
91577c2132 -Be more specific abount looking for -n argument on makedhcp
-Have nodeonmynet function more gracefully handle being passed an unresolvable name

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@863 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 21:36:49 +00:00
jbjohnso
8ffc30fdca Be less paranoid about backing up dhcpd.conf files
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@862 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 21:29:58 +00:00
jbjohnso
f6ada02492 -makedhcp with -a and -d does a more thorough elimination
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@861 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 21:20:06 +00:00
jbjohnso
b84a67462b -Add -a to makedhcp to update everything seen in the mac table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@860 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 21:15:34 +00:00
jbjohnso
7b4cee2d25 -Have makedns be more tolerant of different whitespace delimiters
-Warn on invalid IPv4 addresses (think this may have caused tracker issue 1912698)


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@859 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 18:56:14 +00:00
jbjohnso
d9d048d61d -Suppress warning on blank /etc/hosts lines
-Fix expansion of sub-class-c networks (i.e. zone per node)

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@858 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 18:44:20 +00:00
linggao
64a797479a monitoring code cleanup and logging error to syslog
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@853 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 15:54:51 +00:00
lissav
bdf7d0f41c Add manpage and usage and version to packimage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@852 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 14:45:08 +00:00
jbjohnso
eaf972e020 Check validity of gateway before committing to dhcpd.conf
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@849 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-20 13:13:28 +00:00
lissav
dd613cbdce remove exports
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@844 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-19 20:46:55 +00:00
linggao
32fa58e7fc use Jarrold ipmi code instead of ipmitool for bmc configuration for monitoring
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@842 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-19 18:27:20 +00:00
linggao
999c199386 made changes in xcatmon.pm because the cron job syntax are different between linux and aix.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@834 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-19 15:20:19 +00:00
linggao
5c5d965f76 changes in monitoring code to accommodate to the nodetype changes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@833 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-19 15:15:26 +00:00
jbjohnso
2dbfc4932c Revert nodestat being messed up
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@814 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-18 20:06:41 +00:00
jbjohnso
6828430247 Update buildcore.sh to reflect xCATsn
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@813 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-18 20:02:53 +00:00
lissav
53d96cf3fc Remove setup of configuration file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@809 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-18 18:11:42 +00:00
jbjohnso
02bea2ea60 Record sensor unit information on short SDR records
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@808 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-18 17:01:20 +00:00
jbjohnso
a8deed5735 -Fix issue where percentages were erroneously applied to strings after a valid percentage
-Fix issue where a number didn't receive the SDR specified formula
-Fix issue where xCAT didn't understand the signed sensor value formats


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@807 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-18 16:52:15 +00:00
jbjohnso
0cc9b4d7f8 Address Sourceforge bug 1914498
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@795 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-17 15:53:52 +00:00
lissav
7858f3e30f add restart of daemon when xcatd starts in SN plugins
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@790 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-16 13:40:12 +00:00
linggao
41e5425d8c incorporated XCATCFG and hierachy in xcatmon.pm to support node liveness status monitoring
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@785 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-14 17:18:42 +00:00
linggao
1190f81d33 more hierarchy support for ipmi monitoring
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@780 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-14 03:02:12 +00:00
jbjohnso
0e74e0df3a -Fix bug where next-server guessing wasn't attempted in absence of a noderes table
-Fix bug where nex-server guessing wasn't performing per hostname on multi-homed nodes


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@779 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-13 21:32:00 +00:00
linggao
c59eed7325 made changes to startmon and stopmon commands to support hierarchy
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@772 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-13 02:13:29 +00:00
jbjohnso
9705c72e27 Add community setting support to IPMI spconfig command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@771 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-12 20:46:17 +00:00
jbjohnso
eb07fec078 Add rspconfig with IPMI plugin implementation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@770 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-12 19:27:41 +00:00
lissav
df449fdcf9 Add code for tarring /install/postscripts and wget to nodes on install
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@769 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-12 19:16:44 +00:00
linggao
b76f9e56bc more on ipmi support for snmp monitoring
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@765 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-12 02:57:01 +00:00
jbjohnso
7cf0511bae Use hires sleep for children fanout
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@762 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-11 19:44:28 +00:00
lissav
1828e745c6 Add to start rsyslog for Fedora.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@761 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-11 19:02:18 +00:00
sakolish
8b985a18e3 Changed -d to --nodeps (default is -d)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@755 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-11 14:01:47 +00:00
jbjohnso
5cf09a4701 -Place yield in a few more places where there is more important work to be done at the time
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@753 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-11 13:10:58 +00:00
jbjohnso
9f018118ad -Fix mistake in previous checkin
-Create sparse iSCSI luns by default
-Provide a helpful hint on common error message cause

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@752 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-11 13:01:35 +00:00
jbjohnso
d6031b2304 -Have iscsi.file get prefixed with iscsidir if relative
-Make the iscsi directory if missing regardless of how the location was derived


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@750 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-11 12:54:32 +00:00
sakolish
7dceb9bdb5 Added "cycle" to dependency table - Line #972
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@748 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-11 12:13:49 +00:00
jbjohnso
ce3652e36d -Fix yaboot/destiny plugin problem when chain table does not exist
-Add getmacs command to blade plugin


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@747 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-10 21:34:09 +00:00
lissav
175c3937b0 Add hierarchical support to plugin (preprocess_request).
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@745 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-10 18:25:22 +00:00
lissav
5eb2ece365 SSH setup for service node.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@742 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-10 16:44:11 +00:00
jbjohnso
99ff23dad4 Fix nodech for noderanges again (shallow copy was breaking it)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@739 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-10 16:15:13 +00:00
jbjohnso
129af8ee3e -Use yield in child process data collection loops to avoid cycling needlessly, what was happing implicitly with sleep, the part that mattered
-Copy hardeths redundantly, still need to pick one definitive place and go with that


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@738 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-10 15:36:44 +00:00
jbjohnso
223e981012 -Have nodeset return errors to user on template parse problems
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@736 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-10 14:20:47 +00:00
sakolish
a3e77ea4b7 Add "node" attribute to format_xml() output
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@735 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-10 12:52:03 +00:00
bp-sawyers
87030e3737 Cleaned up node cmds and man pages and fixed Tracker bug 1908147
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@733 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-08 14:14:00 +00:00
jbjohnso
b1fe0bff15 Have IPMI plugin make a better effort in the face of an unkown system
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@732 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-07 21:43:45 +00:00