z/OS UNIX System Services Planning
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Steps for activating the HFS file system for the first time

z/OS UNIX System Services Planning
GA32-0884-00

Perform the following steps to activate the HFS file system for the first time.

  1. Set up a root file system by putting the following statement in BPXPRMxx.
    ROOT  FILESYSTEM ('OMVS.ROOT')
          TYPE HFS
          MODE(RDWR)  

    _______________________________________________________________

  2. Create a temporary BPXPRMtt member that has the following statement.
    FILESYSTYPE TYPE(HFS) ENTRYPOINT(GFUAINIT)

    _______________________________________________________________

  3. Dynamically add the statements to BPXPRMtt.
    SETOMVS RESET=(tt)

    _______________________________________________________________

  4. From TSO or the ISHELL, do the following:
    1. Unmount the current root file system.
    2. Mount the root data set as the new root file system.
    3. Mount any additional HFS data sets as needed.

    _______________________________________________________________

  5. Add the following statements to the BPXPRMxx member that is used on IPL:
    1. The FILESYSTYPE statement used in Step 2.
    2. A ROOT statement for the root file system.
    3. MOUNT statements for the additional mounts that should be done initially.

    _______________________________________________________________

When you are done, you have activated the HFS file system for the first time.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014