Setupwizard command (system setup, unsetup, and copy)

Format

Start setup wizard

setupwizard

Batch setup that uses the setup information file.

setupwizard -f setup-information-file [-force]

Export of the Easy Setup definition file

setupwizard -export -omd Easy-setup-definition-file

Duplication of system

setupwizard -f setup-information-file -md easy-setup-definition-file [-force]

Unset up

setupwizard -clean [-force]

Display contents of the setup information file

setupwizard -view -f setup-information-file

Display how to use command

setupwizard -h|-help

Functions

Arguments

-f <setup information file>
Specify setup information file path.
-export
Specified when easy setup definition file is to be exported.
-omd <easy setup definition file>
Specify easy setup definition file path which is to be exported.
-md <easy setup definition file>
Specify easy setup definition file used in system replication.
-clean
Specified when unsetup of system is to be carried out.
-force
Specified when the following operation is to be executed without confirming the process.
  • Group setup that uses setup information file
  • Unsetup
  • System replication
-view
Specify if you want to display contents of setup information file.
-h|-help
Specify if you want to display how to use setupwizard command.

Input examples

Return value

0 :
Stopped normally.
1 :
Error has occurred at the time of execution.
2 :
Syntax error has occurred.

Notes