- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: exportfs -a command fails!
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
Forums
Discussions
Discussions
Discussions
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
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
04-03-2002 02:43 AM
04-03-2002 02:43 AM
I am facing two problems on one of my HP-UX 10.20 machine. Maybe both of them are related, We are not able to find the solution for them yet. Please let us know if anybody has any suggestions for this
First:
The problem occurs when we try to export NFS on this machine.
On giving exportfs -a command it is gives the error, System call fail and causes a Core dump.
We have tried doing the following:
1.We changed the file /etc/rc.config.d/nfsconf and updated the entry NFS_SERVER=1. But no results.
2.Made the file /etc/exports. And added the necessary entry. But no results here too.
3.Started the nfs server using the command nfs.server start butit gave the error bad system calls, core dump!
4.We also checked
that /usr/lib/netsvc/fs automount - f /etc/auto_master, /usr/sbin/rpc.mountd and /usr/sbin/portmap are running but /usr/sbin/nfsd is not running.
Please let us know if anybody has idea about this problem.
Second:
utility software sam is not running properly. We are not able to update many parameters using sam. Because of this we are even not able to start the NFS or modify the kernal parameters.
It gives the error unable to read /stand/vmunix
I have attached the samlog for your reference.
Thanks you..
And Looking forward fro some quick replies..
Amit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 02:51 AM
04-03-2002 02:51 AM
SolutionAs you seem to be getting problems with the actual vmunix I would rebuild the kernel and restart the system first off all.
cd /stand/build
mk_kernel -s system
mv /stand/system /stand/system.old
mv /stand/vmunix /stand/vmunix.old
mv /stand/build/vmunix_test /stand/vmunix
cd /
shutdown -ry now
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 02:54 AM
04-03-2002 02:54 AM
Re: exportfs -a command fails!
try starting nfsd manually. #nfsd 4
before that run this #rpcd
pl get back
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 03:51 AM
04-03-2002 03:51 AM
Re: exportfs -a command fails!
After sucessful rebuild kernel and reboot.
if problem still persists , install latested NFS patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2002 04:39 AM
04-03-2002 04:39 AM
Re: exportfs -a command fails!
After recompiling the kernel both the problems were resolved.
Thanks once again for ur support!
Amit