To find any files that have been modified in the last 60 days execute:
find /<path_to_file_system> -xdev -mtime +60 -type f -exec ls -ld {} \; > /tmp/filechanges.out
This will check only the specific file system for files modified in the last 60 days and it will create a long listing...
You didn't say what version of HACMP you are running. My experience with AIX 5.1 and HACMP 4.5 is that it cannot properly handle volume groups with vpaths through the smit menus. The volume group must be created from the command line using "mkvg4vp" (you can include all the vpaths in this...
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.