If you are creating a new single system image from Power Systems that already have Blueworx Voice Response installed, you do not need to create a new AIX account on all the nodes. In this case, you must change the existing accounts so that they are all the same.
You must ensure that the following are identical on every system:
The way you do this will depend on how your system is configured for products other than Blueworx Voice Response, but here is an example of how to change the numeric account identifier:
dtuser:!:16001:1:Jones:/home/dtuser:/usr/bin/ksh
In this line, the fields are separated by colons (:). In this example, the fields are:
Change the numeric identifier (in this example it is 16001) to match that of the other nodes on the single system image.
One way to change the ownership of files from user ID 16001 to 16000 is with this command:
find / -user 16001 -fstype jfs -print | xargs -n50 chown 16000
Next step: Go to Starting installation of Blueworx Voice Response.