neo4897123
Technical User
Hi All,
I am new to AIX. I am having problems mounting a filesystem after a system reboot.
Steps:
1. Create and Map LUN to host
2. On the host, to detect/configure the LUN: /usr/sbin/cfgmgr
3. Create a filesystem: mkfs -V vxfs /dev/hdisk757
4. Create a mountpoint: mkdir -p /mnt/testlun; chmod 777 /mnt/testlun
5. Mount the filesystem: mount -V vxfs -o log=INLINE /dev/hdisk757 /mnt/testlun
6. Populate the /etc/filesystems:
echo '
/mnt/testlun:
dev = /dev/hdisk757
vfs = vxfs
log = INLINE
mount = automatic <--- Tried using "true"
check = false' >> /etc/filesystems
7. touch a file
8. ls /mnt/testlun
testfile1
9. reboot
After the system reboots, I don't see the filesystem in the df output.
Are the above steps correct?. Do I need to use some kind of container like volume group or diskgroup for veritas, before I can create a filesystem on it.?.
Thanks...
I am new to AIX. I am having problems mounting a filesystem after a system reboot.
Steps:
1. Create and Map LUN to host
2. On the host, to detect/configure the LUN: /usr/sbin/cfgmgr
3. Create a filesystem: mkfs -V vxfs /dev/hdisk757
4. Create a mountpoint: mkdir -p /mnt/testlun; chmod 777 /mnt/testlun
5. Mount the filesystem: mount -V vxfs -o log=INLINE /dev/hdisk757 /mnt/testlun
6. Populate the /etc/filesystems:
echo '
/mnt/testlun:
dev = /dev/hdisk757
vfs = vxfs
log = INLINE
mount = automatic <--- Tried using "true"
check = false' >> /etc/filesystems
7. touch a file
8. ls /mnt/testlun
testfile1
9. reboot
After the system reboots, I don't see the filesystem in the df output.
Are the above steps correct?. Do I need to use some kind of container like volume group or diskgroup for veritas, before I can create a filesystem on it.?.
Thanks...