prerequisite
Port: 9051 TCP (TLS/SSL)
http://h20565.www2.hpe.com/hpsc/swd/public/readIndex?sp4ts.oid=5061895&swLangOid=8&swEnvOid=4103
Install Management Server
rpm -ivh fio-msrv*.rpm
/etc/init.d/fio-msrv start
Set admin password
sudo fio-msrv –w
Enable remote access
sudo fio-msrv -R
Set 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 -A
To view the remote URL path run:
sudo fio-msrv -u
.
Install Agent
2, fio-agent 설치
agent설치 및 시작
rpm -ivh fio-agent*.rpm
sudo /etc/init.d/fio-agent start
agent 설정
management 와 agent서버에 avahi가 설치 되어 있다면 별다른 설정 없이 managemnet서버에서 관리대상서버를 찾아 등록하게 됨.
수동으로 하는 경우
Management서버에서 Remote Access Key를 다운받아 등록
웹 브라우저를 열어 Management서버의 URL로 접속.
Setting > remote access key> download remote access key
Remote Access Key를 다운로드 받아 관리대상(Agent가 설치된)서버의 하기 경로에 복사
/var/lib/fio/agent_keys/
복사 후 push frequency (기본 15초)내에 Management Server로 자동으로 접속됨.
등록을 해지 할 경우 해당 키를 삭제.
※ 참고사항.
Fusion IO가 설치된 서버에 Management서버를 설치 할 수 있음.
이 경우 Management 와 Agent가 해당 서버에 모두 설치 되어야 함.