Forum Discussion

MIG31's avatar
MIG31
Level 4
12 years ago

verification

HAllo fellas I am i on the right direction and if you guys can advice on the next step fron here i will really appreciate, am i  formatting the filesystems and create mount points  using vxfs .and wh...
  • mikebounds's avatar
    12 years ago

    You can link resouces anytime after you have create both resources and before you try to online the group with command:

    hares -link mntGroup VolGroup
    hares -link VolGroup appsDG

    A few additional comments:

    1. Volume resources are not required unless your app is using raw volume, but you have normal filesystem so Volume resource is optional and not normally created
       
    2. Your naming convention is not good as mntGroup and VolGroup and resources not groups - appsGroup is the group, so if for instance your mount point is /data, then I would use something like data_mnt

    Mike