djaxel Posted December 5, 2009 Share Posted December 5, 2009 Yes there is. The Environment ID is the Container ID, right? We are running version 0.11 & virtuozzo 4. No , the Environment ID looks like: 3edb1714-a392-cb42-b8a2-cf53ca7.... When you create a VPS with this module the environment ID box is updated automaticly with the env. ID . @timgws How can we get the environment ID's for existing VPS's created with PIM ? 0 Quote Link to comment Share on other sites More sharing options...
Benoit Posted December 5, 2009 Share Posted December 5, 2009 No , the Environment ID looks like: 3edb1714-a392-cb42-b8a2-cf53ca7.... When you create a VPS with this module the environment ID box is updated automaticly with the env. ID . @timgws How can we get the environment ID's for existing VPS's created with PIM ? Ok I got it, it's working now. You can obtain the Environment ID on line 755 when you view the source code of the right frame in PIM. 0 Quote Link to comment Share on other sites More sharing options...
djaxel Posted December 5, 2009 Share Posted December 5, 2009 Ok , thanks 0 Quote Link to comment Share on other sites More sharing options...
Benoit Posted December 6, 2009 Share Posted December 6, 2009 Everything working except VPS creation. I have setup the package name in WHMCS plan settings as exactly shown in PIM but it's not working. 0 Quote Link to comment Share on other sites More sharing options...
djaxel Posted December 6, 2009 Share Posted December 6, 2009 Any errors? 0 Quote Link to comment Share on other sites More sharing options...
Benoit Posted December 6, 2009 Share Posted December 6, 2009 Getting this error: "The configuration sample was not found on the server.Please check either the server login details, or check that the config name is exact.Also, check that the configuration name exists for the requested architecture." Config name is ok as well as the server login details. 0 Quote Link to comment Share on other sites More sharing options...
djaxel Posted December 6, 2009 Share Posted December 6, 2009 Try adding in the table mod_vz_servers x86 or x86_64 as it's ok for you ( in column arch) . I think this worked for me. 0 Quote Link to comment Share on other sites More sharing options...
Benoit Posted December 6, 2009 Share Posted December 6, 2009 Now getting this error : "Configuration error: can't get specified '282c7d76-8e15-a540-8a92-64740c2f0c96' sample config : sample '282c7d76-8e15-a540-8a92-64740c2f0c96' is not found" 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted December 6, 2009 Author Share Posted December 6, 2009 Don't set the package name as shown in PIM. I have shown details on page one how the product's package should be set up. Also, what arch is the VZ server? 0 Quote Link to comment Share on other sites More sharing options...
Benoit Posted December 6, 2009 Share Posted December 6, 2009 Don't set the package name as shown in PIM. I have shown details on page one how the product's package should be set up. Also, what arch is the VZ server? I'm confused. On page one, you said to set the package name exactly as on container samples in PIM which is what I did. I have updated the arch column of the mod_vz_servers table to x86_64. 0 Quote Link to comment Share on other sites More sharing options...
djaxel Posted December 6, 2009 Share Posted December 6, 2009 Now getting this error : "Configuration error: can't get specified '282c7d76-8e15-a540-8a92-64740c2f0c96' sample config : sample '282c7d76-8e15-a540-8a92-64740c2f0c96' is not found" The error apears because in lib_vz_api.php on line 294 , the sample_id isn't used from the database , I made a modification to query the database to look for the sample_id , I'll post it as soon as I have some free time. 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted December 8, 2009 Author Share Posted December 8, 2009 I have changed the code here, and I will release a new version in a couple of hours when I get some free time :] Thanks, Tim 0 Quote Link to comment Share on other sites More sharing options...
djaxel Posted December 8, 2009 Share Posted December 8, 2009 ok , will wait for the release . I hope you solved the "arch" thing and the base_sample_id to be queried from the database. 0 Quote Link to comment Share on other sites More sharing options...
hamid_xsky Posted January 10, 2010 Share Posted January 10, 2010 I have changed the code here, and I will release a new version in a couple of hours when I get some free time :] Thanks, Tim Hi Is there new release of this? Thanks 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted January 22, 2010 Author Share Posted January 22, 2010 Hey guys, I finally uploaded the new version on to our live WHMCS server (http://billing.digitalpacific.com.au) so I should upload a .tar.gz of what we have running here on Monday Thanks, Tim 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted January 28, 2010 Author Share Posted January 28, 2010 UPDATE! 0.12 has been released and is available for download. This update fixes many issues. .zip format is now in DOS format thanks to a new automated package release system that I have. 0 Quote Link to comment Share on other sites More sharing options...
djaxel Posted January 30, 2010 Share Posted January 30, 2010 Hi, It works ok , without any modifications . The IP assignement need improvement ( like multiple IP's , when the vps is terminated the IP isn't set back to available in the whmcs's database) 0 Quote Link to comment Share on other sites More sharing options...
hightekhosting Posted January 30, 2010 Share Posted January 30, 2010 Tim, We cannot seem to get this module working at all and are unsure why. As far as I can tell, we've followed all the instructions to the letter, but when we try to test a feature, such as suspend, we get a server 500 error. Any ideas or ways I can obtain support for this? Dale 0 Quote Link to comment Share on other sites More sharing options...
djaxel Posted January 30, 2010 Share Posted January 30, 2010 Check the error_log . 0 Quote Link to comment Share on other sites More sharing options...
hightekhosting Posted January 30, 2010 Share Posted January 30, 2010 Check the error_log . Which error_log? We've got so many error logs on the server and checked most of them but nothing stands out. Does this module create its own error_log? 0 Quote Link to comment Share on other sites More sharing options...
djaxel Posted January 30, 2010 Share Posted January 30, 2010 If you're on a cpanel server: /usr/local/apache/logs/error_log . Watch the log with tail -f and execute the suspend button , you'll see in the error log a line with your ip and the error. 0 Quote Link to comment Share on other sites More sharing options...
hightekhosting Posted January 30, 2010 Share Posted January 30, 2010 If you're on a cpanel server: /usr/local/apache/logs/error_log .Watch the log with tail -f and execute the suspend button , you'll see in the error log a line with your ip and the error. Yea already done that, and as I stated, nothing in those logs related to the module etc. 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted February 3, 2010 Author Share Posted February 3, 2010 Tim, We cannot seem to get this module working at all and are unsure why. As far as I can tell, we've followed all the instructions to the letter, but when we try to test a feature, such as suspend, we get a server 500 error. Any ideas or ways I can obtain support for this? Dale Dale, Check your PM's 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted February 4, 2010 Author Share Posted February 4, 2010 Tiny note, please do not upgrade to Parallels Virtualization Automation (PVA) ((Man, these Parallels names get better and better every release...)) We have just done it and it broke this module. Will try to fix it now. Thanks, Tim 0 Quote Link to comment Share on other sites More sharing options...
timgws Posted February 9, 2010 Author Share Posted February 9, 2010 I have worked out why upgrading to PVA does not seem to work. When you have upgraded to PVA, it puts all of the container sample configs in a 'Library'... however, so far it seems like the API does not return what sample container configs are in the library. This does suck, and I am looking into how I can get this list. Once this is working (again) you will be able to use PVA *and* this module together. For the time being the work around is to put all the sample configurations inside the actual hardware nodes and not to move the sample configs to the library. PVA is actually sort of annoying in some ways Thanks, Tim 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.