QuestionQ8
Storage ManagementA critical application stores its configuration files and database in the JFS2 filesystem /app.
To avoid application downtime, which action would you take to create a point-in-time-consistent volume group backup by using savevg?
- A Quiesce the application and unmount the file system /app then run savevg backup
- B Reboot the system into single user mode and then run savevg backup when the OS starts
- C Find application process id (ps -ef ...) and execute echo kill -6 /proc/pid and then run savevg
- D Use the appropriate flag to create a snapshot and then backup the snapshot
Community Discussion