Commit Graph

22 Commits

Author SHA1 Message Date
jbjohnso
5435d6f597 -Remove switch shortcut that gets in the way of the 'nodels <noderange> tablename' functionality for switch table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1444 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-19 18:04:04 +00:00
jbjohnso
f37f0a917c -Satisfy request 1965017, gettab and nodels now have -H support and default to no names if a single value is requested
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1443 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-19 17:59:56 +00:00
jbjohnso
3879ed7787 -Modify output of nodels and gettab in the spirit of grep to address feature 1965017
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1436 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-16 21:14:09 +00:00
jbjohnso
853a9093a2 -Rest of fix for bug 1965012. gettab now checks for valid column names, Table.pm properly formats the SQL statement so SQLite won't blow up in the prepare phase when searching for NULL entries.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1428 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-16 18:47:32 +00:00
jbjohnso
7b0c7dbfd6 -Implement sourceforge feature request 1914497, nodels now will list all defined columns if only a table name without column is requested, i.e. nodels n1 nodehm.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1149 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-04-22 14:29:14 +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
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
7a144eb755 Fix tabgrep to not BUG on non-existant tables second attempt
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@689 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-05 19:04:11 +00:00
jbjohnso
b71e85dd4f Fix tabgrep to not BUG on non-existant tables
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@688 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-05 19:02:27 +00:00
bp-sawyers
5f1971d0b7 Added more man pages for the tab commands and fixed tabedit on AIX.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@681 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-05 16:49:19 +00:00
jbjohnso
848c7b6e8c Fix sourceforge bug #1908128, nodels returning all nodes instead of none on noderange with zero members
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@680 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-05 16:31:35 +00:00
jbjohnso
21c20c6068 nodels and nodech now report errors on any unrecognizable table.column specifications
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@653 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-03-03 21:00:13 +00:00
bp-sawyers
8b2fee5c16 Added descriptions to the db tables.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@545 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-02-21 21:10:35 +00:00
bp-sawyers
8c057025b8 Cleaned up the client code and added man pages for tabdump and tabrestore
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@477 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-02-14 14:25:49 +00:00
lissav
e826d5831f Added help and version support to the node* commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@399 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-02-06 15:21:54 +00:00
lissav
c9a971ad5e Change version to 2.0
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@315 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-01-22 19:15:16 +00:00
jbjohnso
4ff63ac90b Correct some unclosed table issues, implement a fork wrapper to clean DB handles, move NotifHandler and monitorctrl to use the aforementioned wrapper
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@304 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-01-21 19:39:09 +00:00
jbjohnso
c8c7d356f0 -Report error on DB problems in chnode
-Fix UDP listening select semantics to allow clean exit again
-Alter lifespan of sitetab object in xcatd to avoid attempting to persist across forks (needed for PostgreSQL)
-Allow for possible quotation marks in DBI return data that happen in certain interactions with PostgreSQL
-Cleanup a few unfinished statements and unclosed tables, which might have adversely impacted DBI behavior


git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@302 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-01-20 19:20:46 +00:00
andywray
2b9029c713 Add tabgrep command.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@294 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-01-18 16:47:26 +00:00
jbjohnso
9abff068b1 Fix CSV parse error where was not interpreted correctly
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@275 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-01-16 02:44:34 +00:00
jbjohnso
4762006084 Fix CSV parsing bug where '0' was not recognized as a valid token.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@274 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-01-16 02:41:22 +00:00
jbjohnso
884bfd04d6 Move directory structure to not imply /usr prefix.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@104 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2007-11-30 15:27:48 +00:00