Quantcast
Channel: VMware Communities : Popular Discussions - VMware Server Archives
Viewing all articles
Browse latest Browse all 69891

/etc/init.d/vmware status : line 1003: status: command not found

$
0
0

Hi,

 

It seems that the vmware init script on a Linux host

(/etc/init.d/vmware) expects that a "status" command exists.

 

/etc/init.d/vmware status

At least one instance of VMware GSX Server is still running.

 

/etc/init.d/vmware: line 1003: status: command not found

/etc/init.d/vmware: line 1004: status: command not found

/etc/init.d/vmware: line 1005: status: command not found

Module vmmon installed

Module vmnet installed

 

The only references to status in the script are :

\[l.1029]

status)

        if \[ "`countVMs`" -gt 0 ]; then

           echo 'At least one instance of '"`vmware_product_name`"' is still running.'

           echo

        fi

                                                                                if \[ "$vmdb_answer_NETWORKING" = "yes" ]; then

            status "$bridge"

            status "$dhcpd"

            status "$netifup"

        fi

\[...]

 

But there isn't any "status" function in the shell script.

 

However, the script usage says:

Usage: vmware \{start|stop|status|restart}

So it should be implemented.

 

Does someone know where can I find this status command,

(I'm using SuSE SLES 8 as host) ? Is it part of a standard package that I don't know ?

 

Regards

R. Lefevre


Viewing all articles
Browse latest Browse all 69891

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>