-Add managed object reference (turns out the value is actually verbatim text, the direct case just looked different from the vcenter approach

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8037 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2010-11-04 14:28:48 +00:00
parent c1ab3ef74e
commit 980476bb4e

View File

@ -557,6 +557,8 @@ sub inv {
}
}
my $vmview = $args{vmview};
my $moref = $vmview->{mo_ref}->value;
xCAT::SvrUtils::sendmsg("Managed Object Reference: $moref", $output_handler,$node);
my $uuid = $vmview->config->uuid;
xCAT::SvrUtils::sendmsg("UUID/GUID: $uuid", $output_handler,$node);
my $cpuCount = $vmview->config->hardware->numCPU;