Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If the contents of a source file was created with a different version of Image Added, a message is displayed:

...

Code Block
Caution! - '<destination>' will be overwritten. Do you want to continue? [Y/N]


[-c, --clear]

Use this flag if you wish to empty the source space when you execute a spacecopy. You cannot use this flag if you are copying from or to a zip file.

Tip
titleHint

By using the --clear option, you lose a copy of the content you have copied, but it makes the spacecopy operation faster as the space contents are moved from one location to another.


[-f, --force]Use this flag to force a spacecopy. A spacecopy is then executed without issuing the questions above.
[-s, --stop-workflows <timeout>]

Use this flag to stop your workflows before the space is switched in the spacecopy operation. If the timeout expires, the spacecopy is cancelled. Timeout is in minutes.

Note
titleNote!

The workflows causing timeout might be stopped later by the pending stop action. However, scheduled workflows are only stopped until the next scheduling period.


[-sf, --stop-workflows-force <timeout>]Use this flag to stop your workflows before the space is switched in the spacecopy operation. If the timeout expires, an attempt is made to immediately stop the workflows. The timeout is reused for the 'stop immediate' attempt. Timeout is in minutes.


Note
titleNote!

You cannot execute this command if an import to the source space is in progress.

...

  usage: spacecreate [-o, --offline] <space name>

[-o, --offline]

Use this flag if you wish to create a space that does not have any running service instances.

Offline spaces cannot be used for viewing or changing configurations.

spacelist

This command returns a list of all the spaces in the system. If you have not created any spaces, the only space on the list is the active (default space). When you log in, you automatically log into the active space, which is the default space.

...

Code Block
Caution!! The spaceremove operation will remove space '<space to be removed>'. Do you want to continue? [Y/N]


[-f, --force]

Use this flag to force a spaceremove. A spaceremove is then executed without issuing the question above.

When this command is executed, if there is a user working in the space to be removed, they receive a message informing them that a spaceremove has been executed, and they are rejected from the system.

...

The command accepts the following options:

[-list [-format data only|full]]

This option displays all of the workflows and workflow groups in the passive space for space activation.

You can also select the format of the list between data only or full.

This option supports regular expression.

[-set <name of workflow or workflow group> <ENABLE|DISABLE>]

Use this option to set a workflow or workflow group for space activation, and select ENABLE or DISABLE. Using this option, adds the workflow or workflow group to the list for space activation.

This option supports regular expression.

[-unset <name of workflow or workflow group>]

Use this option to remove a workflow or workflow group from the space activation list.

This option supports regular expression.

[-setdefault <name of workflow or workflow group> <ENABLE|DISABLE>] 

Set the default activation mode for a new workflow or workflow group by selecting ENABLE or DISABLE.


Tip
titleHint!

To display which workflows and or workflow groups are in a space, use the wflist command. See 2.2.58 wflist.

...