Login  Register

mount filesystem AIX

classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

mount filesystem AIX

Roshan
1294 posts
Hi Erman,

do you know how to mount AIX filesystem in /etc/filesystems?

I do not know how to plugin the parameters

Filesystem to be mounted:

10.178.1.60:/data/col1/orabkup /orabkup nfs rw,hard,rsize=32768,wsize=32768,proto=tcp,vers=3,timeo=600,actimeo=0,addr=10.178.1.60 0 0


from /etc/filesystems

/exec/applis:
        dev             = /dev/lv_applis
        vfs             = jfs2
        log             = /dev/loglv00
        mount           = true
        options         = rw
        account         = false

Regards,

Roshan
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: mount filesystem AIX

ErmanArslansOracleBlog
Administrator
5727 posts
This is an AIX related question, but still will try to answer it.

use mknfsmnt.

The mknfsmnt command is used for appending an entry to the /etc/filesystems file, thus making a file system available for mounting. If the mount is to be permanent, this entry remains. If the mount is temporary, the flags are used directly for the mount command.

Read this: https://www.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.networkcomm/nfs_mounting_xplicit.htm



Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: mount filesystem AIX

Roshan
1294 posts
Thanks a lot man :)
The command works