JavaScript is required to for searching.
ナビゲーションリンクをスキップ
印刷ビューの終了
Oracle® ZFS Storage Appliance インストールガイド

ZS3-x、7x20 コントローラ、および DE2-24、Sun Disk Shelf 用

Oracle Technology Network
ライブラリ
PDF
印刷ビュー
フィードバック
search filter icon
search icon

Document Information

このドキュメントの使用法

 1 概要

 2 設置

 3 配線

 4 システムの電源投入および構成

電源

アプライアンスの電源投入および構成

前提条件

ILOM への接続

タスク

電源タスク

アプライアンスの電源投入

構成を完了する

次のステップ

コンソール

概要

初期インストール

コンソールログイン

初期

初期構成

前提条件

サマリー

BUI

管理ポートの構成

CLI

CLI を使用して初期構成を実行する

更新

インストール後のコントローラ更新

CLI

別の方法として、CLI を使用して初期構成セクションを順番に実行できます。各ステップはステップのヘルプを出力して開始し、ヘルプは help と入力して出力し直すことができます。各ステップを完了するには done コマンドを使用します。

CLI を使用して初期構成を実行する

設置で指定したパスワードを使用してログインします。

caji console login: root
Password: 
Last login: Sun Oct 19 02:55:31 on console

To setup your system, you will be taken through a series of steps; as the setup
process advances to each step, the help message for that step will be
displayed.

Press any key to begin initial configuration ... 

この例では、既存の設定 (DHCP サーバーから取得される) をチェックし、「done」と入力して受け入れます。この時点で設定をカスタマイズするには、各コンテキスト (データリンク、デバイス、およびインタフェース) を開始して「help」と入力し、そのコンテキストで使用できるアクションを表示します。追加のドキュメントについては、Oracle ZFS Storage Appliance 管理ガイド の第 4 章ネットワーク構成Network in Oracle ZFS Storage Appliance Administration Guideを参照してください。クラスタ化を構成する場合は、Oracle ZFS Storage Appliance 管理ガイド のクラスタ化におけるネットワークの考慮点のセクションに十分注意してください。

aksh: starting configuration with "net" ... 

Configure Networking. Configure the appliance network interfaces. The first
network interface has been configured for you, using the settings you provided
at the serial console. 

Subcommands that are valid in this context:

   datalinks            => Manage datalinks

   devices              => Manage devices

   interfaces           => Manage interfaces

   help [topic]         => Get context-sensitive help. If [topic] is specified,
                           it must be one of "builtins", "commands", "general",
                           "help" or "script".

   show                 => Show information pertinent to the current context

   abort                => Abort this task (potentially resulting in a
                           misconfigured system)

   done                 => Finish operating on "net"

caji:maintenance system setup net> devices show
Devices:

     DEVICE UP       MAC                      SPEED          
       igb0 true     0:14:4f:8d:59:aa         1000 Mbit/s    
       igb1 false    0:14:4f:8d:59:ab         0 Mbit/s       
       igb2 false    0:14:4f:8d:59:ac         0 Mbit/s       
       igb3 false    0:14:4f:8d:59:ad         0 Mbit/s       

caji:maintenance system setup net> datalinks show
Datalinks:

   DATALINK CLASS          LINKS       LABEL
       igb0 device         igb0        Untitled Datalink

caji:maintenance system setup net> interfaces show
Interfaces:

  INTERFACE STATE  CLASS LINKS       ADDRS                  LABEL
       igb0 up     ip    igb0        192.168.2.80/22        Untitled Interface

caji:maintenance system setup net> done

追加のドキュメントについては、Oracle ZFS Storage Appliance 管理ガイド のDNS サービスのセクションを参照してください。

Configure DNS. Configure the Domain Name Service.

Subcommands that are valid in this context:

   help [topic]         => Get context-sensitive help. If [topic] is specified,
                           it must be one of "builtins", "commands", "general",
                           "help", "script" or "properties".

   show                 => Show information pertinent to the current context

   commit               => Commit current state, including any changes

   abort                => Abort this task (potentially resulting in a
                           misconfigured system)

   done                 => Finish operating on "dns"

   get [prop]           => Get value for property [prop]. ("help properties"
                           for valid properties.) If [prop] is not specified,
                           returns values for all properties.

   set [prop]           => Set property [prop] to [value]. ("help properties"
                           for valid properties.) For properties taking list
                           values, [value] should be a comma-separated list of
                           values.

caji:maintenance system setup dns> show
Properties:
                      <status> = online
                        domain = sun.com
                       servers = 192.168.1.4

caji:maintenance system setup dns> set domain=sf.fishworks.com
                        domain = sf.fishworks.com (uncommitted)
caji:maintenance system setup dns> set servers=192.168.1.5
                       servers = 192.168.1.5 (uncommitted)
caji:maintenance system setup dns> commit
caji:maintenance system setup dns> done
aksh: done with "dns", advancing configuration to "ntp" ...

時間情報プロトコル (NTP) を構成して、アプライアンスのタイムクロックを同期します。追加のドキュメントについては、Oracle ZFS Storage Appliance 管理ガイド のNTP サービスのセクションを参照してください。

Configure Time. Configure the Network Time Protocol.

Subcommands that are valid in this context:

    help [topic]         => Get context-sensitive help. If [topic] is specified,
                           it must be one of "builtins", "commands", "general",
                           "help", "script" or "properties".

   show                 => Show information pertinent to the current context

   commit               => Commit current state, including any changes

   abort                => Abort this task (potentially resulting in a
                           misconfigured system)

   done                 => Finish operating on "ntp"

   enable               => Enable the ntp service

   disable              => Disable the ntp service

   get [prop]           => Get value for property [prop]. ("help properties"
                           for valid properties.) If [prop] is not specified,
                            returns values for all properties.

   set [prop]           => Set property [prop] to [value]. ("help properties"
                           for valid properties.) For properties taking list
                           values, [value] should be a comma-separated list of
                           values.

caji:maintenance system setup ntp> set servers=0.pool.ntp.org
                       servers = 0.pool.ntp.org (uncommitted)
caji:maintenance system setup ntp> commit
caji:maintenance system setup ntp> done
aksh: done with "ntp", advancing configuration to "directory" ...

追加のドキュメントについては、Oracle ZFS Storage Appliance 管理ガイド のActive Directory、NIS、および LDAP のセクションを参照してください。

Configure Name Services. Configure directory services for users and groups. You
can configure and enable each directory service independently, and you can
configure more than one directory service.

Subcommands that are valid in this context:

   nis                  => Configure NIS

   ldap                 => Configure LDAP

   ad                   => Configure Active Directory

   help [topic]         => Get context-sensitive help. If [topic] is specified,
                           it must be one of "builtins", "commands", "general",
                           "help" or "script".

   show                 => Show information pertinent to the current context

   abort                => Abort this task (potentially resulting in a
                           misconfigured system)

   done                 => Finish operating on "directory"

caji:maintenance system setup directory> nis
caji:maintenance system setup directory nis> show
Properties:
                      <status> = online
                        domain = sun.com
                     broadcast = true
                     ypservers = 

caji:maintenance system setup directory nis> set domain=fishworks
                        domain = fishworks (uncommitted)
caji:maintenance system setup directory nis> commit
caji:maintenance system setup directory nis> done
caji:maintenance system setup directory> done
aksh: done with "directory", advancing configuration to "support" ...

ベースとなるデータ冗長性によって特徴付けされるストレージプールを構成し、すべてのファイルシステムおよび LUN でシェアされるスペースを指定します。追加のドキュメントについては、Storage in Oracle ZFS Storage Appliance Administration Guideのセクションを参照してください。

Configure Storage.

Subcommands that are valid in this context:

    help [topic]         => Get context-sensitive help. If [topic] is specified,
                          it must be one of "builtins", "commands", "general",
                          "help", "script" or "properties".

    show                 => Show information pertinent to the current context

    commit               => Commit current state, including any changes

    done                 => Finish operating on "storage"

    config <pool>        => Configure the storage pool

    unconfig             => Unconfigure the storage pool

    add                  => Add additional storage to the storage pool

    import               => Search for existing or destroyed pools to import

    scrub <start|stop>   => Start or stop a scrub

    get [prop]           => Get value for property [prop]. ("help properties"
                          for valid properties.) If [prop] is not specified,
                          returns values for all properties.

    set pool=[pool]      => Change current pool

caji:maintenance system setup storage> show
Properties:
                          pool = pool-0
                        status = online
                       profile = mirror
                   log_profile = -
                 cache_profile = -
caji:maintenance system setup storage> done
aksh: done with "storage", advancing configuration to "support" ...

リモートサポート構成に関する追加のドキュメントについては、Oracle ZFS Storage Appliance 管理ガイド のフォンホームサービスのセクションを参照してください。

Remote Support. Register your appliance and configure remote monitoring.

Subcommands that are valid in this context:

   tags                 => Configure service tags

   scrk                 => Configure phone home

   help [topic]         => Get context-sensitive help. If [topic] is specified,
                           it must be one of "builtins", "commands", "general",
                           "help" or "script".

   show                 => Show information pertinent to the current context

   abort                => Abort this task (potentially resulting in a
                           misconfigured system)

   done                 => Finish operating on "support"

 caji:maintenance system setup support> done
 aksh: initial configuration complete!