Mounting Vxfs 5.0 File system on AIX automatically
Created: 07 Jan 2013 | Updated: 14 Jan 2013 | 4 comments
This issue has been solved. See solution.
Hi,
I need to mount several vxfs file system automatically in AIX 6.1 so that all vxfs file system will be avaliable after reboot.
Please provide me complete procedure to mount VxFs file system in AIX so that all fille system mount automatically abter reboot.
Regards
Pradeep
Discussion Filed Under:
Comments 4 Comments • Jump to latest comment
Just add filesystems to /etc/filesystems (equivalent to /etc/fstab in other O/S's). If you are using Veritas Cluster Server and these fileystemsare are shared between the 2 nodes, then you should configure them in VCS instead.
Mike
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
Below is an example of the format you require in /etc/filesystems:
/mount_point: dev = /dev/vx/dsk/Diskgroup_name/Volume_name mount = true check = false vfs = vxfsUK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
No issue with /etc/vfstab but unable to add in /etc/filesytem.
Ccan you please tell me the complete syntex.
volumes - appvol1
Diskgroup - appdg
mount dir /u01/appdata
Regards
Pradeep Rajput
So this will be:
/u01/appdata: dev = /dev/vx/dsk/appdg/appvol1 mount = true check = false vfs = vxfsUK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
Would you like to reply?
Login or Register to post your comment.