{"id":1456,"date":"2019-09-16T11:54:29","date_gmt":"2019-09-16T17:54:29","guid":{"rendered":"https:\/\/ugit.siua.ac.cr\/?p=1456"},"modified":"2019-09-25T15:08:03","modified_gmt":"2019-09-25T21:08:03","slug":"proxmox-eliminar-configuracion-de-corosync-si-dio-error-al-agregar","status":"publish","type":"post","link":"https:\/\/sada.services\/?p=1456","title":{"rendered":"PROXMOX: Eliminar configuracion de corosync si dio error al agregar"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code># source: https:\/\/forum.proxmox.com\/threads\/removing-deleting-a-created-cluster.18887\/\n#\/bin\/sh\n# stop service\nsystemctl stop pvestatd.service\nsystemctl stop pvedaemon.service\nsystemctl stop pve-cluster.service\nsystemctl stop corosync\nsystemctl stop pve-cluster\n\n# edit through sqlite, check, delete, verify\n$ sqlite3 \/var\/lib\/pve-cluster\/config.db\nsqlite> select * from tree where name = 'corosync.conf';\n254327|0|254329|0|1480944811|8|corosync.conf|totem {\nversion: 2\n[...]\nsqlite> delete from tree where name = 'corosync.conf';\nsqlite> select * from tree where name = 'corosync.conf';\nsqlite> .quit\n#\n\n#Remove directories\npmxcfs -l\nrm \/etc\/pve\/corosync.conf\nrm \/etc\/corosync\/*\nrm \/var\/lib\/corosync\/*\nrm -rf \/etc\/pve\/nodes\/*<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Eliminar configuracion de corosync si dio error al agregar<\/p>\n","protected":false},"author":2,"featured_media":2001,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[97,12],"class_list":["post-1456","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-proxmox","tag-error","tag-proxmox"],"blocksy_meta":{"styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"_links":{"self":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/1456","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1456"}],"version-history":[{"count":2,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/1456\/revisions"}],"predecessor-version":[{"id":2142,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/posts\/1456\/revisions\/2142"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=\/wp\/v2\/media\/2001"}],"wp:attachment":[{"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1456"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1456"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/sada.services\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1456"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}