prerequisite
- firewall이 설정되어있는 경우 아래 port를 open.
Port: 9051 TCP (TLS/SSL)
- Driver 및 iosphere Download (HPE-OEM제품기준)
http://h20565.www2.hpe.com/hpsc/swd/public/readIndex?sp4ts.oid=5061895&swLangOid=8&swEnvOid=4103
Install Management Server
- fio-common-mgmt 설치
- rpm –qa 명령으로 설치되었는지 확인 (root권한으로 설치진행)
(fusion io VSL 드라이버 패키지를 설치 했다면 일반적으로 설치 되어 있음.)
rpm -qa | grep -i fio-common-mgmt
rpm -ivh fio-common-mgmt*.rpm
※ 기존버전이 설치되어 있다면 삭제 후 설치.
- Management server 설치 및 시작
- fio-msrv 파일을 설치
rpm -ivh fio-msrv*.rpm
- management 서버의 시작
/etc/init.d/fio-msrv start
- Management server설정
Set admin password
sudo fio-msrv –wEnable remote access
sudo fio-msrv -RSet the port number "port number" that the service is listening to
(설정하지 않을경우 기본값 9051 적용됨)
sudo fio-msrv -p "port number"
ex) sudo fio-msrv -p "2381"Enable automatic Agent authorization
sudo fio-msrv -ATo view the remote URL path run:
sudo fio-msrv -u
.
Install Agent
- fio-common-mgmt 설치
- rpm –qa 명령으로 설치되었는지 확인 (root권한으로 설치진행)
(fusion io VSL 드라이버 패키지를 설치 했다면 일반적으로 설치 되어 있음.)
rpm -qa | grep -i fio-common-mgmt
rpm -ivh fio-common-mgmt*.rpm
※ 기존버전이 설치되어 있다면 삭제 후 설치.
2, fio-agent 설치
agent설치 및 시작
rpm -ivh fio-agent*.rpm
sudo /etc/init.d/fio-agent startagent 설정
management 와 agent서버에 avahi가 설치 되어 있다면 별다른 설정 없이 managemnet서버에서 관리대상서버를 찾아 등록하게 됨.수동으로 하는 경우
Management서버에서 Remote Access Key를 다운받아 등록웹 브라우저를 열어 Management서버의 URL로 접속.
Setting > remote access key> download remote access keyRemote Access Key를 다운로드 받아 관리대상(Agent가 설치된)서버의 하기 경로에 복사
/var/lib/fio/agent_keys/
복사 후 push frequency (기본 15초)내에 Management Server로 자동으로 접속됨.
등록을 해지 할 경우 해당 키를 삭제.
- Management 서버에 접속
웹 브라우저를 열어 management서버의 IP:9051 을 입력
ex:> https://192.168.10.10:9051
※ 참고사항.
Fusion IO가 설치된 서버에 Management서버를 설치 할 수 있음.
이 경우 Management 와 Agent가 해당 서버에 모두 설치 되어야 함.