The script needs adaptation for each KIX instance. The place, where adaptation is required, is marked by a hypertext link, which if followed explains the configured item.
#!/usr/bin/perl use strict; use lib '/home/metaagility/lib'; use cfw_kix; use PythonTech::Cfw; cfw('kix/initstorage')->init($0,@ARGV);Since the init_kixfw script is specific to each KIX instance it is recommended that it is installed in the KIX data directory.
Back to the main installation instruction page.

