- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- how to restart (Reread) samba and nfs
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2009 01:22 AM
тАО03-20-2009 01:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2009 01:26 AM
тАО03-20-2009 01:26 AM
Re: how to restart (Reread) samba and nfs
/etc/init.d/samba stop
/etc/init.d/samba start
nfs
/etc/init.d/nfs stop
/etc/init.d/nfs start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2009 01:46 AM
тАО03-20-2009 01:46 AM
Re: how to restart (Reread) samba and nfs
In linux all the startup scripts will be there in /etc/init.d whereas in HP-UX it will be in /sbin/init.d
For samba,
/sbin/init.d/samba stop
/sbin/init.d/samba start
There are three services available as for as NFS is concern
/sbin/init.d/nfs.core stop/start
/sbin/init.d/nfs.client stop/start
/sbin/init.d/nfs.server stop/start
You can stop and start whichever service you need.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2009 07:48 AM
тАО03-20-2009 07:48 AM
SolutionIf you're just changing NFS exports on the server side you don't need to restart anything, just run "exportfs -a" to reload /etc/exports.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-20-2009 08:35 PM
тАО03-20-2009 08:35 PM
Re: how to restart (Reread) samba and nfs
/sbin/init.d/samba stop
/sbin/init.d/samba start
Also have a look on this thread,
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=994935
-------------------------------------
Regards!