Hi,
vdump does backups of filesets, so make a directory per filesystem on the local machine.
Mount them all on the local machine (for an example mount -t nfs remotesystem:/usr_backup /mnt/usr_backup)
Make clones of every filesystem (for an example clonefset usr_domain#usr usr_clone).
Mount the...
Yes, there is. You need a program called lsof (ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/) . To kill a telnet session you need the PID of its telnetd process. And to obtain this PID, you could use lsof this way:
lsof -i | grep <port_number>
It would return one or more lines, containing the...
I've found that sometimes df does not report right, it's output display a false filesystem occupation. Try a quotacheck over the filesystem and then the df command, sometimes it is fixed this way. You can use quotacheck <mount point> or quotacheck filedomain#fileset , it does not need...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.