Menu

Error requirement /usr/bin/vmware-cmd is not available or executable!

Anonymous
2013-08-09
2013-08-14
  • Anonymous

    Anonymous - 2013-08-09

    Hello a have a error by ending the installation. The Error is that she dont find /usr/bin/vmware-cmd i have installed all the requirement neded.

    Thanks for helping

     
  • secure diversITy

    Hi without registration you cannot receive answers and therefore you cannot get help.. I have moved your question from the "Guestbook" to here because it is a support question. Please get a free account by creating one here: https://sourceforge.net/user/registration and then you can reply here and get immediate notifications when others answer your questions.

    Regarding your question:

    Please post your vEMan log ( cat ~/.vEMan/vEMan.log )

    Thx
    Thomas

     
  • fabien

    fabien - 2013-08-12

    Hi Thanks ,

    Here is the output from the executing
    //
    DEBUG: User variable file /home/fabien/Downloads/vEMan_v0.9.6/etc/uservars_vEMan.cfg found.
    DEBUG: User variable file /home/fabien/Downloads/vEMan_v0.9.6/etc/uservars_vEMan.cfg included successfully.
    DEBUG: System variable file /home/fabien/Downloads/vEMan_v0.9.6/etc/sysvars_vEMan.cfg included successfully.
    DEBUG: included >F_MKCFG< successfully
    DEBUG: included >F_PARENTF< successfully
    DEBUG: included >F_HELP< successfully
    DEBUG: included >F_VERSION< successfully
    DEBUG: included >F_LICENSE< successfully
    DEBUG: included >F_INSTALLER< successfully
    DEBUG: included >F_ERR< successfully
    DEBUG: included >F_REVIEWER< successfully
    DEBUG: Requirement /home/fabien/Downloads/vEMan_v0.9.6/vEMan met.
    DEBUG: Requirement /usr/bin/yad met.
    DEBUG: Requirement /home/fabien/Downloads/vEMan_v0.9.6/vmapps/general/connect.pl met.
    DEBUG: Requirement /home/fabien/Downloads/vEMan_v0.9.6/libs/getx509certificate.vEMan met.
    DEBUG: Requirement /usr/bin/ovftool met.
    DEBUG: Requirement /usr/bin/vncviewer met.
    DEBUG: Requirement /usr/bin/ovftool met.
    DEBUG: Error requirement /usr/bin/vmware-cmd is not available or executable!
    DEBUG: informed keepalive handler about the exit
    DEBUG: reached exit function
    DEBUG: Cleanup end
    //

    The log file i dont can find it .

    I hope you can help me .
    Thanks in advance

     
  • secure diversITy

    Hi fabien,

    well ok makes sense that there is no log because it already breaks very early.
    hm can you try to find out where vmware SDK is installed:

    in a terminal execute:
    
    whereis vmware-cmd
    
    and also that here as user "root":
    
    updatedb && locate vmware-cmd
    
    or the previous command with "sudo" instead:
    sudo updatedb && locate vmware-cmd
    

    This should tell you the installation path(s) of vmware-cmd which than can be changed in the vEMan config file ( /[vEMan-installation-path]/etc/uservars_vEMan.cfg )

    thx
    Thomas

     
  • fabien

    fabien - 2013-08-13

    HI Thomas,

    Yeah it works , i have changet 2 Path line the
    vmware-cmd and the esxcli

    Thanks

    But i have one more error after the "installation"
    This is the Debug :

    DEBUG: Error (1) checking authentication or creating session cookie file (F_CRTCOOKIE)
    DEBUG: Return message was: Can't locate VMware/VIRuntime.pm in @INC (@INC contains: /home/fabien/Downloads/installvEMan/vmapps/general/../ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/fabien/Downloads/installvEMan/vmapps/general/connect.pl line 11.
    BEGIN failed--compilation aborted at /home/fabien/Downloads/installvEMan/vmapps/general/connect.pl line 11.
    DEBUG: Argument given is valid (F_ERR Target said:\n\nCan't locate VMware/VIRuntime.pm in @INC (@INC contains: /home/fabien/Downloads/installvEMan/vmapps/general/../ /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at /home/fabien/Downloads/installvEMan/vmapps/general/connect.pl line 11.
    BEGIN failed--compilation aborted at /home/fabien/Downloads/installvEMan/vmapps/general/connect.pl line 11.\n)
    DEBUG: User variable file /home/fabien/Downloads/installvEMan/etc/uservars_vEMan.cfg included successfully.
    DEBUG: System variable file /home/fabien/Downloads/installvEMan/etc/sysvars_vEMan.cfg included successfully

     
  • secure diversITy

    well.. glad to hear that at least that the setup part is working.

    hm but it sounds to me that there is something strange happened while you installed the VMware SDK?
    The error you mentioned means that a required VMware SDK library cannot be found!

    You could execute the following to know if the lib is at least there somewhere:

    locate VIRuntime.pm

    it should print normally something like:

    /usr/lib/vmware-vcli/VMware/share/VMware/VIRuntime.pm
    /usr/share/perl5/VMware/VIRuntime.pm
    

    But I believe you should better simply try to reinstall the VMware SDK and please note any errors while you install the VMware SDK!!

    Maybe there is a dependency missing for the SDK so you may need to install something else first before the SDK will be installed correctly. But that will be mentioned when you install(ed) the SDK..

     

    Last edit: secure diversITy 2013-08-15

Log in to post a comment.