I am
currently seeing the following error when a Gateway is doing an automatic
LCF upgrade via the login policy:
$ wunsub -a
@ProfileManager:r2.subs.dm.aixsvr.dpm
FRWTE0017E Thu Mar 14 15:04:49 MST 2002 (17): system problem: `disk_dir
create failure'
Contributed
By: Doug Sutherland, Ken Matheson and Marc Remes
Ken Matheson
wunsub without the '-l'
option can be an expensive option in terms of objcalls and duration. 'wunsub
-a @ProfileManager:xxx' even more so,
although judging by your naming standard (looks a good one, too!), it is a
dataless Profile Manager used for Endpoint subscriptions only. Are you sure
you want your Gateway login_policy threads being tied up for potentially a
long time? Will you run out?
Best practice advocates using the login_policy to advise an out-of-band
process that there's some work to do. This advice is often passed by writing
to a file. Marc Remes
You need to make your MDIST 'rpt_dir'
writeable for everyone. Doug
Sutherland
My MDIST 'rpt_dir'
was a 755, and upgrades work great after changing it to 777.
|