次の flarcreate コマンドの例はエラーを示しています。
| # flarcreate -n test.flar -c /net/ins3525-svr/export/rw/test.flar Full Flash Checking integrity... Integrity OK. Running precreation scripts... ./caplib: ERROR: /usr/ccs/bin/elfdump not found or not executable, exiting... fdo: ERROR: Customization script failure. ERROR: Precreation script failure. Running pre-exit scripts... Pre-exit scripts done. | 
回避方法:
DVD または CD インストールメディアから、pkgadd コマンドを使用して SUNWbtool パッケージを追加します。このパッケージの追加後に、flarcreate コマンドを正常に実行できます。
ディレクトリを変更します。
| # cd /cdrom/cdrom0/Solaris_10/Product | 
SUNWbtool パッケージを追加します。
| # pkgadd -d `pwd` SUNWbtool |