I must bu a solaris 10 server and I want to exclude some filesystems and files. This is the result of df -k:
Filesystem kbytes used avail capacity Mounted on /dev/md/dsk/d0 53516942 8158310 44823463 16% / /devices 0 0 0 0% /devices ctfs 0 0 0 0% /system/contract proc 0 0 0 0% /proc mnttab 0 0 0 0% /etc/mnttab swap 41589040 1688 41587352 1% /etc/svc/volatile objfs 0 0 0 0% /system/object /platform/sun4u-us3/lib/libc_psr/libc_psr_hwcap2.so.1 53516942 8158310 44823463 16% /platform/sun4u-us3/lib /libc_psr.so.1 /platform/sun4u-us3/lib/sparcv9/libc_psr/libc_psr_hwcap2.so.1 53516942 8158310 44823463 16% /platform/sun4u-us3/lib /sparcv9/libc_psr.so.1 fd 0 0 0 0% /dev/fd swap 41587432 80 41587352 1% /tmp swap 41634560 47208 41587352 1% /var/run /dev/md/dsk/d3 53516942 38479537 14502236 73% /liveupgrade /dev/md/dsk/d7 984823 3812 921922 1% /global/.devices/[EMAIL PROTECTED] /dev/md/dsk/d6 984823 3813 921921 1% /global/.devices/[EMAIL PROTECTED] /dev/md/oracle_software/dsk/d700 41297394 2193376 38691045 6% /global/oracle /dev/md/oracle_bu/dsk/d600 103259614 15546478 86680540 16% /oracle_bu /dev/md/oracle_db/dsk/d400 413057122 38198640 370727911 10% /global/oracle_db /dev/md/oracle_redo/dsk/d500 156245944 17083320 137600168 12% /global/oracle_redo In the dsm.opt file I specified domain all-local ; In the dsm.sys file I specified: exclude.fs /liveupgrade exclude.dir /cdrom exclude.dir /global/oracle_db/oradata exclude.dir /global/oracle_redo/oradata exclude.dir /proc exclude.dir /tmp exclude.dir /var/tmp when I start the TSM-GUI /cdrom, /global/oracle_db/oradata, /global/oracle_redo/oradata, /var/tmp are excluded (so that's good); but /tmp, /liveupgrade are not excluded and the directory proc (under /) is even not visible??? What must I do/change to make all my excludes successful. (I read that when I use all-local, the /tmp directory is not included but this is not visible in the GUI (is this correct?)). If you need more details don't hesitate to ask. Many thanks in advance.