TOP(サイトマップ) Solaris man マニュアル
(はじめに)
はじめに
Solarisって・・・
SunのセミナーとSDC
Solaris 10概要
資格(SCSA,SCNA)
Solarisフォーラム
管理人に連絡

(Solaris基本)

Solarisのインストール
システムの起動と停止
ファイルシステム
オートマウントとマウント
パッケージとパッチ
ユーザの追加と削除
ファイル権限(セキュリティ)
バックアップとリストア
CDE環境
プロセス管理/監視

(ネットワーク管理)

OSIを理解してみる
TCP/IPの設定
(TCP/IP入門)
DNSの設定
NISの設定
NFSの設定(WebNFS,CacheFS)
(NIS、NIS+、DNS違い)
DHCPの設定
1つのNICで複数IP設定

(IO関連)

インタフェース概要
SAFの管理
プリンタ管理概要
プリンタコマンド
SunSolve Online
SCSI情報(KEY,ASC,ASCQ)

(ソフトウェア関連)

Bash
Apache
Solstice DiskSuite
(SDS OSミラー回復)
Veritas VxVM

(OBPについて)

PROM(OBP)の概要
OBPでのキーボード操作
一般的なOBPコマンド
SolarisでOBPの設定
OBPに関するFAQ


(トラブル時の対応)

基本情報
エラーメッセージ
(主要メッセージ一覧)
性能関連コマンド
トレースコマンド
クラッシュダンプ
SunSolve Online

(その他)

小技集
UNIXコマンド
(manマニュアル)
システムチューニング
ネットワークチューニング
UltraSPARC T1について

(FAQ)

rootのPASSが不明
ハングアップかな?
ハードトラブル
OSが起動しない(b)
swap領域の拡張方法

(リンク)

Sun関連リンク
その他リンク
アバウトなJava入門
Perlメモ(逆引き用)
User Commands                                          isainfo(1)

NAME
     isainfo - describe instruction set architectures

SYNOPSIS
     isainfo [ [-v] [-b | -n | -k]  | [-x]]

DESCRIPTION
     The isainfo utility is used to identify  various  attributes
     of  the  instruction  set  architectures  supported  on  the
     currently running system. Among the questions it can  answer
     are  whether  64-bit  applications are supported, or whether
     the running kernel uses 32-bit or 64-bit device drivers.

     When invoked with no options, isainfo prints the name(s)  of
     the  native  instruction  sets for applications supported by
     the current version of the operating  system.  These  are  a
     subset  of  the  list  returned  by  isalist(1).  The subset
     corresponds to the basic applications environments supported
     by the currently running system.

OPTIONS
     The following options are supported:

     -b       Prints the number of bits in the address  space  of
              the native instruction set.



     -k       Prints the name of the instruction set(s)  used  by
              the operating system kernel components such as dev-
              ice drivers and STREAMS modules.



     -n       Prints the name of the native instruction set  used
              by  portable  applications supported by the current
              version of the operating system.



     -v       When used with the- b, -k  or  -n  options,  prints
              more detailed information.



     -x       Prints instruction extensions  to  the  native  ABI
              which are supported by the platform.



EXAMPLES

     Example 1: Invoking isainfo on a 32-bit x86 Platform

     The following example invokes isainfo on a 32-bit x86  plat-
     form:

     example% isainfo -v
     32-bit i386 applications

     example% isainfo -k
     i386

     Example 2: Invoking isainfo on a System Running  the  64-bit
     Operating System on a 64-bit SPARC Processor

     The following example invokes isainfo on  a  system  running
     the 64-bit operating system on a 64-bit SPARC processor:

     example% isainfo
     sparcv9 sparc
     example% isainfo -n
     sparcv9
     example% isainfo -v
     64-bit sparcv9 applications
     32-bit sparc applications
     example% isainfo -vk
     64-bit sparcv9 kernel modules

     Example 3: Invoking isainfo -x on an AMD Opteron CPU

     The following example invokes isainfo with the -x option  on
     an AMD Opteron CPU:

     example% isainfo -x
     i386: fpu tsc cx8 sep cmov mmx ammx a3dnow a3dnowx fxsr sse sse2 pause

EXIT STATUS
     Non-zero        Options are not specified correctly, or  the
                     command is unable to recognize attributes of
                     the system on which it is running. An  error
                     message is printed to stderr.



ATTRIBUTES
     See attributes(5) for descriptions of the  following  attri-
     butes:

     ____________________________________________________________
    |       ATTRIBUTE TYPE        |       ATTRIBUTE VALUE       |
    |_____________________________|_____________________________|
    | Availability                | SUNWcsu                     |
    |_____________________________|_____________________________|


SEE ALSO
     isalist(1),  uname(1),   psrinfo(1M),   sysinfo(2),   attri-
     butes(5), isalist(5)