...
Expand | ||||||
---|---|---|---|---|---|---|
| ||||||
From the command line in your ProVision instance, you can get a manual SQL backup using the following way:
You can get the values for USER, PASSWORD, and DATABASE by reading them from the following file:
An example of a completed command:
You can then use this .sql file to restore the old version should you need to revert the installation. |
...
Expand | ||
---|---|---|
| ||
In the case when a user already has SWIPped blocks to ARIN, 6connect ProVision checks prior to actually performing a SWIP. In the process, if the IP block is already SWIPped, it will check for existing ARIN customer data and update the 6connect ProVision data to reflect what ARIN has on file. Once that is complete, the user can then perform a de-SWIP function using ProVision. |
Expand | ||
---|---|---|
| ||
When you make an API request to assign a block, if the block is already assigned to another resource, you will receive an error. If your process is to search for and then assign blocks, the Smart Assign API call may be very helpful. That call combines the search and assignment into one action. |
...
Expand | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| |||||||||||||||
In some legacy instances we have seen zone record-view linkages come out of alignment and result in unexpected behavior.
First, verify the error with the following mysql commands:
If the reply comes back non-zero, then your database is most likely exhibiting unexpected behavior. The following mysql commands will re-align all the record-view linkages:
Contact support (support@6connect.com) if you have any additional questions or this does not resolve the issue. |
...
Expand | ||
---|---|---|
| ||
Depending on your version of ProVision, you may need both steps. Edit the file ﹤6connect ﹤ProVision web root﹥/data/globals.php and: 1) Change the $hostname variable to the new value 2) Change the $base_url to the new value Please note that you may also need to update the SSL certs, httpd settings, etc. |
...