Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering Proxmox, - Third Edition

You're reading from  Mastering Proxmox, - Third Edition

Product type Book
Published in Nov 2017
Publisher Packt
ISBN-13 9781788397605
Pages 494 pages
Edition 3rd Edition
Languages
Author (1):
Wasim Ahmed Wasim Ahmed
Profile icon Wasim Ahmed

Table of Contents (23) Chapters

Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
1. Understanding Proxmox VE and Advanced Installation 2. Creating a Cluster and Exploring the Proxmox GUI 3. Proxmox under the Hood 4. Storage Systems 5. Installing and Configuring Ceph 6. KVM Virtual Machines 7. LXC Virtual Machines 8. Network of Virtual Networks 9. The Proxmox VE Firewall 10. Proxmox High Availability 11. Monitoring the Proxmox Cluster 12. Proxmox Production-Level Setup 13. Back Up and Restore Virtual Machines 14. Updating/Upgrading Proxmox 15. Proxmox Troubleshooting 16. Rescuing Proxmox

Proxmox node issues


This section contains issues related to the Proxmox node itself.

Issue – fresh Proxmox install stuck with /dev to be a fully populated error during node reboot

This issue occurs when the OS tries to boot with a non-standard VGA driver. To prevent this issue, we need to add and modify some grub options. Restart the node, and then press the E key from the Proxmox boot menu. At the end of the Kernel boot line, add the following nomodeset, as shown in the following screenshot:

Press Ctrl + X or F10 to boot the node normally. To make this option permanent, make the following modifications in /etc/default/grub:

  • Uncomment GRUB_TERMINAL=console
  • Comment out GRUB_GFXMODE=some_X,some_Y

Issue – rejoining a node to a Proxmox node with the same old IP address

If you are rejoining a Proxmox node back to the cluster with the same IP address, then the joining command must run with the -force option. Run the following command from the node that is being rejoined:

# pvecm add <any_proxmox_node_ip...
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 $15.99/month. Cancel anytime}