Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 11 Roles : Command Line Invocation

Command Line Invocation
To run any of these commands you must be logged in either as the IPEADMIN user or, on a UNIX system, as the IPEBACKGROUND user or root user.
swutil ROLEINFO filename
Update role information from control file filename. (On Windows, filename can be a full pathname or a simple filename in the current directory. On UNIX, filename can be a full pathname or a simple filename in the SWDIR\util directory.)
swutil ROLEINFO -
Read control instructions from standard input and update role information.
swutil ROLEINFO EXPORT [rolename]
Write role information to standard output; either for all roles, or just for optional rolename.
The information is written in control file format (see below), enabling it to be directed to a file which may be read back in (with the above commands). This enables role information to be transferred to another computer, restored to a former state or updated after editing the file.
swutil MOVESYSINFO
Update data from the temporary area. This is necessary to make changes to role data available to iProcess.
During processing of a control file, error messages are written to standard output. On completion of processing, a message is written to standard output giving the total number of lines of instructions successfully processed.
The UNIX exit status is set to 0 for no errors, 2 if there are errors but some data is updated, or 3 if no data is updated. Input and output redirection may be used as normal.

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved