FTP does not respond. (NETIQKB53886)

  • 7753886
  • 02-Feb-2007
  • 01-Oct-2014

Environment

NetIQ Security Solutions for iSeries 8.1
NetIQ Security Solutions for iSeries 8.0
VigilEnt Security Agent for iSeries 7.5
PSSecure
Remote Request Manager (RRM)

Situation

FTP does not respond.
CPF3C29 from program NW0002A in job QZDASOINIT: Object name  is not valid.
Unable to get index: 10 mode: S
System object NW0110F damaged.

Resolution


To restore FTP functionality on the iSeries server, you must recreate the damaged user index.

To recreate the user index, on the iSeries command line type the following commands, pressing Enter after each:

RNMOBJ OBJ(PSCOMMON/NW0110F) OBJTYPE(*USRIDX) NEWOBJ(NW0110FXXX)

CRTUSRIDX  PSCOMMON/NW0110F EXTATT(MIRROR) LENGTH(266) KEYLEN(262) REPLACE(*YES) TEXT('(c) 1995-2003 NetIQ Corp., all rights reserved')

CHGOBJOWN OBJ(PSCOMMON/NW0110F) OBJTYPE(*USRIDX) NEWOWN(PSOBJOWN)

GRTOBJAUT PSCOMMON/NW0110F OBJTYPE(*USRIDX) REFOBJ(PSCOMMON/NW0110FXXX)

DLTUSRIDX PSCOMMON/NW0110FXXX

ADDLIBLE PSCOMMON

CALL NW0099E

CALL NW0089C



Cause

Damaged user index NW0110F.  Userindexes can become damaged due to power failure, hardware issues/failures, or unexpected reboot.

Additional Information

Formerly known as NETIQKB53886