- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- nfs server
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
06-19-2001 02:36 AM
06-19-2001 02:36 AM
nfs server
Cannot establish NFS service over udp: bind problem.
my nfsconf entries are also enabled for nfs client and server.I believe the nfs.core script is enough to start both the processes server and client for nfs.Pls let me know what else i can do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 02:38 AM
06-19-2001 02:38 AM
Re: nfs server
Filesystems - Network file systems.
SAM will complain more if there is a problem!
Later,
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 02:44 AM
06-19-2001 02:44 AM
Re: nfs server
try
init 1
init 2
/sbin/rc3.d/S*nfs.server start
init 3
You will come to know where it hung
kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 02:47 AM
06-19-2001 02:47 AM
Re: nfs server
netstat -m
If the number of requests for memory denied is high, your server does not have enough memory. Consider adding more memory or using a different host as the NFS server.
Issue the ps -ef command on the NFS server, and check for many instances of the same application. Sometimes an application clones itself indefinitely until it uses up all the available inodes on a system.
The default maximum number of inodes shipped with HP-UX tends to be too small for sites that make extensive use of NFS. Follow this procedure to increase the maximum number of inodes on your NFS server:
Log in as root to the NFS server.
Type /usr/sbin/sam to start SAM (System Administration Manager).
Open Kernel Configuration.
Open Configurable Parameters.
Highlight the line that begins with ninode, and choose Modify Configurable Parameter from the Actions menu.
Increase the value in the Formula/Value field, either by changing the constant multiplier in the formula or replacing the formula with a value. If your ninode value is currently set to the default (606), try changing it to 2048.
Use SAM to regenerate the kernel and reboot the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2001 04:24 AM
06-19-2001 04:24 AM
Re: nfs server
Thanks a lot my nfs server problem is solved.actually i tried klling all the processes pertaining to nfs anf then i started the nfs.core and then nfs.server.it worked
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2004 05:52 PM
03-04-2004 05:52 PM
Re: nfs server
# uname -a
HP-UX wtma20 B.11.00 U 9000/785
Someone please!