Operating System - HP-UX
1833828 Members
2047 Online
110063 Solutions
New Discussion

correct syntax to specify NFS mount option for INSTALLFS

 
kholikt
Super Advisor

correct syntax to specify NFS mount option for INSTALLFS

Hi,

Due to some subnet performance issue, I have to specify the rsize and wsize of the NFS mount for the client to be 2048.

This is fine when I do a make net recovery as I can specify this in the /etc/fstab.

However, for recovery I am using a bootable tape to contact Ignite UX sever. The archive is around 400MB, I need to be able to specify how the client mount the NFS.

As from my previous post, I was suggested to use the following syntax

init _hp_nfs_mount_opts="-orsize=2048 -owsize=2048"

This syntax doesn't work correctly.

I have tried the following syntax as well

_hp_nfs_mount_opts="-orsize=2048 -owsize=2048"

But the result is still the same.

By the way how can I also include the timeo option as well.
abc