Friday, October 3, 2008

Command to count VE on node

Give command vzlist|wc -l on node to check the number of VE's.

For example::

[root@ninad02 ~]# vzlist|wc -l
24

This shows there are 24 VE's on that node.

Thanks
Ninad

Install Perl Module from shell

Log into the shell as root and fire the below command

echo "HTML::SimpleLinkExtor" | /usr/local/cpanel/whostmgr/bin/perlmod -i


This will install HTML::SimpleLinkExtor module.


View My Stats