From 597e448b60a514fb640d775dba73ad5c6912792d Mon Sep 17 00:00:00 2001 From: sjing Date: Thu, 28 Oct 2010 05:25:32 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/aixinstall.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index de5ea698d..f90d424d5 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -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");