Nfs


 
Thread Tools Search this Thread
Operating Systems HP-UX Nfs
# 1  
Old 12-01-2003
Nfs

This morning when I started my system the following occured:
During the HP-UX Startup in progress sessions, when it gets down to "NFS Server" it altenates between "wait" and "busy" and that's as far as it gets. Can this be bypassed ?
Any help will be greatly appreciated
# 2  
Old 12-01-2003
Boot into single mode. Edit the file /etc/rc.config.d/nfsconf

There will be a line that says:
NFS_SERVER=1

Change that value to 0 and reboot.
# 3  
Old 12-02-2003
When I boot to single mode, I cannot run some of the applications such as SAM, VI,..
Error displayes "file can not be found"however the file is there.
Any suggestions



EDIT: hey SEB, aside from creation of multiple thread instead of simply replying..please try to have your thread subject have something to do with the content ofthe thread. this goes especially for actual thread titles. i will change this one for you.

Last edited by norsk hedensk; 12-08-2003 at 11:10 PM..
# 4  
Old 12-02-2003
are you sure it is there? maybe the file is not located in your $PATH.
try this:
whereis vi

then type out the full path it gives you to vi. whereis dosnt search in YOUR path, it searches in all common locations for files.

if you dont have the 'whereis' command, then search for the file, then run it with its full path.
# 5  
Old 12-03-2003
NFS

Sorry, I meant to reply not to create a new post.



I forgot to mention that IP address and DNS address was also changed.
# 6  
Old 12-08-2003
Tcp

I change the TCP/IP seetings as well as the DNS now I the system hungs during NFS services. I am not a unix user, is there some basic instructions (url or anything)how to set up tcp services.
Any help will be greatly appreciated
# 7  
Old 12-08-2003
SEB, you gotta find that reply button. By posting your replies in multiple threads you caused me to miss one. I have merged all of your threads into one.

When you boot into single user mode only your file system is mounted. You need to mount /usr and /var at least (if they are separate file systems). Then edit the file. Then umount what ever you mounted and reboot.

Since you changed stuff and screwed up your system, changing things back the way they were might be a useful step. Did you make notes to help you get back to a known state?

If you can get things squared away enough to get a login prompt, sign on as root. Use:
/etc/set_parms ip_address
and follow the instructions to set your ip address. THen use:
/etc/set_parms addl_netwrk
and follow the instructions to srt the subnet mask, default gateway, etc.

HP's documentation is pathetic. What little there is can be found here. Once there was a NFS Administrator's Guide, and a Managing Berkeley/ARPA Network Services. But HP dropped them years ago. Read that website quick before they drop something else.

I think that HP is dropping documentation to make people take their classes. Maybe you should take a few of them. If you're not a unix user, you should not be reconfiguring a box.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

NFS write error on host xyz: Stale NFS file handle - Solaris 10

Oct 13 12:19:15 xyz nfs: NFS write error on host xyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: (file handle: 68000000 1bc5492e 20000000 377c5e 1ce9395c 720a6203 40000000 bdfb0400) Oct 13 12:19:15 xyz nfs: NFS write error on host zyz: Stale NFS file handle. Oct 13 12:19:15 xyz nfs: ... (5 Replies)
Discussion started by: psychocandy
5 Replies

2. Shell Programming and Scripting

Mount NFS Share On NFS Client via bash script.

I need a help of good people with effective bash script to mount nfs shared, By the way I did the searches, since i haven't found that someone wrote a script like this in the past, I'm sure it will serve more people. The scenario as follow: An NFS Client with Daily CRON , running bash script... (4 Replies)
Discussion started by: Brian.t
4 Replies

3. AIX

AIX NFS Server and NFS Client

Hi 2 ALL, try to run NFS Server in AIX 7.1 : 1. Step by step on NFS Server node mkdir /tmp/test chgrp staff /tmp/test chmod 775 /tmp/test-- create export directory (fs) mknfsexp -d /tmp/test -t ro exportfs -va show mount -e :/# exportfs -av exports: 1831-187 re-exported /tmp/test... (4 Replies)
Discussion started by: penchev
4 Replies

4. Solaris

Help need with NFS

Hello All, I'm having a challenge mounting an NFS share on a Windows 2012 Server to my Solaris 10 box. I run the following command and get the preceeding error: bash-3.00# mount -F nfs ServerIP:/Folder/Path /local/folder/ nfs mount: mount: /local/folder: Operation not supported I've... (5 Replies)
Discussion started by: bbbngowc
5 Replies

5. Solaris

Window NFS VS Solaris NFS

Hi all, currently i wish to build a NFS server (windows based), is it the I/O speed will slower than the NFS server in Solaris? any impact, i using the NFS in windows? (2 Replies)
Discussion started by: SmartAntz
2 Replies

6. Solaris

Solaris 9 as a nfs client -- centos as a nfs server.

Hello, I have a centos as nfs server, its name is centos_A. After I finish the setup of the nfs server, the other linux can access this nfs server immediately via /net/centos_A/* But, My solaris 9 can not access /net/centos_A/* immediately. I have to leave /net/centos_A, and wait for about... (1 Reply)
Discussion started by: bruceharbin
1 Replies

7. Solaris

All dependicies of nfs service is online but nfs is offline

Hi all in my server all nfs dependices are online but nfs client is offline root@BIWAPP1 # svcs -a|grep nfs disabled Sep_05 svc:/network/nfs/server:default online Sep_05 svc:/network/nfs/rquota:default online Sep_05 svc:/network/nfs/mapid:default online ... (9 Replies)
Discussion started by: spandhan
9 Replies

8. Solaris

NFS write error on host : Stale NFS file handle

:confused:Hi all When i see in the /var/adm/messages, i saw the following error unix: NFS write error on host : Stale NFS file handle. unix: (file handle: 45ca415 3e7 a0000 2c7f6 3ebfc25f a0000 2 3e49) It is using sunOS 5.7. Is anybody know what is this error? Is is related to any network... (2 Replies)
Discussion started by: AirWalker83
2 Replies

9. UNIX for Dummies Questions & Answers

mount -o llock -F nfs vs mount -F nfs

Hi, We encountered NFS issue (solaris) especially running on Oracle application. Problem such as forms hang when close button is click, concurrent job shows running status all time. Understand we need to use mount -o llock -F nfs instead of mount -F nfs to eliminate? this problem.. Can... (1 Reply)
Discussion started by: KhawHL
1 Replies
Login or Register to Ask a Question