1833085 Members
3373 Online
110050 Solutions
New Discussion

Mount NFS and Patches

 
SOLVED
Go to solution
Angela L. Shepherd_1
Occasional Advisor

Mount NFS and Patches

1. I have a filesystem nfs mounted from another machine. I added the information to my /etc/fstab file. However, I have to manually mount the file system everytime I reboot the machine. Is there a solution to this problem.

2. I downloaded the following patches from ITRC two days ago: PHKL_22030 and PHCO_21267. I tried to download them today and their not available.
3 REPLIES 3
Steffi Jones_1
Esteemed Contributor

Re: Mount NFS and Patches

Hello Angela,

1. You might want to check the syntax of the entry of the fstab file or post it here so that we can look at it.

2. The patches you mentioned are:
PHCO_21267 cumulative SAM/ObAM patch
PHKL_22030 I/O pdir, SBA
They are not likely to fix an nfs patch.
Here is a list of nfs related patches I would install:

System: 800, HPUX: 11.0
***********************

PHKL_18543 PM/VM/UFS/async/scsi/io/DMAPI/JFS/perf patch
PHKL_19202
fsadm panic if extending root on 11.x
PHKL_20016
2nd CPU not recognized in G70/H70/I70
PHCO_20531
mount(1M) cumulative patch
PHNE_20949
HyperFabric B.11.00.0[0-8] cumulative patch
PHCO_21267
cumulative SAM/ObAM patch
PHNE_22125
ONC/NFS General Release/Performance Patch
PHCO_22314
libc cumulative patch
PHNE_22353
LAN product cumulative patch
PHNE_22397
cumulative ARPA Transport patch
PHKL_22432
VxFS 3.1 icache cumulative patch
PHCO_22453
fsck_vxfs(1M) cumulative patch
PHNE_22566
Cumulative STREAMS Patch
PHKL_22589
LOFS, select(), IDS/9000 and umount race fix
PHKL_22677
fix of getdirentries, MVFS, rcp, mmap & IDS
PHKL_22744
VM, async, hyperfabric, ttrace, buffer cache
PHKL_22792
Fix VM page read-ahead panics
PHKL_22840
IDS/9000; syscalls related to file/socket
PHKL_23002
pthread, thread hang, nfs/tcp panic, chanq
PHCO_23117
bdf(1M) cumulative patch

Hope that helps a bit,

Steffi Jones
Angela L. Shepherd_1
Occasional Advisor

Re: Mount NFS and Patches

Thank you very much.

I don't need the patches for my nfs problem. I was told that I needed these patches installed to use Fibre Channel software.
Thomas Kollig
Trusted Contributor
Solution

Re: Mount NFS and Patches

Hi Angela,

is the exported nfs file system ready (machine is booted,...) when you boot your machine?

I use automount for mounting nfs file systems. If automountd is running, you just have to add to /etc/auto_cluster something like this:

/mountpoint -rw,suid,delaylog,datainlog xxx.xxx.xxx.xxx:/exported_fs
(IP address)

Bye,

Thomas Kollig