Client Automation - applyptf.linux fails with segmentation fault (core dumped)
book
Article ID: 189439
calendar_today
Updated On:
Products
CA Client Automation - IT Client Manager
CA Client Automation
Issue/Introduction
Execution of applyptf.linux to install a fix on Linux machine fails with a segmentation fault error.
Example :./applyptf.linux -r ./T55V200.jcl -l /tmp/T55V200.log
Segmentation fault (core dumped)
Resolution
In fixname.jcl file make sure that all lines for FILE have 2 characters : after the filename
Example :
Replace
FILE:caf/bin/cfbasichwux
FILE:Agent/AM/plugin/amhwinvux
FILE:caf/lib/libcainf.so:SPECIAL_KEYS:
by
FILE:caf/bin/cfbasichwux::
FILE:Agent/AM/plugin/amhwinvux::
FILE:caf/lib/libcainf.so:SPECIAL_KEYS:
Feedback
thumb_up
Yes
thumb_down
No