-Specify the ddns-hostname on nodes
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@6205 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -307,10 +307,10 @@ sub addnode | ||||
|                 print $omshell "set ip-address = $ip\n"; | ||||
|                 if ($lstatements) | ||||
|                 { | ||||
|                     $lstatements = 'send host-name \"'.$node.'\";'.$lstatements; | ||||
|                     $lstatements = 'ddns-hostname \"'.$node.'\"; send host-name \"'.$node.'\";'.$lstatements; | ||||
|  | ||||
|                 } else { | ||||
|                     $lstatements = 'send host-name \"'.$node.'\";'; | ||||
|                     $lstatements = 'ddns-hostname \"'.$node.'\"; send host-name \"'.$node.'\";'; | ||||
|                 } | ||||
|                 print $omshell "set statements = \"$lstatements\"\n"; | ||||
|             } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user