Thanks, Got it resolved. There were some modules missing. -Georgy
On Tue, Nov 13, 2012 at 9:02 AM, Aaron Peeler <[email protected]> wrote: > Can you try this? > > cd to your lib directory i.e cd /usr/local/vcl/lib > perl -MVCL::Module::OS::Linux::ManagementNode > > and see if it returns any errors. > > Aaron > > > On Mon, Nov 12, 2012 at 9:49 PM, FNU Georgy Mathew Kallumkal > <[email protected]> wrote: > > Hello, > > > > While taking a reservation i am getting an error that the management node > > object could not be created. I check with the logs and found that it > fails > > at the following function > > > > create_mn_os_object() > > # Attempt to load the OS module > > my $mn_os_perl_package = 'VCL::Module::OS::Linux::ManagementNode'; > > eval "use $mn_os_perl_package"; > > if ($EVAL_ERROR) { > > notify($ERRORS{'WARNING'}, 0, "$mn_os_perl_package module could not be > > loaded, returning 0"); > > return 0; > > } > > > > The Management Node package is not getting loaded. what could be the > reason. > > > > Thanks > > Georgy > > > > -- > Aaron Peeler > Program Manager > Virtual Computing Lab > NC State University > > All electronic mail messages in connection with State business which > are sent to or received by this account are subject to the NC Public > Records Law and may be disclosed to third parties. >
