檢視較大的地圖
5/15 吃晚餐的地方,墨西哥餐
Main -> PCI Devices -> Vendor 1077 -> Device 1077:2422
Name: ISP2422-based 4Gb Fibre Channel to PCI-X HBA
Name: QLA2422 Fibre Channel Adapter
andrew.vasquez
2005-11-22 20:01:17
Name: QLA246x / QMx246x: 4Gb Fibre Channel to PCI-X HBAs / Mezzanine Cards
current entry for "name" is incorrect
sameer.shurpalekar
2006-09-25 20:18:31
Name: ISP2422-based 4Gb Fibre Channel to PCI-X HBAs (QLA246x/QMx246x)
current entry is inaccurate and OEMs/customers are requesting that we include HBA model names to make it easier for end users to identify the HBAs more easily.
sameer.shurpalekar
2006-10-04 08:12:47
Name: ISP2422-based 4Gb Fibre Channel to PCI-X HBA
current entry is inaccurate
sameer.shurpalekar
2006-10-05 15:17:59
Problem
-------
How do I change the timezone on my Solaris server/workstation?
Solution
--------
a) Edit /etc/TIMEZONE
NOTE: the man page incorrectly states this file is called /etc/timezone
b) Reboot your server with shutdown or init.
Examples
--------
US/Eastern
US/Central
US/Mountain
US/Pacific
For the full list, look in:
/usr/share/lib/zoneinfo/
Usage: memconf [ -v | -D | -h ] [ explorer_dir ]
-v verbose mode
-D send results to memconf maintainer
-h print help
explorer_dir Sun Explorer output directory
# cd /tmp
# tar xvf /path_to_tar/dim_STAT.tar
# cd dim_STAT-INSTALL
# ./INSTALL.sh
程式會安裝在以下路徑:
+ /WebX, /opt/WebX or /etc/WebX - WebX main directory (only three possibilities)
|
+ /apps - default dim_STAT home directory
|
+-- /ADMIN - administration scripts (start/stop dim_STAT Server, BatchLOAD, etc.)
|
+-- /mysql - MySQL database server main directory
|
+-- /httpd - Apache Web server directory
|
+-- /client - client collect script(s)
|
+-- /Java2GIF - Java applet graph to GIF convertor
|
+-- /htmldoc - HTML to PDF converting tool
|
+-- ... - there may be other directories depending on dim_STAT release :))
如果全部套用預設值,可以使用下面的指令安裝(Silent INSTALL)
# ./INSTALL.sh -Auto yes
安裝完之後,我們可以開始啟動Service
# cd /apps/ADMIN
# dim_STAT-Server start
MySQL的DB安裝好之後,我們要開始安裝收集資料的agent
# /tmp/dim_STAT-INSTALL/STAT-service
# pkgadd -d STATsrv.pkg
安裝到下面的路徑:
/etc/STATsrv/
STAT-service -- script to start/stop service daemon, also defines port number to listen (def:5000)
access -- access control file
/bin -- contains extended STAT programs/scripts
/log -- contains all logged information about service demands
啟動service daemon
# /etc/STATsrv/STAT-service start
最後開啟網頁就可以了。