HP D2D HP StorageWorks Linux and UNIX configuration guide for D2D Backup Syste - Page 21

Configuring the HP D2D Backup System for NAS (NFS)

Page 21 highlights

To verify that the Linux machine now has access to the target device, use the following command: localhost:~ $ cat /proc/scsi/scsi The output of this command will be a list of all the configured SCSI devices on the system, including the HP StorageWorks D2D Backup System. An example output would be: Attached devices: Host: scsi4 Channel: 00 Id: 00 Lun: 00 Vendor: HP Model: MSL G3 Series Rev: pc81 Type: Medium Changer ANSI SCSI revision: 03 Host: scsi5 Channel: 00 Id: 00 Lun: 00 Vendor: HP Model: Ultrium 3-SCSI Rev: pc81 Type: Sequential-Access ANSI SCSI revision: 03 Configuring the HP D2D Backup System for NAS (NFS) The D2D Backup System NAS interface should be configured to use NFS as the Access Protocol when backing up data using Linux. The NFS share can then be mounted in Linux using the mount command. For example: localhost:~ $ mount 192.168.0.100:/nas/D2DBackupShare /mnt/D2DBackupShare The D2D Backup System supports NFSv3. To explicitly mount the D2D Backup System using NFSv3, the following syntax should be used: localhost:~ $ mount -t nfs -o nfsvers=3 x.x.x.x:/ D2D Backup System 21

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52

To verify that the Linux machine now has access to the target device, use the following command:
localhost:~ $ cat /proc/scsi/scsi
The output of this command will be a list of all the configured SCSI devices on the system, including
the HP StorageWorks D2D Backup System. An example output would be:
Attached devices:
Host: scsi4
Channel: 00
Id: 00
Lun: 00
Vendor: HP
Model: MSL G3 Series
Rev: pc81
Type:
Medium Changer
ANSI SCSI revision: 03
Host: scsi5
Channel: 00
Id: 00
Lun: 00
Vendor: HP
Model: Ultrium 3-SCSI
Rev: pc81
Type:
Sequential-Access
ANSI SCSI revision: 03
Configuring the HP D2D Backup System for NAS (NFS)
The D2D Backup System NAS interface should be configured to use NFS as the Access Protocol when
backing up data using Linux.
The NFS share can then be mounted in Linux using the mount command. For example:
localhost:~ $ mount 192.168.0.100:/nas/D2DBackupShare /mnt/D2DBackupShare
The D2D Backup System supports NFSv3. To explicitly mount the D2D Backup System using NFSv3,
the following syntax should be used:
localhost:~ $ mount –t nfs –o nfsvers=3 x.x.x.x:/<name of share> <local mount>
D2D Backup System
21