use "nim -o define -t spot" instead of "m_mkspot", in case nim locked.
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@7950 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
0291668bb0
commit
597e448b60
@ -9072,7 +9072,7 @@ sub make_SN_resource
|
||||
chomp $loc;
|
||||
|
||||
my $spotcmd;
|
||||
$spotcmd = "/usr/lpp/bos.sysmgt/nim/methods/m_mkspot -o -a server=master -a location=$loc -a source=no ";
|
||||
$spotcmd = "/usr/sbin/nim -o define -t spot -a server=master -a location=$loc ";
|
||||
|
||||
my @validattrs = ("verbose", "nfs_vers", "nfs_sec", "installp_flags", "auto_expand", "show_progress", "debug");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user