Link to home
Start Free TrialLog in
Avatar of JeffBeall
JeffBeallFlag for United States of America

asked on

AIX

i have an old AIX box, and i need to mount some Ubuntu server nfs shares. it wasn't working until i googled and found this
nfso -o nfs_use_reserved_ports=1
that worked great, and now i can mount my nfs shares. however, to make this permenant it said to edit
/etc/rc.nfs
and i assume add the nfso line. i read through rc.nfs and i'm not sure where or how to add
nfso -o nfs_use_reserved_ports=1
( when i say i dont know how to add it, i mean if there is some special syntax, i use vi to edit files.)
ASKER CERTIFIED SOLUTION
Avatar of woolmilkporc
woolmilkporc
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JeffBeall

ASKER

thank you.