Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Mastering Proxmox

You're reading from   Mastering Proxmox Master Proxmox VE to effectively implement server virtualization technology within your network

Arrow left icon
Product type Paperback
Published in Jul 2014
Publisher
ISBN-13 9781783980826
Length 310 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
 Ahmed Ahmed
Author Profile Icon Ahmed
Ahmed
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Mastering Proxmox
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Dive into the Virtual World with Proxmox FREE CHAPTER 2. Proxmox Under the Hood 3. Shared Storages with Proxmox 4. A Virtual Machine for a Virtual World 5. Network of Virtual Networks 6. Proxmox HA – Zero Downtime 7. High Availability Storage for High Availability Cluster 8. Proxmox Production Level Setup 9. Proxmox Troubleshooting 10. Putting It All Together Index

Main cluster issues


This section contains issues related to the main Proxmox's cluster operations.

GUI shows everything is offline

The scenario where everything in the GUI is shown offline is usually caused when one of the three services such as pvedaemon, pvestatd, or pveproxy crashes or stops working for any number of reasons. This situation usually looks as shown in the following screenshot:

In the previous screenshot, both virtual machines and all the three Proxmox nodes are running, but the Proxmox GUI shows everything is offline. Simply restarting them through SSH will fix this issue. Run the following commands in the given order:

# service pvedaemon restart
# service pvestatd restart
# service pveproxy restart

We can also check whether the services are running or not using the following command:

# ps xa | grep pve

If the GUI keeps showing all the nodes and VMs offline, check the syslog of nodes to spot any errors or warnings. In some cases, a failed attached storage will also cause the...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images