Integrated File System Introduction
Example: Convert only certain ASPs
System C has six auxiliary storage pools (ASPs) configured: 1 (the system ASP), 2, 4, 8, 10, and 30. None of the file systems have been converted on the system. You want to convert the UDFSs in ASPs 4, 10, and 30 only.
To convert the directories in the UDFSs on certain ASPs:
- Verify the directory format of the file systems. Type CVTDIR OPTION(*CHECK) on the command line to do this.
- Put the system in restricted state.
- Type RCLSTG SELECT(*ALL) on the command line.
- Save the system using the Save menu. Type GO SAVE on the command line, and select option 21.
- Take system out of restricted state.
- Type CVTDIR OPTION(*ESTIMATE) FILESYS(*UDFS) ASP(4) FORMAT(*TYPE2) on the command line.
- Check for any error messages from the *ESTIMATE function.
- Type CVTDIR OPTION(*ESTIMATE) FILESYS(*UDFS) ASP(10) FORMAT(*TYPE2) on the command line.
- Check for any error messages from the *ESTIMATE function.
- Type CVTDIR OPTION(*ESTIMATE) FILESYS(*UDFS) ASP(30) FORMAT(*TYPE2) on the command line.
- Check for any error messages from the *ESTIMATE function.
- Verify all ASPs have enough available auxiliary storage space.
- Type CVTDIR OPTION(*CONVERT) FILESYS(*UDFS) ASP(4) FORMAT(*TYPE2) on the command line.
- Check for any error messages from the *CONVERT function
- Type CVTDIR OPTION(*CONVERT) FILESYS(*UDFS) ASP(10) FORMAT(*TYPE2) on the command line.
- Check for any error messages from the *CONVERT function
- Type CVTDIR OPTION(*CONVERT) FILESYS(*UDFS) ASP(30) FORMAT(*TYPE2) on the command line.
- Check for any error messages from the *CONVERT function
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]