# HPE StoreOnce

## Overview

HPE StoreOnce is another product that allows you to store backups from our Storware Backup & Recovery application. As with other providers, here we can also use NFS share.

### Example

To create NFS share from the StoreOnce dashboard, after login goes to StoreOnce -> NAS -> Shares on the left side tree menu. Next, click on the "Create" button in the top right.

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2F7FcMIM57uhJlKzjNPsKl%2Fdeployment-backup_destinations-deduplication_appliances-hpe.jpg?alt=media\&token=76263019-7753-48c7-8446-77ba3b0e715c)

Only one change is required, the rest is optional and depends on your preferences.\
This is the "access protocol", you must select the NFS option.

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2FJLNH7i6tcYoNtKik3011%2Fdeployment-backup_destinations-deduplication_appliances-hpe_2.jpg?alt=media\&token=3c20d185-c751-4111-b945-cb16a7e95127)

After creating it, you'll see a summary window. (remember "Network Path")

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2FGnHBHZaVZ7NHgCNkn2OE%2Fdeployment-backup_destinations-deduplication_appliances-hpe_3.jpg?alt=media\&token=a4d71fcb-d8b0-4a4c-92d8-b37e19d32c1e)

Now connect to the Storware Backup & Recovery node host:

* Create an NFS directory mount point

  `mkdir /directorypath`
* Mount NFS Share

  `mount -t nfs Storeonce_IP:/nas/sharename /mountdirectory`
* Check if you are connected with NFS Share

  `df -kh`

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2FiFEvVuaiPe7UaxDiaz2K%2Fdeployment-backup_destinations-deduplication_appliances-hpe_4.jpg?alt=media\&token=38cbb419-cb6f-4113-95b6-264fd7c259cc)

To permanently add NFS share, you must edit the /etc/fstab file\
`Storeonce_IP:/nas/sharename /mountdirectory nfs defaults 0 0`

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2FwHaxN8oC0k6QQ7mV2aEL%2Fdeployment-backup_destinations-deduplication_appliances-hpe_5.jpg?alt=media\&token=0d9536da-d8a5-4547-ad5c-6ce81d29dacb)

Now we can create a backup destination for our backups.\
Please log in to the Storware Backup & Recovery dashboard and go to the "Backup Destination" tab on the left side menu.\
Then choose "File system" from the list of backup destinations you can create.

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2FwVleUFRTPctB93Qa7Z49%2Fdeployment-backup_destinations-deduplication_appliances-hpe_6.png?alt=media\&token=28a8617e-0a71-4b84-97c7-18ffcb76d811)

You only need to enter the unique name of the backup destination and mount point as the storage path.

![](https://3557270342-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2FOE03dnjP5f5aF1buzl%2Fuploads%2F4zlciTrlYNReZMgdIc0t%2Fdeployment-backup_destinations-deduplication_appliances-hpe_7.png?alt=media\&token=16e3fba3-d6aa-4087-91e2-cec23d559635)
