How do I mount NFS FS in AIX?
Mounting an NFS file system on AIX From the root prompt command line of the host server, type mkdir /mnt/ (or mount point) to create a mount point and press Enter. Type ping and press Enter.
How do I start NFS on AIX?
Make sure that the NFS v4 related daemons are started on the NFS server: Verify that the NFS v4 related daemons are started on your server with the lssrc –g nfs command….Start the NFS server by running the following commands, if the NFS server is not yet started:
- mknfs.
- chnfsdom
- startsrc –s nfsrgyd.
How Share NFS on AIX?
Exporting and Mounting Directories via NFS for AIX
- Take the backup of the exports file:
- Create an entry for each directory to be exported, using the full path name of the directory:
- Read the /etc/exports file and export all the directories listed:
- Confirm the exported directory listed:
How do I start Nfsrgyd in AIX?
Examples
- The nfsrgyd daemon is started from the /etc/rc.nfs file.
- To change the parameters passed to the nfsrgyd daemon using the chssys command, enter: chssys -s nfsrgyd -a “-T 360”
How do I start a service in AIX?
Services on AIX
- To make a new service: mkssys -s NAME -p PATH -u UID -S -n15 -f9 -a ‘COMMAND ARGS’
- To start the service: startsrc -s NAME.
- To stop the service: stopsrc -s NAME.
- To delete the service: rmssys -s NAME.
- To automatically start the service at boot-time. Add a line like this to /etc/inittab:
How do I export NFS in AIX?
Exporting and Mounting Directories via NFS for AIX
- To export an NFS filesystem, do the following steps: Take the backup of the exports file: cp -p /etc/exports /etc/exports_bak.
- Mounting the NFS filesystem on the client: Verify if the NFS server has exported the directory. showmount -e
What is mount in AIX?
The mount command instructs the operating system to make a file system available for use at a specified location (the mount point). The mount command mounts a file system expressed as a device using the device or node:directory parameter on the directory specified by the directory parameter.
How do I find a mount in AIX?
Check to see whether the necessary shared file systems are mounted and where they are mounted on cluster nodes in a two-node C-SPOC environment. At boot time, AIX® attempts to check all the file systems listed in /etc/filesystems with the check=true attribute by running the fsck command.
What is etc filesystems?
Description. A file system is a complete directory structure, including a root ( / ) directory and any directories and files beneath it. All of the information about the file system is centralized in the /etc/filesystems file. Most of the file system maintenance commands take their defaults from this file.