- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
NFS Gateway Start Automatic
- Labels:
-
Apache Ambari
Created 05-13-2017 04:19 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello guys, Every time i boot my sandbox (HDP 2.5) the ambari shows me that Nfsgateways has not started.
How can i start automatically this service?
Thanks
Created 05-14-2017 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Following document, re-configure the nfs gateway start in-order.
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.8/bk_hdfs_nfs_gateway/content/ch01s02.html
https://hortonworks.com/blog/how-to-enable-nfs-access-to-hdfs-in-hortonworks-sandbox/
Created 05-14-2017 01:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Following document, re-configure the nfs gateway start in-order.
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.2.8/bk_hdfs_nfs_gateway/content/ch01s02.html
https://hortonworks.com/blog/how-to-enable-nfs-access-to-hdfs-in-hortonworks-sandbox/
Created 05-14-2017 03:05 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
To get this started each time you restart your sandbox you can add a few lines to your rc.local startup script: - /etc/rc.local
hadoop-daemon.sh start portmap
hadoop-daemon.sh start nfs3
This will place logs for each service in /var/log/hadoop
.
