VCL installation issues

2010-11-30 Thread Nikhil Talpallikar
Hi all,

I am new to this list, so I do not know whether this question should go to
VCL dev or VCL user list.

I am trying to build a standalone VCL sandbox. I am using the following
versions. Please let me know if there should be an incompatibility issue
with the version numbers.

mysql 5.0
php 5.1
VCL 2.2
VMware Server 1.0
installed guest OS : CentOS-5.5-i386


[r...@bn17-4 nvtalpal]# rpm -qa | grep mysql
php-mysql-5.1.6-27.el5
mysql-5.0.77-4.el5_5.4
mysql-server-5.0.77-4.el5_5.4
[r...@bn17-4 nvtalpal]# rpm -qa | grep php
php-gd-5.1.6-27.el5
php-xml-5.1.6-27.el5
php-pdo-5.1.6-27.el5
php-ldap-5.1.6-27.el5
php-mysql-5.1.6-27.el5
php-common-5.1.6-27.el5
php-5.1.6-27.el5
php-cli-5.1.6-27.el5
php-xmlrpc-5.1.6-27.el5
php-mcrypt-5.1.6-15.el5.centos.1
[r...@bn17-4 nvtalpal]# rpm -qa | grep VMware
VMware-server-1.0.10-203137
[r...@bn17-4 nvtalpal]#



-- 
Thanks and Regards,
Nikhil Talpallikar


Re: VCL installation issues

2010-11-30 Thread Nikhil Talpallikar
Hi,

I actually did perform this step (installing perl lib). I was successful in
getting the VCL installation done. I could add new resource groups, new
images (via phpmyadmin) and map image groups to computer groups. Only when I
try to map images to image groups the process stalls and no mapping is
done.


My understanding is that if I can update the database and get the web gui of
VCL, there is no issue of version dependencies. Correct me if I am wrong.


Thanks,
Nikhil

On Tue, Nov 30, 2010 at 3:14 PM, Aaron Peeler  wrote:

> Hello Nikhil,
>
> You'll also need the mysql-client rpm and perl libraries.
>
> There is a script in the vcl/bin directory called install_perl_libs that
> should take care of the required perl modules for you.
>
> Aaron
>
>
> On 11/30/10 2:02 PM, Nikhil Talpallikar wrote:
>
>> Hi all,
>>
>> I am new to this list, so I do not know whether this question should go to
>> VCL dev or VCL user list.
>>
>> I am trying to build a standalone VCL sandbox. I am using the following
>> versions. Please let me know if there should be an incompatibility issue
>> with the version numbers.
>>
>> mysql 5.0
>> php 5.1
>> VCL 2.2
>> VMware Server 1.0
>> installed guest OS : CentOS-5.5-i386
>>
>>
>> [r...@bn17-4 nvtalpal]# rpm -qa | grep mysql
>> php-mysql-5.1.6-27.el5
>> mysql-5.0.77-4.el5_5.4
>> mysql-server-5.0.77-4.el5_5.4
>> [r...@bn17-4 nvtalpal]# rpm -qa | grep php
>> php-gd-5.1.6-27.el5
>> php-xml-5.1.6-27.el5
>> php-pdo-5.1.6-27.el5
>> php-ldap-5.1.6-27.el5
>> php-mysql-5.1.6-27.el5
>> php-common-5.1.6-27.el5
>> php-5.1.6-27.el5
>> php-cli-5.1.6-27.el5
>> php-xmlrpc-5.1.6-27.el5
>> php-mcrypt-5.1.6-15.el5.centos.1
>> [r...@bn17-4 nvtalpal]# rpm -qa | grep VMware
>> VMware-server-1.0.10-203137
>> [r...@bn17-4 nvtalpal]#
>>
>>
>>
>> --
>> Thanks and Regards,
>> Nikhil Talpallikar
>>
>>
>
> --
>
> Aaron Peeler
> Program Manager
> Virtual Computing Lab
> NC State University
> aaron_pee...@ncsu.edu
> 919-513-4571
>
>


Re: VCL installation issues

2010-12-03 Thread Nikhil Talpallikar
 12 |
++-+
11 rows in set (0.00 sec)

mysql> select * from resourcemap;
+--+-+--+-+
| resourcegroupid1 | resourcetypeid1 | resourcegroupid2 | resourcetypeid2 |
+--+-+--+-+
|2 |  13 |1 |  12 |
|2 |  13 |8 |  12 |
|2 |  13 |   11 |  12 |
|3 |  16 |1 |  12 |
|3 |  16 |5 |  12 |
|3 |  16 |8 |  12 |
|3 |  16 |9 |  12 |
|3 |  16 |   11 |  12 |
|3 |  16 |   12 |  12 |
|   10 |  13 |5 |  12 |
|   10 |  13 |9 |  12 |
|   10 |  13 |   12 |  12 |
+--+-+--+-+
12 rows in set (0.00 sec)

mysql>


On Fri, Dec 3, 2010 at 10:18 AM, Andy Kurth  wrote:

> Hello,
> This sounds like it may be a problem with the database.  I don't think the
> Perl components have anything to do with what you're describing. Also, it
> sounds like the web components are working correctly because you can map
> image groups to computer groups.
>
> My first guess would be that there is a problem with the corresponding
> resource table entry for the image you're trying to map.  Please provide the
> following:
>
> The name of the image you're trying to map and the following output:
>
> select * from image;
> select * from imagerevision;
> select * from resource;
> select * from resourcegroup;
> select * from resourcegroupmembers;
> select * from resourcemap;
>
> Regards,
> Andy
>
>
> On 11/30/2010 6:53 PM, Nikhil Talpallikar wrote:
>
>> Hi,
>>
>> I actually did perform this step (installing perl lib). I was successful
>> in getting the VCL installation done. I could add new resource groups,
>> new images (via phpmyadmin) and map image groups to computer groups.
>> Only when I try to map images to image groups the process stalls and no
>> mapping is done.
>>
>>
>> My understanding is that if I can update the database and get the web
>> gui of VCL, there is no issue of version dependencies. Correct me if I
>> am wrong.
>>
>>
>> Thanks,
>> Nikhil
>>
>> On Tue, Nov 30, 2010 at 3:14 PM, Aaron Peeler > <mailto:aaron_pee...@ncsu.edu>> wrote:
>>
>>Hello Nikhil,
>>
>>You'll also need the mysql-client rpm and perl libraries.
>>
>>There is a script in the vcl/bin directory called install_perl_libs
>>that should take care of the required perl modules for you.
>>
>>Aaron
>>
>>
>>On 11/30/10 2:02 PM, Nikhil Talpallikar wrote:
>>
>>Hi all,
>>
>>I am new to this list, so I do not know whether this question
>>should go to VCL dev or VCL user list.
>>
>>I am trying to build a standalone VCL sandbox. I am using the
>>following versions. Please let me know if there should be an
>>incompatibility issue with the version numbers.
>>
>>mysql 5.0
>>php 5.1
>>VCL 2.2
>>VMware Server 1.0
>>installed guest OS : CentOS-5.5-i386
>>
>>
>>[r...@bn17-4 nvtalpal]# rpm -qa | grep mysql
>>php-mysql-5.1.6-27.el5
>>mysql-5.0.77-4.el5_5.4
>>mysql-server-5.0.77-4.el5_5.4
>>[r...@bn17-4 nvtalpal]# rpm -qa | grep php
>>php-gd-5.1.6-27.el5
>>php-xml-5.1.6-27.el5
>>php-pdo-5.1.6-27.el5
>>php-ldap-5.1.6-27.el5
>>php-mysql-5.1.6-27.el5
>>php-common-5.1.6-27.el5
>>php-5.1.6-27.el5
>>php-cli-5.1.6-27.el5
>>php-xmlrpc-5.1.6-27.el5
>>php-mcrypt-5.1.6-15.el5.centos.1
>>[r...@bn17-4 nvtalpal]# rpm -qa | grep VMware
>>VMware-server-1.0.10-203137
>>[r...@bn17-4 nvtalpal]#
>>
>>
>>
>>--
>>Thanks and Regards,
>>Nikhil Talpallikar
>>
>>
>>
>>--
>>
>>Aaron Peeler
>>Program Manager
>>Virtual Computing Lab
>>NC State University
>>aaron_pee...@ncsu.edu <mailto:aaron_pee...@ncsu.edu>
>>919-513-4571
>>
>>
>>
>>
>>
>>


--