diff --git a/xCAT-server/lib/xcat/plugins/ipmi.pm b/xCAT-server/lib/xcat/plugins/ipmi.pm index 8c902a768..1b88f0fb1 100644 --- a/xCAT-server/lib/xcat/plugins/ipmi.pm +++ b/xCAT-server/lib/xcat/plugins/ipmi.pm @@ -1330,7 +1330,7 @@ sub getrvidparms { if ($jnlp =~ /This advanced option requires the purchase and installation/) { return (1,"Node does not have feature key for remote video"); } - $jnlp =~ s!argument>title=.*Video Viewer!argument>title=$currnode kvm!; + $jnlp =~ s!argument>title=.*Video Viewer!argument>title=$currnode wvid/argument>!; my @return=("method:imm","jnlp:$jnlp"); if (grep /-m/,@cmdargv) { $response = $browser->request(GET $baseurl."/kvm/vm/jnlp");