Commit Graph

379 Commits

Author SHA1 Message Date
lissav
d835ef8a26 Change to support new design for NTP setup.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1511 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-28 16:38:49 +00:00
sakolish
426ba23427 Fixed "rpower boot" problem - Line #183
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1509 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-28 14:22:01 +00:00
sakolish
a91e7aa4c8 Added "rspconfig sshcfg=[enable|disable]" for HMC/IVM
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1499 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-27 14:29:01 +00:00
sakolish
1f6a95dd94 Added calls to PPCcfg.pm for rspconfig command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1497 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-27 13:56:51 +00:00
sakolish
97b2f55285 Controls SSH to HMC/IVM - initial version
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1496 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-27 13:53:53 +00:00
sakolish
1a0fec4750 Moved parse_args() function to PPCcfg.pm
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1495 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-27 13:48:48 +00:00
sakolish
4e310da1ab Added "mkauthkeys" function
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1494 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-27 13:44:24 +00:00
mellor
82cbce395c XCATBYPASS calls preprocess_request, updated copies of subroutines stolen from xcatd
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1484 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-22 18:57:51 +00:00
jbjohnso
7f9604ba91 -Exit more cleanly if DB encounters an issue
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1482 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-22 16:58:35 +00:00
lissav
0863a2b674 fix call to setupSSH to input node list not noderange
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1481 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-22 16:15:12 +00:00
bp-sawyers
6210e77baa changed installoc to more correctly be installloc
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1477 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-22 13:01:40 +00:00
sakolish
0ed6dfac60 lpar_netboot() - increased timeout to 10 times default value
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1462 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-21 15:21:34 +00:00
sakolish
34933a7d89 Added "rspconfig textid=*"
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1457 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-20 18:57:12 +00:00
jbjohnso
9af42aeca5 -Fix problem where makedhcp would fail on SQLite if servicenodetable didn't exist
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1454 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-20 17:56:53 +00:00
jbjohnso
91caa34007 -Use getSNList to list xcatd instances for a broadcast scope
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1441 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-19 16:01:29 +00:00
sakolish
4cf4f1e28e Update "rspconfig textid=[new-textid]" usage
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1433 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-16 19:09:01 +00:00
jbjohnso
452fb6ae1a -Fix error message when a template error fails a table lookup to be more helpful
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1431 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-16 19:03:18 +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
f69c35b21d -Piece of fix for bug 1965012, server process dying when malformed request passed to table layer
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1426 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-16 18:20:15 +00:00
linggao
b9d4932178 fix NODESETSTATE env variable value in posrscripts
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1395 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-14 19:14:32 +00:00
jbjohnso
43d9279061 -Allow getNodeAttribs and getAttribs to take either a listref or list of attributes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1384 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-14 00:04:55 +00:00
lissav
971d960030 define ntpservers in site table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1378 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-13 19:00:18 +00:00
lissav
bb0a253fb2 fix isServiceRequired routine
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1362 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-13 12:36:13 +00:00
lissav
14dcde4a3f Add ftpserver attribute to servicenode table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1357 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-12 19:58:44 +00:00
lissav
e5a5ded534 Add isMounted routine
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1356 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-12 19:49:41 +00:00
linggao
0e4f882335 change syslog postscript to use env instead of tabdump
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1354 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-12 19:28:44 +00:00
mellor
48c27d2fb9 bug fix - removed close of servicnodetable when open failed
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1353 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-12 17:10:00 +00:00
lissav
95903545e6 define installoc in site table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1351 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-12 16:32:51 +00:00
lissav
f2c903e89f change to allow groups in servicnode table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1313 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-07 17:35:14 +00:00
lissav
36276b0799 Change comments of servicenode table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1307 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-07 16:15:55 +00:00
jbjohnso
806b5ce7ce -Have stateless setup root login from console
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1305 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-07 14:51:12 +00:00
bp-sawyers
032e5fadc3 - More RR cookbook updates
- Add PERL_BADLANG=0 to conserver entries on SN to avoid ugly perl warning

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1301 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-07 11:34:17 +00:00
lissav
e5fffdd13d More Service Node support routines
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1291 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-06 17:22:15 +00:00
lissav
51c3de7994 Change service node routines to check servicenode table.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1289 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-06 15:41:58 +00:00
lissav
e42dd15647 Add more comments to servicenode table.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1288 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-06 14:54:42 +00:00
lissav
8570e30500 Fix up overlaid values from 1280
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1286 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-06 14:20:41 +00:00
lissav
76acab4a69 Fix monserver attribute description
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1283 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-06 11:45:49 +00:00
lissav
fe2e91a101 Add ldapserver and ntpserver to servicenode table.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1282 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-06 11:37:50 +00:00
linggao
139c9fc5af support for snmp trap forwarding from SN to MN
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1280 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-05 20:54:35 +00:00
nott
5a5e0c7dc1 Updates for AIX diskless support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1267 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-03 13:01:21 +00:00
sakolish
755293fea9 Read userid/password from database before connect fork
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1259 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-02 19:46:29 +00:00
jbjohnso
be24ac6b23 -Move to single file for certificate and key for simplicity
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1256 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-02 19:38:44 +00:00
sakolish
0d7a9ceb23 Add connect retries configurable through site.ppcretry
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1255 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-02 19:15:23 +00:00
sakolish
ddf5ea8eac Added connect retries configurable through site.ppcretry
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1254 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-02 19:14:44 +00:00
sakolish
5e20327791 Added connect timeout configurable through site.fsptimeout
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1251 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-02 18:10:25 +00:00
bp-sawyers
c4ccac8d95 Updated servicenode table and improved some table descriptions
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1249 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-02 15:24:33 +00:00
sakolish
5d4aa10f7a Staggered forking ssh connects to HMC/IVM - added site.maxssh to control
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1243 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-01 19:57:58 +00:00
lissav
5db0602c89 add servicenode table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1242 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-01 19:12:28 +00:00
lissav
98a0614932 change tar of .xcat directory to _xcat directory
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1239 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-05-01 13:10:57 +00:00
sakolish
bd472f5262 Changed "mkvm -i id -n noderange" usage to take a noderange instead of a single node - Line #86
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1235 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2008-04-30 19:20:42 +00:00