Thread: Virtuozzo Power Panel
-
05-03-2008, 05:50 #1
Virtuozzo Power Panel
Virtuozzo Power Panel (VZPP) is a very useful tool which empowers VPS Hosting owners with full administrative rights to manage / administer their VPS Hosting' as per their individual needs. VZPP functions on port 4643. Login details for individual VPS Hosting' would be as follows.
URL : https://<a href="http://www.eukhost....ing</a>ip:4643
Login : Administrator / root
Password : (Same as administrator / root)
Once you login and get inside into the panel, you will see a wide array of options available. To the left of your screen you will have a drop down list of different options. They are as follows.
I. VPS Hosting Management
(a) Start / Stop VPS Hosting -
This option allows you to start, stop and restart your VPS Hosting yourself. You do not have to depend on the support team to do this for you.
(b) Change Password -
This allows you to change the password for your VZPP yourself.
(c) File Manager -
This is a traditional file manager which allows you to manage your files using VZPP.
(d)Maintenance -
This allows you to generate backups for your VPS Hosting. You can have only one backup at a time in your Virtuozzo.
There are two types of backup; "Full" and "Incremental". A full backup would mean that all the data of the VPS Hosting will be backed up. An incremental backup means that only the data which has changed or newer data which has been uploaded in the VPS Hosting (from the date of the previous backup) will be taken in. It is upto you to decide on which type suits you best. We generally suggest incremental.
(e)Resources -
This tells you about the way you are using the available resources for your VPS Hosting and how you are using them. At this time, you have used 99% of all available disk-space on your VPS Hosting. You have very little spare available disk-space. You might want to consider upgrading your plan.
II - System Services
(a)System Services -
This option allows you to see and monitor the actions which were performed on your VPS Hosting i.e. starting /stopping of the services done on your VPS Hosting. It also tells you the login which was used to perform the action.
(b)System Processes -
Similar to the "top" command which is run on a linux server to monitor the dynamic processes which run on it, this option allows you to monitor the various individual processes running (it also lists the PID - Process ID of each process). This way you can very easily identify the process that consumes heavy resources and control it.
(c) Plesk Control Panel -
This option allows you to access Plesk control panel from your virtuozzo itself (in case its installed for your VPS Hosting)
(d) Remote Desktop -
You may also establish a RDP connection to your VPS Hosting from the VZPP itself using this option.
III - Logs
(a)Status Changes -
Using this option you can see how the VPS Hosting status has been changing. You can also use filters to select several records by date/time.
(b) QoS Alerts -
This option allows you to see the log of QoS alerts. These are events that occur when the VPS Hosting resource usage hits a certain limit. You can also use the filter to select the relevant records by their date/time. There are three different zones here. Green zone can be considered safe. Yellow zone is little dangerous. Red zone would mean that the VPS Hosting reached the maximum resources threshold at that time.
(c) Action Logs -
This option allows you to see a list of actions, both running and already finished. This is something like the Event Viewer in the Administration tools of the server.
(d) Traffic Log -
This shows the bandwidth usage of your VPS Hosting. You can generate graphical as well as text records.
Hope this helps
-
08-03-2008, 15:49 #2
Member
- Join Date
- Feb 2008
- Posts
- 37
when i try to access VZPP on my VPS Hosting i get:
You have received an invalid certificate. Please contact the server administrator or email
correspondent and give them the following information:
You certificate contains the same serial number as another certificate issued by the certificate
authority. Please get a new certificate containing a unique serial number.
-
08-03-2008, 17:01 #3
-
22-02-2009, 22:57 #4
Junior Member
- Join Date
- Jan 2009
- Posts
- 10
All the four options under the "Logs" part of the Parallels Power Panel give me the following error:
Application Error
The server has encountered an internal error or misconfiguration.
Contact your support representative.
Please report this problem to the technical support.
Any ideas why this is?
-
22-02-2009, 23:48 #5
Administrator
- Join Date
- Aug 2007
- Posts
- 168
-
22-02-2009, 23:52 #6
Junior Member
- Join Date
- Jan 2009
- Posts
- 10
Hmm, I am now unable to access either the Power Panel or my website, the whole thing seems to be down. How long does it take to come back up after the restart?
-
23-02-2009, 00:11 #7
Administrator
- Join Date
- Aug 2007
- Posts
- 168
-
23-02-2009, 00:15 #8
Junior Member
- Join Date
- Jan 2009
- Posts
- 10
Thanks, it seems to be working again now.
-
23-02-2009, 00:32 #9
Administrator
- Join Date
- Aug 2007
- Posts
- 168
-
23-02-2009, 00:32 #10
Glad to know that everything is working fine now
The Virtuozzo Power Panel [VZPP] which runs on the port 4643 is managed by the Service VPS, sometimes this services stops & causes such problems with the features display & can be easily sorted out by restarting the Service VPS.
Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
-
27-06-2009, 20:44 #11
Member
- Join Date
- Apr 2008
- Posts
- 93
this looks interesting ... however, what is the difference between restarting from here and say rebooting in plesk or ssh?
thanks
-
27-06-2009, 20:55 #12
Moderator
- Join Date
- Jul 2008
- Posts
- 176
Virtuozzo power panel is an offline management tool provided by Parallels. You can manage your VPS with the help of Virtuozzo Power Panel [VZPP] though it is offline. You can start the vps through VZPP though it is offline and if vps is not accessible for any reason.
Unless your vps is live and functioning you can not reboot it through the ssh
-
27-06-2009, 22:11 #13
-
28-06-2009, 19:45 #14
Senior System Administrator
- Join Date
- Oct 2006
- Posts
- 377
Hello
Hello,
If you are on openVZ then shutdown -r does not really reboot the VPS, it takes it down, and flags it as "to be restarted". A cron job running on the host system is then supposed to pick up that flag and restart the VPS. This is supposed to happen every 5 minutes on standard OpenVZ installations.
reboot is performed in two stages. First, you run reboot (or init 6) inside a VPS and it gets stopped.
Second, there is a cron job that runs every 5 minutes (by default) which sees that VPS needs to be rebooted and start it.
You can change it to be run every minute by editing /etc/cron.d/vpsreboot (just remove /5).
But if you are on Virtuozzo node then definitely it is recommended to reboot VPS from Virtuozzo Power Panel.
-
28-06-2009, 20:00 #15
Rock _a.k.a._ Jack
Windows Hosting || Windows Reseller Hosting
Cloud Hosting || Powerful Dedicated Servers
Follow eUKhost on Twitter || Join eUKhost Community on Facebook
For complaints, grievances or suggestions kindly email our FeedBack Dept.
Proper action will be taken accordingly & instantaneously!
-
28-06-2009, 20:08 #16
Senior System Administrator
- Join Date
- Oct 2006
- Posts
- 377
Hello
Hey,
You are most welcome, my friend Rocky
-
06-05-2010, 18:01 #17
new member
- Join Date
- May 2010
- Posts
- 1
thtz great keep it up
-
23-11-2010, 00:42 #18
new member
- Join Date
- Nov 2010
- Posts
- 1
All the four options under the "Logs" part of the Parallels Power Panel give me the following error:
Application Error
The server has encountered an internal error or misconfiguration.
Contact your support representative.
Please report this problem to the technical support.
Any ideas why this is?
-
23-11-2010, 00:49 #19
Hi,
Normally this happens if service vps having issues on main virtuozzo node. Do you mind providing us IP address of your vps? So that we can
reboot service vps to fix the problem with vzpp.
-
16-06-2011, 12:17 #20
Member
- Join Date
- Jun 2011
- Posts
- 44
I was just wondering - how often would you recommend performing maintenance and backing up the VPS hosting. Is once a day good enough? Or is that not even necessary?
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)


LinkBack URL
About LinkBacks




Reply With Quote





Hi Mark ! Apologize for the delay in reply. I have gone through the chat transcript and...
Trying to find out what happened...