• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Try to update 11.5 to 12.0.18 but KB doesn't work.

Jean-PhilippeE

New Pleskian
Hi everyOne,

I try to follow this: KB: Customer & Business Manager stuck on post-upgrade processing like the warning tell me to do:

Code:
Parallels Panel pre-upgrade check...
WARNING: SSO start-up script has wrong execution priority. Please, check http://kb.parallels.com/en/112666 for more details.

But I try to proceed the first step (for Centos 6.5):

Code:
[root@mydomain conf.d]# for i in `find /etc/sw-cp-server/applications.d/ -type f -name *sso-cpserver.conf`; do mv $i $i.moved.kb.112666; done
[root@mydomain conf.d]# rpm -q sw-sso | xargs rpm -e --nodeps --justdb
[root@mydomain conf.d]# /usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components
Doing restart of Parallels Installer...

BUSY: Update operation was locked by another update process.
[root@mydomain conf.d]# /usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components
Doing restart of Parallels Installer...

BUSY: Update operation was locked by another update process.
[root@mydomain conf.d]# /usr/share/plesk-billing/integration --command=install
The Customer & Business Manager is already installed. Nothing to do.
[root@mydomain conf.d]# /usr/share/plesk-billing/integration --command=repair-all
Checking integration with task manager:
    Setting up integration with task manager..........................[   OK   ]

Checking Single Sign-On service configuration:
    Checking current SSO mode.........................................[   OK   ]

Checking the local Panel properties in Business Manager:
    Checking the Panel administrator's credentials and access point...[   OK   ]

Setting up the SSO connection between Business Manager and the control panels:
    Disconnecting Business Manager from the SSO service...............[   OK   ]
    Checking the SSO database.........................................[   OK   ]
    Connecting Business Manager to the SSO service....................[   OK   ]
    Connecting the panel 'Local Parallels Plesk Panel server (mydomaine.com)' to the SSO service[   OK   ]

Checking administrative accounts:
    #1 admin (admin)......................................[   OK   ]
    #2 Store User (admin_ezorder).....................................[   OK   ]

Checking the integration with the local Panel:
    Setting up integration............................................[   OK   ]

I got the same warning.

Now I have try the second step: (If it is not fixed, then:)

Code:
[root@mydomain conf.d]# for i in `find /etc/sw-cp-server/applications.d/ -type f -name *sso-cpserver.conf`; do mv $i $i.moved.kb.112666; done
[root@mydomain conf.d]# dpkg --force-all -r sw-sso
-bash: dpkg : commande introuvable
[root@mydomain conf.d]# yum install dpkg
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirror.steadfast.net
 * epel: mirrors.mit.edu
 * extras: mirror.steadfast.net
 * rpmforge: repoforge.mirror.constant.com
 * updates: mirror.steadfast.net
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package dpkg.x86_64 0:1.15.5.6-6.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=======================================================================================================================================================================================================================================================================================================
 Package                                                              Arch                                                                   Version                                                                        Repository                                                            Size
=======================================================================================================================================================================================================================================================================================================
Installing:
 dpkg                                                                 x86_64                                                                 1.15.5.6-6.el6                                                                 epel                                                                 1.0 M

Transaction Summary
=======================================================================================================================================================================================================================================================================================================
Install       1 Package(s)

Total download size: 1.0 M
Installed size: 5.2 M
Is this ok [y/N]: y
Downloading Packages:
dpkg-1.15.5.6-6.el6.x86_64.rpm                                                                                                                                                                                                                                                  | 1.0 MB     00:00     
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Warning: RPMDB altered outside of yum.
** Found 1 pre-existing rpmdb problem(s), 'yum check' output follows:
plesk-billing-11.5.30-20130620.14.noarch has missing requires of sw-sso >= ('0', '2.18', None)
  Installing : dpkg-1.15.5.6-6.el6.x86_64                                                                                                                                                                                                                                                          1/1 
  Verifying  : dpkg-1.15.5.6-6.el6.x86_64                                                                                                                                                                                                                                                          1/1 

Installed:
  dpkg.x86_64 0:1.15.5.6-6.el6                                                                                                                                                                                                                                                                         

Complete!
[root@mydomain conf.d]# dpkg --force-all -r sw-sso
dpkg: impossible d'accéder au répertoire administratif de dpkg: Aucun fichier ou dossier de ce type

[root@mydomain conf.d]# for i in `find /etc/sw-cp-server/applications.d/ -type f -name *sso-cpserver.conf`; do mv $i $i.moved.kb.112666; done
[root@mydomain conf.d]# rpm -q sw-sso | xargs rpm -e --nodeps --justdb
xargs: guillemets simple non appairés ; par défaut les guillemets sont particuliers à xargs à moins d'utiliser l'option -0
erreur: le paquetage le n'est pas installé
erreur: le paquetage paquetage n'est pas installé
erreur: le paquetage sw-sso n'est pas installé

Any idea?

thank you!
thank you!
 
I'm not sure for what you have installed Debian-like package manager dpkg on RedHat-like OS and how this warning (not error) affects your upgrade procedure?
 
thanks for you reply!

I'm not sure for what you have installed Debian-like package manager dpkg on RedHat-like OS
Because I have try to execute the second part of the code and I don't have this package to do this procedure.

and how this warning (not error) affects your upgrade procedure?
It's just because I don't want to break my server! I don't know what this warning reflects during the update and if it's important or not.

If you tell me that is not a problem and the update can proceed with this warning, it's ok

Thank you for your time!
 
Hi Jean-Philippe

This is exactly the same problem that is showing in my server when trying to upgrade from 11.5.30 Update 47. I didn't try the steps in the KB because that file in /etc/sw-cp-server/applications.d/ was missing. Instead IgorG advised to remove, or at least disable sso and try upgrading again, but since this is a production server, I am reluctant to do so, unless really necessary.

Can you please update the status of you issue here, if you managed to solve it or not, and if yes, how?

Thanks in advance,
Ronald
 
@IgorG : Are you sure I can make the update? I juste won't to break my server with this.
I'm not sure, but I think that it shouldn't lead to serious consequences, especially if you do not use CBM. Anyway, these possible consequences can be fixed more easily after finishing upgrade.
 
Back
Top