![]() |
[HowTo] VHCS System Rebuild - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Howtos (/forum-41.html) +--- Thread: [HowTo] VHCS System Rebuild (/thread-359.html) |
[HowTo] VHCS System Rebuild - grungy - 04-11-2007 08:56 PM Found it in google cache: VHCS System Rebuild If you liked to generate again various VHCS system entries, (e.g. after Apache and/or Bind Template adjustments) you proceed as follows: Make changes into the VHCS Templates - Apache, bind, etc. and/or in vhcs2.conf (e.g.. Secondary DNS change). Then you sould set ?[Domain status] in the VHCS database to "CHANGES", for the Domain which are to be updated and/or rebuilt. Launch the ?[VHCS engine] manually, then then desired system entries are generated again and your changes will applied. IE, to rebuild dns files : Code: root#/etc/init.d/vhcs2_daemon stop You should note that this Procedure only for Domain, then Domain alias and at the end for Subdomains. RE: [HowTo] VHCS System Rebuild - chanwork - 04-11-2007 09:12 PM When you name this System Rebuild you need more! Code: UPDATE domain SET domain_gid = "0"; now, when you have only (my backup script) the SQL.gz files ->> http://www.isp-control.net/forum/backup-%28howto%29-t-360.html you musst create all databases again! (DONT FORGET THE MYSQL DB! The Users are stored there! Code: <?php Dumps gzip -d * Code: MYSQL DUMPS IMPORTIEREN When you use my Backup Script Code: # BACKUPS IN DIE KUNDENORDNER SCHIEBEN NOW! Code: UPDATE domain SET domain_status = "restore"; Request Manager start!! -> OWNER Neusetzen! Code: ## KUNDEN ORDNER NACHDEM RESTORE OWNER:GROUP SETZEN ;) ## BACKUPS DEL!! Code: #!/bin/sh any ideas? RE: [HowTo] VHCS System Rebuild - grungy - 04-11-2007 09:21 PM chanwork good work! I found that tutorial in google cache and since it is useful it would be a shame not to have it here. It is useful if you changed your DNS template, like your NS1 and NS2 and somehow want to update all DNS zones automatically, that's want VHCS to do it for you. RE: [HowTo] VHCS System Rebuild - Daff - 05-30-2007 05:11 AM You saved me. That's what I was searching for ![]() |