Operating System: AIX
Steps to Export/Import Sagent registry on AIX box
Prerequisites
- Xming or any other X-server should be up and running on the windows machine where a display is to set.
- Set display using command
export DISPLAY=<IP Address of a machine where xming is running>:<Xming active port number>
Example
export DISPLAY=152.144.214.84:1.0
- User needs write and execute permission to perform operations.
Steps to Export registry
- Move to the "<Sagent installed directory>" location.
- Execute ".sagentrc" file to set environment using command . ./.sagentrc
- Navigate to the location "<Sagent installed directory>/mw/ bin-aix4_optimized"
- Export registry in file "TempFileName.reg" using command: regedit -c -e TempFileName.reg HKEY_LOCAL_MACHINE\\Software\\Sagent\\DataMart
- Take backup of "TempfileName.reg".
- Made required changes to exported file.
Command to Import modified registry file
./regedit -c TempfileName.reg
Restart Sagent DFS service.
UPDATED:
March 27, 2017