Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
Hello Folks.
I am new and I hate making posts that have already been covered. I searched several times to no avail. I have been trying to upgrade our PHP 5.1.6 on RHEL5/Parallels Pro Control Panel 10.3.4 to 5.2 or 5.3 so that my clients can use the new Vbulletin versions.
I have had little sucess using threads from the planet (my hoster) or Parallels. Those threads referred to running it side by side for high security sites - When I attempted it I was unable to find/resolve a duplicate load of php5_module under apache and the high security virtual site load failed as it was after the 5.1.6 version load... But I digress.
I have read the wiki, but that was for 4. to 5. - I was unsure if the same process was applicable to 5.1 to 5.2 or 5.3...
Any help is appreciated and I apologize if this was posted somewhere else.
Bits
I am new and I hate making posts that have already been covered. I searched several times to no avail. I have been trying to upgrade our PHP 5.1.6 on RHEL5/Parallels Pro Control Panel 10.3.4 to 5.2 or 5.3 so that my clients can use the new Vbulletin versions.
I have had little sucess using threads from the planet (my hoster) or Parallels. Those threads referred to running it side by side for high security sites - When I attempted it I was unable to find/resolve a duplicate load of php5_module under apache and the high security virtual site load failed as it was after the 5.1.6 version load... But I digress.
I have read the wiki, but that was for 4. to 5. - I was unsure if the same process was applicable to 5.1 to 5.2 or 5.3...
Any help is appreciated and I apologize if this was posted somewhere else.
Bits
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
From the wiki:
"* Currently using the 5.2.x branch "
"* Currently using the 5.2.x branch "
Re: Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
Thanks
I started that process and there is quite a bit of updates it wants to throw at our old and spindly RHEL5 image(2009).. And looking at the package list from a yum check-update run we see 31 packages being listed from atomic and a bucket full of updates from rhel. All fine and good, but the question came up - Do I need to run parralels pro thru maintenance mode after running the process in the wiki?
Cheers
I started that process and there is quite a bit of updates it wants to throw at our old and spindly RHEL5 image(2009).. And looking at the package list from a yum check-update run we see 31 packages being listed from atomic and a bucket full of updates from rhel. All fine and good, but the question came up - Do I need to run parralels pro thru maintenance mode after running the process in the wiki?
Cheers
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
I dont know really, my understanding was that product was discontinued last year or the year before.
Re: Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
thanks
Most things went ok - I have it all working now except the parallels pro
When trying to start epld - I am getting the error;
Some threads at parallels indicate python-cherrypy-2.2.1-0ensimrhel5ES.10.3.4.9.noarch.rpm package is missing
Edit: We are working it out
Thanks for your advice - AND the GREAT threads on getting this done.
Bits
Most things went ok - I have it all working now except the parallels pro
When trying to start epld - I am getting the error;
Code: Select all
[root@ev1 home]# service epld start
Starting Ensim Pro For Linux Control PanelTraceback (most recent call last):
File "/root/10.3.4/build/build-root/epl/frontend/main.py", line 10, in ?
File "/root/10.3.4/build/build-root/epl/frontend/eplglobals.py", line 14, in ?
File "/root/10.3.4/build/build-root/epl/frontend/lib/xmlutils/__init__.py", line 8, in ?
[b]ImportError: cannot import name httptools[/b]
[FAILED]
Starting Ensim Pro For Linux SSL Tunnel [ OK ]
[root@ev1 home]#
Edit: We are working it out
Thanks for your advice - AND the GREAT threads on getting this done.
Bits
Re: Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
Ok, I am back now - I have some new questions....
We regressed the python-cherrypy package to the one that ensim/parallels pro was expecting and all that works
But, somehow I have gotten something messed up on my mysql travels.
I have check perms and users in the mysql data bases so I am a bit perplexed. I can create data bases either thru root access or from a virtual site - But when I try to restore a data base created by the virtual site, mysql says it cannot find the data base;
Example of a failed restore;
Dir list of the /var/lib/mysql
Dir list of the target data base;
Dir list of the viertual file system mysql sock entry
In following the threads around the net about perm errors, I had issued a chown -R /var/lib/mysql and that resulted in denial of the ability of root OR virtual sites from being able to create data bases using phpmyadmin....
I did run the mysql check and fix after the mysql upgrade using remi
I then ran thru the ensim pre-maint, maint and post maint processes...
A mysql SHOW DATABASES shows the cause;
Any Ideas?
We regressed the python-cherrypy package to the one that ensim/parallels pro was expecting and all that works
But, somehow I have gotten something messed up on my mysql travels.
I have check perms and users in the mysql data bases so I am a bit perplexed. I can create data bases either thru root access or from a virtual site - But when I try to restore a data base created by the virtual site, mysql says it cannot find the data base;
Example of a failed restore;
Code: Select all
[root@ev1 backup]# mysql -u root -p bitbendertest_com_-_v405 < vbulletin_bbf386_backup
Enter password:
ERROR 1049 (42000): Unknown database 'bitbendertest_com_-_v405'
Dir list of the /var/lib/mysql
Code: Select all
[root@ev1 backup]# ls -l /var/lib/mysql
total 8848352
-rw-r--r-- 1 root root 0 Aug 2 20:57 1
drwxr-xr-x 2 mysql mysql 4096 Dec 5 2009 admin_appl
lrwxrwxrwx 1 root root 62 Aug 2 21:11 bitbendertest_com_-_v405 -> /home/vi
e7/fst/var/lib/mysql/bitbendertest_com_-_v405
-rw-rw---- 1 mysql mysql 10485760 Jul 31 16:31 ibdata1
-rw-rw---- 1 mysql mysql 5242880 Jul 31 16:31 ib_logfile0
-rw-rw---- 1 mysql mysql 5242880 Jul 31 16:22 ib_logfile1
drwx--x--x 2 mysql root 4096 Jul 31 16:30 mysql
-rw-rw---- 1 mysql mysql 282169904 Dec 12 2009 mysqld-bin.000001
-rw-rw---- 1 mysql mysql 1073744885 Jan 6 2010 mysqld-bin.000002
-rw-rw---- 1 mysql mysql 1073742356 Jul 12 19:07 mysqld-bin.000003
-rw-rw---- 1 mysql mysql 211383219 Jul 27 23:09 mysqld-bin.000004
-rw-rw---- 1 mysql mysql 118300881 Jul 31 15:23 mysqld-bin.000005
-rw-rw---- 1 mysql mysql 434048 Jul 31 15:44 mysqld-bin.000006
-rw-rw---- 1 mysql mysql 150 Jul 31 16:29 mysqld-bin.000007
-rw-rw---- 1 mysql mysql 42856 Jul 31 16:31 mysqld-bin.000008
-rw-rw---- 1 mysql mysql 718999208 Jul 31 22:00 mysqld-bin.000009
-rw-rw---- 1 mysql mysql 1074204336 Jul 31 23:56 mysqld-bin.000010
-rw-rw---- 1 mysql mysql 1073772166 Aug 1 18:58 mysqld-bin.000011
-rw-rw---- 1 mysql mysql 1073749151 Aug 1 20:29 mysqld-bin.000012
-rw-rw---- 1 mysql mysql 1073761491 Aug 1 20:43 mysqld-bin.000013
-rw-rw---- 1 mysql mysql 108169054 Aug 1 20:49 mysqld-bin.000014
-rw-rw---- 1 mysql mysql 1073743163 Aug 1 20:57 mysqld-bin.000015
-rw-rw---- 1 mysql mysql 74291871 Aug 3 07:56 mysqld-bin.000016
-rw-rw---- 1 mysql mysql 320 Aug 1 21:14 mysqld-bin.index
lrwxrwxrwx 1 root root 54 Aug 1 21:14 mysql.sock -> /home/virtual/FILESYST
E/.mysqlsock/mysql.sock
-rw-r--r-- 1 root root 6 Jul 31 16:30 mysql_upgrade_info
Code: Select all
[root@ev1 backup]# ls -l /home/virtual/site7/fst/var/lib/mysql
total 4
drwxr-sr-x 2 root mysql 4096 Aug 2 21:11 bitbendertest_com_-_v405
srwxrwxrwx 8 root root 0 Aug 1 21:14 mysql.sock
Dir list of the viertual file system mysql sock entry
Code: Select all
[root@ev1 backup]# ls -l /home/virtual/FILESYSTEMTEMPLATE/.mysqlsock
total 0
srwxrwxrwx 8 root root 0 Aug 1 21:14 mysql.sock
I did run the mysql check and fix after the mysql upgrade using remi
I then ran thru the ensim pre-maint, maint and post maint processes...
A mysql SHOW DATABASES shows the cause;
Code: Select all
mysql> SHOW databases;
+-----------------------------------+
| Database |
+-----------------------------------+
| information_schema |
| admin_appl |
|#mysql50#bitbendertest_com_-_v405 | <<--- OUCHIE - site created by virtual site
Other data bases redacted
+-----------------------------------+
-
- Atomicorp Staff - Site Admin
- Posts: 8355
- Joined: Wed Dec 31, 1969 8:00 pm
- Location: earth
- Contact:
Re: Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
Not really, you're kind of in uncharted territory here. My understanding was that the ensim users were supposed to be migrated to plesk completely by 9.5. Although Im not sure how thats supposed to happen exactly since the last version of plesk with an ensim migration agent was 8.6.
Re: Parallels Pro Control Panel 10.3.4 - PHP 5.1.6 to 5.2.?
An old thread, and you've likely solved it by now, but ... the issue is that since MySQL 5.1 databases can not have hyphens in the database name.