Originally posted by: orphy
First of all, if you have other non-rootvg disks, I would suggest putting this
/oradump filesystem there. You typically don't want to stick any non-OS data
in rootvg unless you have no choice.
1. If you want to have a particular FS living on a particular hdisk,
the way to do it is to create an LV first and then create a filesystem using
the following SMIT path:
-
smitty crfs
--> Add an Enhanced Journaled File System # or pick the JFS path
--> Add an Enhanced Journaled File System on a Previously Defined Logical Volume
Or, you can create a FS in one step (without mklv first) and use migratepv
to move the LV later.
2. The PV (hd) doesn't really have much to do, directly, with a JFS/JFS2 since
PV really talks to LV and LV talks to FS (JFS/JFS2). That's why as long as
you have an LV, you can create an FS on top of it and both JFS & JFS2 can live
on the same VG. Assuming that you don't use INLINE log, the only requirement
is that you need a jfslog or jfs2log for each type of FS.
Orphy! :-)
#AIX-Forum