| 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
| ||||
| ||||
| We have a logical volume on the VIO server that contains software updates for the LPARs and need to know how to mount the existing file system on the LV on an AIX partition. We have mapped the LV, and the AIX partition sees the new drive, but we do not know how to mount the existing file system that's on the drive. How is this done? |
|
#3
| ||||
| ||||
sorry lspv if the disk is showing hdisk none None then tis can not be done if the disk is showing hdiskxx 00fffxxxxblabla None this is a pvid Then you can import the volume group importvg -y datavg hdiskxx
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Glad to help |
|
#4
| ||||
| ||||
| Thanks... The server sees the drive and we've gotten past the volume group part. # lspv hdisk0 00c6ef6f1dce7f6c rootvg active hdisk1 00c6ef6fb37d1497 hdisk1vg active # lsvg rootvg hdisk1vg How do we mount the existing file system on hdisk1vg? |
|
#5
| ||||
| ||||
do lsvg |lsvg -il then make all the mountpoints you see then mount
__________________ To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. Glad to help |
|
#6
| ||||
| ||||
Above is correct: importvg -y namevg hdiskx lsvg -l namevg and then create and mount filesystems. However why not either share the software updates via nfs or else create a NIM server to pass the updates around instead of doing this? Sometimes its unavoidable - but the more often you change a VIO config the more often you have a chance to make mistakes....
__________________ Ross Mather, IBM AIX IT Specialist. That said anything I say here is my own opinion and not anything that you can ever hold against IBM. Ohhh and don't forget that I make mistakes too.... |
|
#7
| ||||
| ||||
Our first thought was NFS, but our networking team does not approve of its usage. NIM would also be a good idea, but right now we only have a few AIX LPARs and do not have a partition for the NIM server. We have mostly Linux based LPARs. |
|
#8
| ||||
| ||||
If you have a 'spare' Linux partition you could use NIMOL: Using NIM on Linux pSeries and AIX Information Center Google: site:ibm.com linux nim for further info. |
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |