SAM is suppose to be executed be the superuser only, but for special reasons non-superusers can be setup to run restricted sam.
I believe you friend is setup to run restricted SAM and you are not.
Since you are using fsadm then it meanshave online jfs install and you are trying to extend your filesystem online.
if /dev/vg00/lvol8 mount to /home
lvextend -L 300 /dev/vg00/lvol8
fsadm -b 300M /home
This should work for you.
Dd a find to find all files greater than x days. Confirm if you need the files , else delete them.
find /var –mtime –x –print
(will find all files created x day back).
and
find /var –size +1000000000c –exec ls –ld {} \; | more
(Will find files in /var that are...
Try frecover from the source tape drive and pipe to fbackup to the destination tape drive. I don't know the right options off head , and l can't log into my server right now.
example:
frecover -options /dev/rmt/0m|fbackup -options /dev/rmt/1m
source...
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.