HP Data Protector를 사용하는 환경에서 에이전트와의 호환성을 위해 필요한 설정사항입니다.
문제: HP Data Protector에서 다음 메시지와 함께 GP를 인식하지 못합니다.
Message: The mountpoint/filesystem cannot be backed up. Unrecognized configuration.
해결 방법: HP Data Protector의 설정을 아래와 같이 수정합니다.
1. 설정 파일: /opt/omni/lbin/.util
2. 다음 위치로 이동: gpl/i386/linux)
3. command 부분을 다음과 같이 수정
- -t acfs 뒤에 -t secfs2 추가
수정 전: configuration=/CONFIGURATION
command=`/bin/df -P -t psfs -t ext2 -t SFS -t ext -t minix -t xiafs -t vmfs -t reiserfs -t ext3 -t vfat -t vxfs -t xfs -t hsmfs -t gfs -t lustre_lite -t ocfs -t ocfs2 -t gfs2 -t ext4 -t gpfs -t ibrix -t acfs >/dev/null | sed '1d'`
수정 후: configuration=/CONFIGURATION
command=`/bin/df -P -t psfs -t ext2 -t SFS -t ext -t minix -t xiafs -t vmfs -t reiserfs -t ext3 -t vfat -t vxfs -t xfs -t hsmfs -t gfs -t lustre_lite -t ocfs -t ocfs2 -t gfs2 -t ext4 -t gpfs -t ibrix -t acfs -t secfs2 >/dev/null | sed '1d'`
4. omni 서비스 재시작 (/etc/init.d/omni stop;/etc/init.d/omni start)
끝.
댓글
댓글 0개
댓글을 남기려면 로그인하세요.