Koozali.org: home of the SME Server

problems with VMWARE 2 install on SME7

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
problems with VMWARE 2 install on SME7
« on: December 16, 2010, 01:43:53 AM »
I'm following wiki page   http://wiki.contribs.org/Vmware to install VMware 2 on SME7 (fully updated!)

After install I do not run signal-event (business hours) but was able to connect on vm ui.
A few minutes ago I run those signal-event commands and after reboot I was unable to connect vmware.

Some info for help you understand/diagnostic:

Code: [Select]
[root@marreco ~]# /etc/rc7.d/S91httpd.vmware restart
/etc/rc7.d/S91httpd.vmware: Couldn't find/execute init script for service httpd.vmware
[root@marreco ~]# ls -la /etc/rc7.d/S91httpd.vmware
lrwxrwxrwx  1 root root 32 Dec 15 22:35 /etc/rc7.d/S91httpd.vmware -> /etc/rc.d/init.d/e-smith-service

[root@marreco ~]# netstat -an|grep 8333
tcp        0      0 0.0.0.0:8333                0.0.0.0:*                   LISTEN     
[root@marreco ~]# ps gaux|grep -i vmw
root      5291  0.1  1.5 78716 32456 ?       Ssl  22:05   0:02 /usr/lib/vmware/bin/vmware-hostd -a -d -u /etc/vmware/hostd/config.xml
root     11125  0.0  0.0  4984  652 pts/1    S+   22:40   0:00 grep --color=auto -i vmw


and finally a restart of service:

Code: [Select]
[root@marreco ~]# /etc/rc.d/init.d/vmware restart
Stopping VMware autostart virtual machines:
   Virtual machines                                        [FAILED]
Stopping VMware management services:
   VMware Virtual Infrastructure Web Access
   VMware Server Host Agent                                [FAILED]
Stopping VMware services:
   VMware Authentication Daemon                            [  OK  ]
   VM communication interface socket family:               [  OK  ]
   Virtual machine communication interface                 [  OK  ]
   Virtual machine monitor                                 [  OK  ]
   Bridged networking on /dev/vmnet0                       [  OK  ]
   Host network detection                                  [  OK  ]
   Virtual ethernet                                        [FAILED]

I have choose do not use NAT.
This server is on server-only mode.

Thanks in advance by any idea/tip... I'm going to sleep because is late here.
Maybe tomorrow morning I'll see things more clear :)

Regards.
...

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: problems with VMWARE 2 install on SME7
« Reply #1 on: December 16, 2010, 12:00:20 PM »
Are you sure you also installed the semserver-vmware contrib? This has been the problem for others in the past: http://forums.contribs.org/index.php/topic,42678.msg204429.html#msg204429
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline Jáder

  • *
  • 1,099
  • +0/-0
    • LinuxFacil
Re: problems with VMWARE 2 install on SME7
« Reply #2 on: December 16, 2010, 02:09:18 PM »
I´m sure:

Code: [Select]
[root@marreco ~]# rpm -qi smeserver-vmware-server
Name        : smeserver-vmware-server      Relocations: (not relocatable)
Version     : 0.0.1                             Vendor: Contribs.org <http://contribs.org>
Release     : 4.el4.sme                     Build Date: Sun 30 Mar 2008 02:28:09 AM BRT
Install Date: Wed 15 Dec 2010 05:21:03 PM BRST      Build Host: build32-1.contribs.local
Group       : SMEServer/addon               Source RPM: smeserver-vmware-server-0.0.1-4.el4.sme.src.rpm
Size        : 418                              License: GPL
Signature   : DSA/SHA1, Sun 30 Mar 2008 05:36:07 PM BRT, Key ID 3d7205081e9c9308
Packager    : Contribs.org <http://contribs.org>
Summary     : VMware server integration package for SME Server
Description :
VMware server integration package for SME Server

I´m curious about this error, as I shown above/below:
Code: [Select]
[root@marreco ~]# /etc/rc7.d/S91httpd.vmware restart
/etc/rc7.d/S91httpd.vmware: Couldn't find/execute init script for service httpd.vmware
[root@marreco ~]# ls -la /etc/rc7.d/S91httpd.vmware
lrwxrwxrwx  1 root root 32 Dec 15 22:35 /etc/rc7.d/S91httpd.vmware -> /etc/rc.d/init.d/e-smith-service


and more info:
Code: [Select]
[root@marreco ~]# config show httpd.vmware
httpd.vmware=service
    TCPPorts=8222,8333
    access=private
    status=enabled
[root@marreco ~]# config show vmware
vmware=service
    status=enabled

[root@marreco ~]# ps gaux|grep vmware
root      5291  0.0  1.5 78716 32460 ?       Ssl  Dec15   0:04 /usr/lib/vmware/bin/vmware-hostd -a -d -u /etc/vmware/hostd/config.xml
root      5404  0.0  0.0  5496  572 pts/0    S+   11:17   0:00 grep --color=auto vmware
[root@marreco ~]# netstat -an|grep 8333
tcp        0      0 0.0.0.0:8333                0.0.0.0:*                   LISTEN
[root@marreco ~]# netstat -an|grep 8222
tcp        0      0 0.0.0.0:8222                0.0.0.0:*                   LISTEN


« Last Edit: December 16, 2010, 02:18:19 PM by jader »
...

Offline Tib

  • *
  • 571
  • +0/-0
    • http://www.tibors.net
Re: problems with VMWARE 2 install on SME7
« Reply #3 on: January 06, 2011, 11:09:17 AM »
I have had the same problem ... what I did was install vmware on a freshly installed sme 7 then do the updates ... this works without problems.

I have had no time to try and work out what could cause this problem ... and not sure if I could figure it out as I do not have the expertise.

Regards,

Tib