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 |