| Blogs | Classifieds | Downloads | FlashChat | Gallery | Googlemap | Invite Friends | Links | Projects | Reviews | Wiki |
| |||||||||
Welcome to the pSeries Tech Forums,
our free peer-based support site for administrators, engineers and architects working with IBM pSeries servers and software. You are currently viewing our site as a guest which gives you limited access to view most discussions, articles, tutorials and access our other free features. By joining our community you will be able to collaborate with administrators, engineers and architects charged with designing, delivering or maintaining IBM pSeries server environments. Founded by a recognized IBM pSeries consultant and IBM Redbook author, pSeries Tech Forums was developed with the single mission of bringing IBM pSeries professionals together into a single self-help community. Registration is fast, simple and absolutely free to all IT professionals with responsibility for or interest in IBM pSeries servers. We invite you to join our community today! If you have any problems with the registration process or your account login, please contact contact support. |
| Our Sponsors | |
| | |
| Want to advertise? | |
![]() |
| | LinkBack | Thread Tools |
|
#1
| ||||
| ||||
I would like to define a filesystem restricted to one physical volume. I tried defining a logical volume first and then creating filesystem on it. For some reason, I cannot create extended file system on this volume, only non-extended, because the lv does not show up in the list of lv's in smitty for the extended filesystem creation menu item but shows up for "normal" filesystems. All of my current filesystems are JFS2. I want to do this in order to
|
|
#2
| ||||
| ||||
That means you did not select the right "Logical volume TYPE" when you create the LV. Actually, I'd prefer using command line to create LV and FS. 1. # mklv -t jfs2 -y lv_name vg_name number_of_LV PV 2. # crfs -v jfs2 -d lv_name -m /mount_point -A yes 3 # mount /mount_point 4. # chown uid:gid /mount_point 5 # chmod xxx /mount_point 6. Mirror it. # mklvcopy lv_name 2 mirror_PV 7. Synchorizne the copies. # syncvg -v vg_name
__________________ My AIX blog: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
|
#3
| ||||
| ||||
Thank you. I would like to mirror the whole disk at once. I un-mirrored to get rid of the LVs spilling over two disks. I will now follow your advice and recreate them on my primary but then mirror the whole VG as I did before, unless you advise against it. |
|
#4
| ||||
| ||||
Yes, You can create the LVs in one PV and then mirror the whoel PV using mirrorvg. That will be easier.
__________________ My AIX blog: To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. |
![]() |
| Bookmarks |
| Tags |
| extended, filesystem |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |