How do I NFS export ScaleArc Volume?
Release | Document Status | DB Platform | Categories |
All | INFO | All | Troubleshoot |
You can export ScaleArc /currentlogs folder onto another linux box and issue log processing script over there..
On ScaleArc Box
1. service rpcbind start
2.add following entry in /etc/exports
/data/logs/currentlogs *(ro,sync)
3. /etc/init.d/nfs restart
On client
1. mkdir /scalearc_logs
2. mount -t nfs4 <scalearc ip>:/data/logs/currentlogs /scalearc_logs
If you are experiencing issues with ScaleArc or with any of it's features, please contact ScaleArc Support. We are available 24x7 by phone at 855 800 7225 or +1 408 412 7315. For general support inquiries, you can also e-mail us at support@scalearc.com.
Copyright ©2014 ScaleArc, Inc. All rights reserved. Contact Support | Contact ScaleArc | Feedback 2901 Tasman Drive Santa Clara, CA 95054 | Email: support@scalearc.com
|
Permalink: https://support.scalearc.com/kb/articles/3903 |