Exporting or importing from the command line
The home administrator can export or import users and groups using the command line as well.
Procedure
Exporting users and groups
Note: Data refers to the
<live-install-folder>\liveRoomServer\ExportImportScripts\data folder where
all the exported data is stored.
- Complete the following steps to export users and groups.
- Navigate to the folder where the IBM Architecture Room LIVE! server is installed.
- Go to the <live-install-folder>\liveRoomServer\ExportImportScripts folder and start the command prompt (press shift key + right-click button and open the command window).
- Run the following command:
- node app.js --exportUsers --tag <LABEL> --username <USN> --password <PASS>
Optional flags: Besides --tag, there are other flags that you could use to export specific data.- [--token <TOKEN>] - use a valid token instead of the administrator user name and password.
Importing users and groups
- Complete the following steps to import users and groups.
- Navigate to the folder where the IBM Architecture Room LIVE! server is installed.
- Go to the <live-install-folder>\liveRoomServer\ExportImportScripts folder and start the command prompt (press shift key + right-click button and open the command window).
- Run the following command:
- node app.js --importUsers <PID> --tag <LABEL> --username <USN> --password <PASS>
Note: The <LABEL> must conform to a valid directory name in the <live-install-folder>\liveRoomServer\ExportImportScripts\data\home folder.Optional flags: Besides --tag, there are other flags that you could use to import specific data.- [--token <TOKEN>] - use a valid token instead of the administrator user name and password.
- [--includeADUsers <ADUSERS>] - specify if active directory users < ADUSERS >from the export data need to be included.
Parent topic: Exporting and importing