I'm trying to su to a different user in USS. The manual says that you should use the -s flag to turn off password prompting, and as long as you have read access to the BPX.SRV.user profile in the SURROGAT class this should work. It doesn't though. Is there anything else that needs to be set anywhere?
I have run this command -
READY
RDEFINE SURROGAT BPX.SRV.OPS0047 UACC(NONE)
RACLISTED PROFILES FOR SURROGAT WILL NOT REFLECT THE ADDITION(S) UNTIL A SETROPT
READY
PERMIT BPX.SRV.OPS0047 CLASS(SURROGAT) ID(OPS0052) ACCESS(READ)
RACLISTED PROFILES FOR SURROGAT WILL NOT REFLECT THE UPDATE(S) UNTIL A SETROPTS
READY
SETROPTS RACLIST(SURROGAT) REFRESH
READY
END
but I'm still getting this -
OPS0052@PROD:/u/ops0052>$su -s ops0047
FSUM5027 su: User is not a surrogate of "ops0047".
Any ideas?
Thanks.