
High Grade Reseller Hosting Solutions
“For their high grade Reseller Hosting solutions, Cartika Hosting receives an Editors' Choice Award”
Network Information
| Network Configuration |
| Cluster MRTG Graphs |
| Cartika Network Status |
| Uptime Statistics |

| Migrating Plans With XML in H Sphere |
|
Since version 2.4, plan settings are stored in XML format, which allows extracting and moving them to other locations. Migratable Plans. Migratable plans include all non-reseller plans, namely: Unix, Windows, Admin, MySQL, E-Mail, Unix Real Server, Windows Real Media. All end user plans, including those of master admin and resellers, are migratable. Migration Tools. Plans are migrated with two Java classes, PlanExtractor and PlanCreator, located in the ~cpanel/shiva/psoft/hsphere/migrator/ directory. 1) PlanExtractor is a Java utility to extract H-Sphere plans into XML format. Extracted plans are stored in the plans.xml file. 2) PlanCreator is a tool for importing plans to a new CP from the file plans.xml with plans extracted by PlanExtractor. Also, you'll need to place the following files in the ~cpanel/shiva/psoft/hsphere/migrator/ directory:
Plan ExtractorRun PlanExtractor as cpanel with the following syntax: java psoft.hsphere.migrator.PlanExtractor -force -resellername res_name [-plans the list of plan names] [-ids the list of plan ids] Options:
Examples: PlanExtractor writes error messages to migrate_plans.log Plan CreatorRun PlanCreator as cpanel with the following syntax: java psoft.hsphere.migrator.PlanCreator [-active] -d plans.xml [-createprices] [ -r | -rc plan name] Options:
PlanCreator writes error messages to migrate_plans.log XML Document StructureThe structure of plans.xml looks as follows: plans
/ ...
plan
____________/_________________________
/ |
periods options ...
/ ... | ... _________/______________________________
period /| / | |
_____/ | ____ resource ifresource ifgroup LogicalGroup
/ | | | ... | ...
/ | | ... __|__ ___|___
/ | | / /
customparam postparam param ____|____ resource ifgroup resource LogicalGroup
/ | | | ... |
special fields price ... ___|___ ...
| ... /
special resource LogicalGroup
|
...XML Elements and Attributes
|