Originally posted by: grukrz1
the fix does not fix? in previous AIX 6.1 TL levels max is 2048, in new TL9SP1 having this fix (??) it is 256
http://www-01.ibm.com/support/docview.wss?uid=isg1IV63231
# oslevel -s
6100-09-04-1441
# instfix -v -i -k IV63231
IV63231 Abstract: VFC CLIENT ADAPTER LIMITATION ON NUM_CMD_ELEMS
Fileset devices.vdevice.IBM.vfc-client.rte:6.1.9.30 is applied on the system.
All filesets for IV63231 were found.
# lsdev -H -F "name class subclass type" | grep fcs
fcs0 adapter vdevice IBM,vfc-client
fcs1 adapter vdevice IBM,vfc-client
fcs2 adapter vdevice IBM,vfc-client
fcs3 adapter vdevice IBM,vfc-client
# lsattr -Rl fcs0 -a num_cmd_elems
20...256 (+1)
#
Btw. vfcs on my system running on level TL8SP2 had this value set to 512 and after updated TL9SP4 values are preserved althoug default max is degraded by TL9 - no new fcs can be configured with value >256
# lsattr -El fcs0 -a num_cmd_elems -F value
512
# lsattr -Rl fcs0 -a num_cmd_elems
20...256 (+1)
#