Commit Graph

1886 Commits

Author SHA1 Message Date
lissav
ceefd9eb06 fix to work on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2107 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-09 15:31:50 +00:00
lissav
da78c18ee4 fix to work on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2106 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-09 15:30:47 +00:00
lissav
cbb3e9250b update to support AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2105 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-09 14:03:06 +00:00
lissav
1535e481f8 Add check to service node plugins that are not to run on AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2104 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-09 12:31:27 +00:00
jbjohnso
fd5fef885c -Provide error message when passwd table being messed up precludes makedhcp from performing an operation
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2103 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-08 23:12:41 +00:00
jbjohnso
310bf858a4 -Add update flag support and source for Windows deployment
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2101 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-08 21:03:38 +00:00
linggao
5a4cb12978 make updatenode to take noderange as the first parameter.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2100 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-08 20:59:07 +00:00
linggao
6ff1602d8e added feature to install extra 3rd party rpms during cluster install process or after the fact (usning updatenode command).
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2099 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-08 18:54:30 +00:00
jbjohnso
7a658e6816 -Update documentation for nodech/nodels for new selection operators
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2095 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-08 02:11:55 +00:00
jbjohnso
d97bf616bc -Fix problem in Table caching where nodelist table tramples it's own cache
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2094 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-07 21:08:13 +00:00
jbjohnso
28a84cd465 -Implement criteria similar to nodles to restrict nodech
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2093 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-07 20:43:03 +00:00
jbjohnso
010436cd68 -Allow // around regexes in nodels criteria selection
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2092 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-07 16:33:47 +00:00
jbjohnso
d0dc5dd96a -Implement table selection criteria for nodels.
table.column==value will only show nodes where table.column is exactly value
    table.column!=value will mask out nodes where table.column is exactly value
    table.column=~regex will only show nodes where the table.column value matches regex
    table.column!~regex will mask out nodes where the table.column value matches regex


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2091 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-07 16:31:56 +00:00
jbjohnso
58eaf5f7ee -Have copycds prefer udf when image has both iso9660 and udf (like MS media seems to)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2090 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-07 03:27:58 +00:00
jbjohnso
869ccb9f5f -Finally check for IPMIv2 support (needs test against x336)
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2089 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-07 03:22:40 +00:00
jbjohnso
45e3290cae -Server side implementation of BMC config host based authentication
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2088 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 22:41:48 +00:00
jbjohnso
9c1ce3d91c -Have bmcsetup use the credential allowance scheme to reinforce security authentication to more definitive host-based
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2087 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 22:36:02 +00:00
jbjohnso
658d2e4b0d -Have getipmi in nbroot block on error and give a lound error when server gives error
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2085 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 22:25:07 +00:00
jbjohnso
6be291dae8 Add switches table to configure the paramaters to interrogate switches with
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2084 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 22:13:56 +00:00
jbjohnso
2852956e88 -Change noderes column that would be used for expanding a nodes 'default' name from nodename
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2083 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 22:05:59 +00:00
jbjohnso
c428cafb63 -Give errors on makedns on certain evidently frequent weird things being tried unintentionally
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2081 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 21:55:07 +00:00
jbjohnso
f247b8293c -Fix problem where terminal server conserver entries were not being done
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2080 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 21:49:25 +00:00
jbjohnso
939f1b91c9 -More enhancements for reventlog based on most recent IPMI markup
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2079 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 19:09:49 +00:00
jbjohnso
d92ffbd000 -Enhance IPMI eventlog decoding of extra data in SEL
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2078 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 18:22:55 +00:00
jbjohnso
6ab7c3bf27 -IPMI reventlog 'all' now returns data as collected rather than all at the end
-IPMI reventlog reads are no longer susceptible to 'Invalid or cancelled reservation ID', only writes


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2077 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 16:17:01 +00:00
jbjohnso
e615d58bf7 -Add in a number of IPMI 2.0 added event descriptions, and be more informative than 'No mappings found' in the event of unknown events
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2076 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-06 14:48:24 +00:00
jbjohnso
bb88a15432 -Fix problem where stateless stacking called out incorrect path to fstab
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2074 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-04 19:50:10 +00:00
jbjohnso
2066d2619a -Fix SQLite functionality to work with new MySQL friendly Table schema syntax
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2073 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-04 19:40:01 +00:00
jbjohnso
886b0dc575 -Change Xen default disk setup to create IDE drives for some Xen BIOSes and Windows stability
-Have dhcpd recognize Etherboot clients and presume x86 (Xen net boot support)


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2072 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-04 19:36:23 +00:00
lissav
64893a9698 remove sinv client
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2070 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-04 12:26:34 +00:00
saiprakash
21127de77e Ganglia plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2069 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-09-03 19:00:10 +00:00
jbjohnso
d413784c79 -Implement noderange based ACLs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2068 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-29 15:21:50 +00:00
lissav
a597e12173 fix missing library include
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2067 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-29 13:20:01 +00:00
lissav
4218cc27fd default some options
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2066 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-29 13:18:49 +00:00
lissav
58e8372613 improve help
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2065 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-29 12:14:16 +00:00
jbjohnso
7784222627 -Implement power reset for Xen DomUs
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2064 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-28 13:20:25 +00:00
jbjohnso
31da9cc399 -Fix problem where invalid SQL was generated in previous Table update
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2063 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-27 21:19:18 +00:00
jbjohnso
215e7bd7e3 -Add cmdinterface column to noderes table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2062 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-27 19:09:10 +00:00
lissav
bc54e5ea56 Add MySQL setup doc for Linux/AIX
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2061 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-27 16:29:11 +00:00
lissav
e3f2a2df37 Change to support MySQL
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2060 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-26 13:43:31 +00:00
lissav
2c1ca63a3d change calls to syslog to MsgUtils interface
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2057 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-22 16:22:58 +00:00
nott
868d8f8282 Fix bug with creating mksysb defs.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2056 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-22 15:56:14 +00:00
nott
fde93b6f17 Add xCAT-rmc and fix syntax.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2055 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-22 15:06:00 +00:00
nott
69a42b5878 Add AIX SN support to servicenode.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2054 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-22 15:02:13 +00:00
nott
6b83f0d1fb Fix bug reading stanza file.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2053 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-22 14:13:28 +00:00
nott
487b70b1d6 Misc. code cleanup.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2052 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-22 14:07:55 +00:00
saiprakash
e28b380aac Modified Ganglia plugin
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2051 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-20 18:17:21 +00:00
lissav
731378dbf1 Add comments about Reserved words
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2050 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-20 17:48:40 +00:00
jbjohnso
76b71bac72 -More verbose logging to prevent silent or vague errors
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2048 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-20 16:51:06 +00:00
jbjohnso
d7d36bd23f -Have Xen plugin populate virtual disks from vm table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2047 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-08-20 16:48:23 +00:00