Commit Graph

20 Commits

Author SHA1 Message Date
nott
7c6e77f127 add mntopts to litetree mount command
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@13304 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-07-16 17:07:35 +00:00
sjing
a0a69bd3d6 enhanced logging in aixlitesetup.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@11998 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2012-03-26 05:47:26 +00:00
ligc
32cfb9c76f fix for Hitachi PMR#62394,999,000 [P7-IH PreGA] errlog unstable on statelite, add -o llock to the mount commands
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10041 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-07-08 00:20:57 +00:00
nott
e830625625 AIX statelite cleanup plus soft mount support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9304 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-04-13 19:19:31 +00:00
nott
dc16e7b0bb fix parent-child checking
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8775 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-01-30 20:30:26 +00:00
nott
0faaa9e0a5 add check for litefile
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8772 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-01-30 16:25:29 +00:00
nott
bd1c62b14e updates for AIX statelite parent-child support
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8672 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2011-01-16 19:32:23 +00:00
mxi1
b49259b7d0 modify one condition
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7871 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-15 11:26:08 +00:00
mxi1
ca309c21f4 update the expresion for ksh
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7869 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-15 09:50:34 +00:00
mxi1
9ade4a4125 update the code to get the last char of path
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7866 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-15 09:45:20 +00:00
mxi1
b841208705 for defect 3087228
add two checkpoints in InstUtils.pm and aixlitesetup

    if the entry in litefile table is one file and the entry in spot is one directory,
    or the entry in litefile table is one directory and the entry in spot is one file,
    there will be one error message to indicate the user to update the spot or the litefile table

    One loop is added to do the check in InstUtils.pm;

    in aixlitesetup script, two checkpoints are added to make sure the entries in litetree is comatible with the litefile entry

    Also add one checkpoint in aixinstall.pm to see the return code of dolitesetup

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7864 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-15 08:34:00 +00:00
nott
d85d5620e0 oops - lost the last change
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7837 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-13 16:47:51 +00:00
nott
5d7f09ca17 make sure perms are preserved on copy
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7835 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-13 16:40:26 +00:00
nott
d0c9509539 preserve file perms etc. when copying
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7816 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-11 20:44:25 +00:00
nott
094927e727 set directories to 755
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7810 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-11 17:35:40 +00:00
mxi1
db5d7b644f for defect 3078588,
the hostname value in /etc/niminfo is the long name, for example: cn1.cluster.com, the ME value will mismatch the value in statelite.table.
fixed it now.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7797 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-09 09:03:31 +00:00
nott
9aed282f82 fix processing litetree table
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7774 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-10-07 16:19:07 +00:00
nott
6e77c62653 get hostname from niminfo file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7441 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-13 20:03:15 +00:00
nott
c96b13e4e8 add aixlitesetup script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7420 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-12 22:21:46 +00:00
nott
5ac39d9ba4 add aixlitesetup script
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7419 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-09-12 22:17:39 +00:00