Contents of this page are obsolete. This page is preserved and stored at this URL just from historical viewpoint. Original URL was http://www.mm.media.kyoto-u.ac.jp/members/kameda/...
Please visit www.kameda-lab.org for recent information. (2002/12/06, kameda@ieee.org)

Adaptec ATM Driver for Solaris:SBus Phase 5

Adaptec-52x0 on Solaris:SBus, KUINS-II/ATM 1997/06/30
ここまでくれば準備は整っているはずです。ATMケーブルをスイッチに繋いで ネットワークインターフェースを構築してみましょう。
# cd /opt/ADPTaatm/bin
# ./aatmcnfg -h
Usage: aatmcnfg [-f ConfigFile] [-x n] -[s|d|p|q|a]
    -s : shutdown
    -d : debug
    -p : print status
    -q : no signalling
    -a : no address registration
  -x n : delete pvc channel number n 
# ./acipcnfg -h
Usage: acipcnfg [-f ConfigFile] -[s|d]
   -s: shutdown
   -d: debug
# ./acipcnfg -s
# ./aatmcnfg -s
# ./aatmcnfg -f /etc/opt/ADPTaatm/bin/base.db
Initializing the Port ... 
ILMI Address Registration ... Completed
Starting Signalling
Started Signalling
ATMS Initialization Completed.
# ./acipcnfg -f /etc/opt/ADPTaatm/bin/acip.db
acip0: flags=863 mtu 9180
        inet 130.54.152.26 netmask fffff800 broadcast 130.54.159.255
        ether ac:ac:82:36:98:1a 
# 
これでネットワークインターフェースは確立しました。パチパチ。 130.54.159.254にでもpingを打ったりtracerouteしたりして感動しましょう。
<kameda@kuis.kyoto-u.ac.jp>