리눅스 서버 V3 Net 백신 설치
반응형
root@FileServer:/# mount -t iso9660 -r /dev/cdrom /mnt/cdrom
cp /mnt/cdrom/v3net-3.x.x.x.x.tar.Z /tmp
uncompress v3net-e.x.x.x.x.tar.Z 또는 gunzip v3net-3.x.x.x.x.tar.Z
tar xvf v3net-3.x.x.x.x.tar
cd /tmp/v3net
root@FileServer:/tmp/v3net# ./install.sh
매뉴얼 대로 /tmp 아래 압축 파일을 복사해서 압축을 푼 뒤 셀 스크립트를 실행하는데 명령어가 먹히지 않았다.
한창 삽질을 하다가 다른 디렉터리로 옮겨서 시도하니 됐는데 알고 보니 /tmp에서 보안상 셀 스크립트가 실행되지 않도록 되어있어서 안됐던 것이다.
Installation Path (default: /usr/local/v3net):
설치 디렉터리를 묻는 메시지다.
Use Web Security?(y/n) (default: No):
웹 보안 기능 사용 여부를 뭍는 메시지다.
HTTP Port (default: 80):
웹 UI에 접속하기 위한 포트를 묻는 메시지다.
Company:
회사 이름을 묻는 메시지다.
User Name:
사용자 이름을 묻는 메시지다.
Select Language (1: Korean, 2: English, 3: Simplified Chinese): 1
제품에 적용할 언어를 선택한다.
Product No.(example: 12345678-12345678): 12345678-12345678
.............................................
제품 번호를 입력하라는 메시지다.
Interoperatewith AhnLab Policy Center? (y/n): n
AhnLab Policy Center와 연동할지를 묻는 메시지다.
Installation completed.
Installation Path: /usr/local/v3net
Use Web Security:
AhnLab Policy Center IP Address: 123.123.123.123
HTTP Port: 80
Company:
UserName:
Language: Korean
root@FileServer:/mnt/cdrom# cd /usr/local/v3net/
root@FileServer:/usr/local/v3net/# ./v3net.sh start
Starting the process...
# ps -ef | grep v3net
root 14232 1 0 08:13 ? 00:00:00 ./bin/v3netd -f ./conf/v3netd.conf
root 14238 1 0 08:13 ? 00:00:00 ./bin/v3netd-agentd -f ./conf/v3netd.conf
root 14239 1 0 08:13 pts/8 00:00:00 /bin/sh ./bin/v3netd.dog
root 14241 1 0 08:13 pts/8 00:00:00 /bin/sh ./bin/v3net-agentd.dog
root 14369 6551 0 08:13 pts/8 00:00:00 grep -- color=auto v3net
반응형
댓글
이 글 공유하기
다른 글
-
Tomcat HTTPS 리다이렉트
Tomcat HTTPS 리다이렉트
2020.10.19 -
리눅스 서버 NTP 시간 동기화 설정
리눅스 서버 NTP 시간 동기화 설정
2019.07.06 -
/lib/ld-linux. so. 2: bad ELF interpreter: No such file or directory
/lib/ld-linux. so. 2: bad ELF interpreter: No such file or directory
2019.04.13 -
개별 데이터베이스의 기본 언어 인코딩 값을 UTF-8으로 설정
개별 데이터베이스의 기본 언어 인코딩 값을 UTF-8으로 설정
2019.03.23