• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Install and Update Parallels Products

Mohammadreza

Basic Pleskian
hello
i wanna update my plesk Version with Updates and Upgrades,
but show me this error>>>
This field was locked by vendor. Enable it by removing 'SOURCE' option from Parallels Installer configuration file.
how i can solved this problem

thanks
 
Hi Mohammadreza,

to use the command line, you first have to connect over SSH to your server as root ( as a windows user, you might want to use a free software like "putty" ) and use for example:

ps aux | grep auto

This will show current processes with the name "auto" in it and it states as well, which pid - file it uses.

Afterwards, you would use for example:

kill -9 12345

... where "12345" would be the pid - file - number, which then will be killed on your server and opens up the opportunity to restart your previous update/upgrade procedure.
 
Hi Mohammadreza,

to use the command line, you first have to connect over SSH to your server as root ( as a windows user, you might want to use a free software like "putty" ) and use for example:

ps aux | grep auto

This will show current processes with the name "auto" in it and it states as well, which pid - file it uses.

Afterwards, you would use for example:

kill -9 12345

... where "12345" would be the pid - file - number, which then will be killed on your server and opens up the opportunity to restart your previous update/upgrade procedure.

thanks for your help
im windows server
so how i can use Putty?
 
ups.... sorry.... my mistake....

IgorG is absolutely right - somehow I didn't pay enough attention to this thread. :rolleyes:
 
Hi Mohammadreza,

you can as well open a command line ( cmd.exe ) and use the command:

taskkill /F /IM ai.exe
Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Windows\system32>taskkill /F /IM ai.exe
ERROR: The process "ai.exe" not found.

C:\Windows\system32>taskkill /F /IM ai.exe
ERROR: The process "ai.exe" not found.

C:\Windows\system32>
 
Hi Mohammadreza,

the recommended command is based on a RUNNING process "Parallels Installation and Upgrade Wizard" ( <= ai.exe ). If the process is currently not running, there is no sense in killing the task.


If you would like to run the "Parallels Installation and Upgrade Wizard" ( C:\>"%plesk_bin%\ai.exe" ), it will open the update/upgrade wizard and you are then able to visit "https://SERVER_IP:8447/". If the process "ai.exe" is currently not running, then you are not able to open "https://SERVER_IP:8447/".


If you have difficulties with the autoinstaller and or other services on your server, please consider as well to reboot your windows server, just to be sure that all necessary servcies and tasks are working as expected.
 
Hi Mohammadreza,

the recommended command is based on a RUNNING process "Parallels Installation and Upgrade Wizard" ( <= ai.exe ). If the process is currently not running, there is no sense in killing the task.


If you would like to run the "Parallels Installation and Upgrade Wizard" ( C:\>"%plesk_bin%\ai.exe" ), it will open the update/upgrade wizard and you are then able to visit "https://SERVER_IP:8447/". If the process "ai.exe" is currently not running, then you are not able to open "https://SERVER_IP:8447/".


If you have difficulties with the autoinstaller and or other services on your server, please consider as well to reboot your windows server, just to be sure that all necessary servcies and tasks are working as expected.
thanks for your reply
im take a screen shot
 

Attachments

  • plesk.png
    plesk.png
    60.9 KB · Views: 3
  • plesk2.png
    plesk2.png
    53.5 KB · Views: 3
Back
Top