Veritas NetBackup™ Appliance Commands Reference Guide
- Overview
- 付録 A. Main > Appliance commands
- 付録 B. Main > Manage > FibreChannel commands
- 付録 C. Main > Manage > HighAvailability commands
- 付録 D. Main > Manage > Libraries commands
- 付録 E. Main > Manage > Libraries > Advanced > ACS commands
- 付録 F. Main > Manage > License commands
- 付録 G. Main > Manage > MountPoints commands
- 付録 H. Main > Manage > NetBackup CLI commands
- 付録 I. Main > Manage > OpenStorage commands
- 付録 J. Main > Manage > Software commands
- 付録 K. Main > Manage > Storage commands
- 付録 L. Main > Manage > Tapes commands
- 付録 M. Main > Manage > Certificates commands
- 付録 N. Main > Monitor commands
- 付録 O. Main > Network commands
- 付録 P. Main > Network > Security (IPsec) commands
- 付録 Q. Main > Reports commands
- 付録 R. Main > Settings commands
- 付録 S. Main > Settings > Alerts commands
- 付録 T. Main > Settings > Notifications view commands
- 付録 U. Main > Settings > Security commands
- 付録 V. Main > Support commands
名前
Main > Manage > MountPoints >Mount — リモート NFS ドライブをバックアップソースとしてマウントするために使用します。
概要
Mount RemotePathMountPoint[FileSystemType][Options]
説明
Mount コマンドは、NFS ドライブをバックアップソースとしてマウントするために使用します。
オプション
- Mount RemotePathMountPoint [FileSystemType] [Options]
リモート NFS デバイスをバックアップソースとしてマウントするために使用します。Use the parameters RemotePath、MountPoint、[FileSystemType]、および [Options] パラメータを使って NFS ドライブの詳細を指定します。 このコマンドには次のパラメータが含まれています。
RemotePath
マウントするデバイスのアドレスまたはディレクトリを提供します。デバイス名を書き込むには、HOST:DIRECTORY 形式を使ってください。
MountPoint
デバイスのマウント先となるローカルマウントポイントの名前を指定します。これは、/mnt/remote のサブディレクトリとして表示されます。コマンドが正常に実行されると、このサブディレクトリが /mnt/remote に作成されます。
メモ:
マウントポイント名だけ (garry など) でなく、ディレクトリの絶対パス (/tmp/garry など) を指定すると、エラーが表示されることがあります。
[FileSystemType]
マウントされるデバイスの種類を識別します。
[Options]
Mount コマンドとともにアプライアンスに渡されるパラメータの、カンマで区切ったリストを指定します。NFS ドライブのマウントに固有のオプションのみを使うことができます。
例
次に、Mount コマンドを実行して garry をマウントする場合の出力例を示します。
abc123.MountPoints> Mount abc456:/storage garry - [Info] Successfully mounted the requested source on '/mnt/remote/garry'.
次に、マウントポイントを一覧表示するときの出力例を示します。
abc123.MountPoints> list abc456:/storage on /mnt/remote/garry type nfs (rw,relatime,vers=3,rsize= 32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys, mountaddr=10.182.1.249,mountvers=3,mountport=695,mountproto=udp,local_lo ck=none,addr=10.182.1.249)