Error:
An unexpected error occurred. Please click Reload to try again.
Error:
An unexpected error occurred. Please click Reload to try again.
How to Mount an NFS Volume - Knowledge Base - Palo Alto Networks

How to Mount an NFS Volume

30444
Created On 09/26/18 13:55 PM - Last Modified 09/23/22 21:53 PM


Environment




Resolution


This document provides instructions on configuring an NFS mount for Panorama.  Panorama can be configured with an NFS partition, enabling logging beyond the previous 2TB limit, making storage accessible to both members of an HA pair, and leveraging existing network storage.

 

Steps

From the WebGUI:

  1. Log into the Panorama server.
  2. Select the Panorama tab.
  3. Click the Setup link and go into the Operations tab.
  4. Under Miscellaneous options, Select the Storage Partition Setup.

    image1.jpg

  5. Enter the IP address of the server.
  6. Enter the log directory (e.g. /export/panorama).
  7. Set the protocol to TCP or UDP.
  8. Enter the port on which the NFS server is listening.
    • Common NFS ports are UDP/TCP 111 for RPC and UDP/TCP 2049 for NFS.  Both TCP and UDP are supported.  NFS over TCP was introduced in NFSv3.  The server must support it for Panorama to use it.
  9. Enter the Read Size.
  10. Enter the Write Size.
  11. Copy on Setup copies the existing logs to the NFS volume, usually a lot of data.
  12. Select the context of Panorama.
  13. Click Commit.

 

From the CLI:

> configure

# set deviceconfig setting management storage-partition nfsv3 server 10.30.14.245

# set deviceconfig setting management storage-partition nfsv3 log-directory /export/NicePanorama

# set deviceconfig setting management storage-partition nfsv3 protocol tcp

# set deviceconfig setting management storage-partition nfsv3 port 2049

# set deviceconfig setting management storage-partition nfsv3 read-size 32768

# set deviceconfig setting management storage-partition nfsv3 write-size 32768

# commit

 

Optional

Command to enable Copy on setup, which copies the existing logs to the NFS volume.

# set deviceconfig setting management storage-partition nfsv3 copy-on-setup yes

 

 



Actions
  • Print
  • Copy Link

    https://knowledgebase.paloaltonetworks.com/KCSArticleDetail?id=kA10g000000Cm1gCAC&refURL=http%3A%2F%2Fknowledgebase.paloaltonetworks.com%2FKCSArticleDetail

Choose Language