From 27474cd70b76f0896f1b8aa4240c79ebef7c875c Mon Sep 17 00:00:00 2001 From: phamt Date: Wed, 6 Feb 2013 02:59:52 +0000 Subject: [PATCH] Fixed smcli call name. git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15073 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/zvm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/zvm.pm b/xCAT-server/lib/xcat/plugins/zvm.pm index 4c21756cc..dd87324d4 100644 --- a/xCAT-server/lib/xcat/plugins/zvm.pm +++ b/xCAT-server/lib/xcat/plugins/zvm.pm @@ -6191,7 +6191,7 @@ sub changeHypervisor { my $owner = $args->[2]; # Delete a virtual network - $out = `ssh $hcp "$::DIR/smcli Virtual_Network_Lan_Delete -T $hcpUserId -n $name -o $owner"`; + $out = `ssh $hcp "$::DIR/smcli Virtual_Network_LAN_Delete -T $hcpUserId -n $name -o $owner"`; $out = xCAT::zvmUtils->appendHostname( $node, $out ); }