You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
i have issue about VIMbix, here is output errors,
btw, vcenter and esxi version is 5.5.
log shows,
I, [2014-09-19T17:59:51.871276 #9299] INFO -- : 192.168.192.3: connected
I, [2014-09-19T17:59:51.871535 #9299] INFO -- : 192.168.192.3: data collection started
E, [2014-09-19T17:59:51.924211 #9299] ERROR -- : 192.168.192.3: Execution timed out (0 seconds)
put irb under VIMbix directory, and type below command,
require 'rubygems'
require 'rbvmomi'
require 'logger'
require 'lib/vimbix/connector'
from ./lib/vimbix/connector.rb:88:in `collect'
from ./lib/vimbix/connector.rb:73:in `each'
from ./lib/vimbix/connector.rb:73:in `collect'
from (irb):11
from :0
Kindly, please help. thanks.
The text was updated successfully, but these errors were encountered:
Hello,
i have issue about VIMbix, here is output errors,
btw, vcenter and esxi version is 5.5.
log shows,
I, [2014-09-19T17:59:51.871276 #9299] INFO -- : 192.168.192.3: connected
I, [2014-09-19T17:59:51.871535 #9299] INFO -- : 192.168.192.3: data collection started
E, [2014-09-19T17:59:51.924211 #9299] ERROR -- : 192.168.192.3: Execution timed out (0 seconds)
put irb under VIMbix directory, and type below command,
require 'rubygems'
require 'rbvmomi'
require 'logger'
require 'lib/vimbix/connector'
@logger = Logger.new(STDOUT)
@host = 'aaa.bbb.ccc.ddd'
@user = 'username'
@pass = 'password'
viserver = Connector.new(@host, @user, @pass, @logger)
data = viserver.collect
output erros shows,
NoMethodError: undefined method `host' for
RbVmomi::VIM::Folder:0x7f6bcf76cdd8
Kindly, please help. thanks.
The text was updated successfully, but these errors were encountered: