Mount Points? How?

Hi folks,

I have been asked to performed the following:

Add the following new moint points systemA:/avp and SystemB:/usr/sap/trans to be the new linux server ZZZ

How can I add those mount points and how those mount points can become another linuz server?:wall::wall::wall:

Those look like NFS mount points, but I don't understand what they're asking you to do with them on what machine. Can you clarify? Do you know what mount points you already have?

My guess is that systemA needs to export /avp and systemZZZ needs to mount it. You export stuff by putting it in /etc/exports (and run exportfs). You mount it by add a entry to /etc/fstab (and run mount). After the next reboots the entries in the files should be enough. Running exportfs/mount manually eliminates the need for an immediate reboot.