zone_import command options

You can use any of the following options with the zone_import command. You must always supply the -password option.

-charset charset
Character set encoding of the zone data file. The default is UTF-8.
-clearproduction
Clears zone data from the production tables. Optionally, specify the -country option to clear data for a single country only.
-clearstaging
Clears zone data from the staging tables. Optionally, specify the -country option to clear data for a single country only.
-country countrycode
Used with -import, -clearproduction, and -clearstaging command options:
  • If used with the -import option, -country specifies the country of the zone data in the import file.
  • If used with either the -clearproduction or -clearstaging options, -country specifies the country of the zone data to clear from the tables.
-import filename
Imports zone data from the specified file (filename). You must set a value for the -country option.
If you include the optional -clearstaging option, PolicyCenter clears the data in the staging tables for the specified country before importing the data from the import file.
-password password
Password (password) to use to connect to the server. PolicyCenter requires the password.
-server url
Specifies the PolicyCenter host server URL. Include the port number and web application name, for example:
  • http://serverName:8180/pc
-user user
User (user) to use to run this process.