#device device mountFSfsckmountmount
#to mountto fsck pointtypepassat boot options
#
fd-/dev/fd fd-no-
/proc-/procproc-no-
#
#
#dev/dsk/cxtxdxsx--swap-no-
#xxxxxxxx/ufs1nologging
#xxxxxxxx/varufs1nologging
#
#
/dev/md/dsk/dXX --swap-no-
/swapvol1--swap-no-
/dev/md/dsk/dXX /dev/md/rdsk/dXX /ufs1nologging
/dev/md/dsk/dXX /dev/md/rdsk/dXX/varufs1nologging
/dev/md/dsk/dXX0 --swap-no-
/dev/md/dsk/dXX0 --swap-no-
#
swap-/tmptmpfs-yes-
Thanks
MadhuSree
swap -l
swapfile dev swaplo blocksfree
/dev/md/dsk/d1085,1016 42026720
/dev/md/dsk/d6085,6016 42026720
/dev/md/dsk/d7085,7016 420267216
/swapvol1 -16 65011696 52763808
is the swap -l output
swapvol1 is not mounting after reboot,hence after reboot we are seeing low swap problem,Pl advice
Thanks
Madhu
Hi Madhu,
The /swapvol1 is a file, right? What are the permissions and file modes? Did you create the file with mkfile <size> swapvol1?
During boot the /sbin/swapadd script will add all entries in /etc/vfstab which have a 'swap' special entry. I've just tested the same config as you have and it works as expected:
$ swap -l
swapfile dev swaplo blocksfree
/dev/dsk/c0t0d0s1136,916 2101184 2101184
/Xenon/swap/hansolo-16 65011696 65011696
$ ls -l /Xenon/swap/hansolo
-rwT1 rootroot33285996544 Dec 23 14:53 /Xenon/swap/hansolo
Do you really need a 31 GB swap space? What kind of system are you running, how much physical memory does it have?
Regards,
Hans
Assuming your vfstab entry is good (verify with grep /swapvol1 /etc/vfstab | /sbin/swapadd), then try running:
/etc/rc2.d/S73nfs.client start
This is the rc script that launches swapadd upon boot up
In some envoirnments, JASS/SST is used to comment out this service from starting.