인터넷을 찾다가 썬 블로거 (이젠 오라클 블로거) 들의 포스팅을 잠시 살펴 보다 보니 , 정말....짱입니다....ㅠㅠ
아이폰이나 아이팟 터치, 아이패드 등을 이용하여 솔라리스 시스템을 모니터링할 수 있는 어플이 있네요.
원래는 리눅스 서버 같은 오픈소스를 지원하기 위해 만들어진 istat 이라는 프로그램이라고 하는군요.
이 때문에 솔라리스나 오픈솔라리스에서 사용하려면 컴파일을 다시 해야 한다고 하네요.
Karim Berrah 라는 이 블로거는 아래와 같은 3가지 작업을 추가적으로 수행해야 솔라리스에 설치를 했다고 합니다.
1) Get the compiler environment, in one single command:
pfexec pkg install SUNWgcc SUNWaconf SUNWgnu-automake-110 SUNWlibtool
2) Set some required variables for the previous packages
ACLOCAL110=aclocal-1.10
export ACLOCAL110
AUTOMAKE110=automake-1.10
export AUTOMAKE110
AUTOCONF26=autoconf
export AUTOCONF26
AUTOHEADER26=autoheader
export AUTOHEADER26
LIBTOOLIZE15=libtoolize
export LIBTOOLIZE15
3) Configure and compile with the two commands:
./configure
and
make
그리고나서 istatd 바이너리와 istat.conf 가 생성이 되면 또 아래의 몇가지 작업을 진행해야 한다고 합니다.
1) The binary needs the istatd user and group that can be added as following:
pfexec useradd istat; pfexec groupadd istat
2) Give access to the istat user to the /var/cache/istat directory:
pfexec chown istat:istat /var/cache/istat/
3) Edit istat.conf to set the correct NIC interface name, and change the server code which is a simple 5 digit number that has to be entered on on iPhone/iTouch as a basic check-in. Move this file to /usr/local/etc
pfexec cp istat.conf /usr/local/etc
And now, fire it up (-h for help):
pfexec ./istatd -d
You'll then be able to connect from your iTouch/iPhone if wifi is giving you connectivity to your OSOL box, by specifying its IP address. Other possible arguments for the binary can be displayed with the -h argument.
설정을 통해 우리가 얻을 수 있는 정보는 아래와 같습니다.
그러나, 아직 보안에 대한 보장은 안되는 듯 하네요.
아래의 화면을 보시면 아시겠지만....아이폰 당장 하나 사야 할 듯 한데...ㅠㅠ
노예폰인 삼성 미라지가...발목을 잡고 있네요. 아이폰4G 나오는대로 무리해서라도 질러야 할 듯.....
And the same info on OpenSolaris with the Gnome "System Monitor" tool:
What next ?
Well, this is just an idea: we do have a nice Sun Storage portfolio, based on the OpenSolaris kernel, showing some nice graphics with the web based Analytics tool. I was wondering is such graphical informations, as shown on Mika's blog, can be also accessed from an iPod/iTouch/iPad, as this CRM application does on an iPad.
블로그 출처 : http://blogs.sun.com/karim/entry/monitoring_opensolaris_from_an_itouch
'OS & network > solaris' 카테고리의 다른 글
오픈솔라리스 패키지명 변경 (SUNW) (0) | 2010.07.05 |
---|---|
WS-2700-S10: SolarisTM 10 Patching Best Practices Course Reference Guide (0) | 2010.06.25 |
기술백서-Oracle Solaris and Sun SPARC Systems—Integrated and Optimized for Enterprise Computing (0) | 2010.06.25 |
솔라리스 패스워드 강화 하기 (0) | 2010.06.15 |
솔라리스에서 Beep 음 제어하기 (1) | 2010.06.10 |