What is the exact error?
Most likely you have that file system in /etc/vfstab, and the optikns you
are usingfrom command line
do not match what u have in vfstab.
So what I am talking about is this, example.
vfstab:
/dev/vx/dsk/testdg/v1 /dev/vx/rdsk/testdg/v1 /vxfs vxfs 2 no largefiles
longstar / > mount -F vxfs /dev/vx/dsk/testdg/v1 /vxfs
UX:vxfs mount: ERROR: mount option(s) incompatible with file system
/dev/vx/dsk/testdg/v1
longstar / > mount -F vxfs -o largefiles /dev/vx/dsk/testdg/v1 /vxfs
UX:vxfs mount: ERROR: mount option(s) incompatible with file system
/dev/vx/dsk/testdg/v1
This is because largefiles is not enabled. You have to either make fs with
largefiles or mount it and then enabled it with fsadm.
So take out vfstab line and then mount.
longstar / > mount -F vxfs /dev/vx/dsk/testdg/v1 /vxfs
longstar / >
longstar / > /usr/lib/fs/vxfs/fsadm /vxfs
nolargefiles
longstar / > /usr/lib/fs/vxfs/fsadm -o largefiles /vxfs
longstar / > /usr/lib/fs/vxfs/fsadm /vxfs
largefiles
Uncomment vfstab.
/dev/vx/dsk/testdg/v1 /dev/vx/rdsk/testdg/v1 /vxfs vxfs 2 no largefiles
longstar / > umount /vxfs
longstar / >
longstar / > mount -F vxfs /dev/vx/dsk/testdg/v1 /vxfs
There is no need to mount it with largefiles. ALL u need to enable
largefiles is use fsadm.
Sorry for the long answer :)
-Dan
-Dan
-----Original Message-----
Romero
Sent: Tuesday, March 19, 2002 9:46 AM
Subject: [Veritas-vx] largefile options
Guys,
In a bind. Need to mount a vxfs filesystem with the largefiles
options but I keep getting an incompatible error message. I thought
Veritas supported the largefiles options for Solaris?
Platform Solaris8
VM 3.02
I need info in a hurry...I have DBA's screaming to do a restoral.
Thanks in advance.
Randy Romero
In a world without walls and fences, who needs Gates and Windows?
_______________________________________________
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-vx