I was having trouble making this work or finding any info with a quick solution 
so here's the one I've found.

Follow the steps to install and configure a lx26 centos zone found here:

http://hub.opensolaris.org/bin/view/Community+Group+brandz/linux_2_6

Then create another zone with the centos 3.7 image provided here:

http://hub.opensolaris.org/bin/view/Community+Group+brandz/downloads

zlogin to the centos 5.5 zone and remove the following packages if they exist:

[r...@centos55 sysconfig]# rpm -e nfs-utils-1.0.9-44.el5
Shutting down NFS mountd: [FAILED]
Shutting down NFS daemon: [FAILED]
Shutting down NFS quotas: [FAILED]
Shutting down NFS services:  [FAILED]
Stopping RPC idmapd: [FAILED]
Stopping NFS statd: [FAILED]

[r...@centos55 sysconfig]# rpm -e nfs-utils-lib-1.0.8-7.6.el5
[r...@centos55 sysconfig]# 

Move the mount file from 3.7 zone to the 5.5 zone

cp /[i]zoneroot[/i]/root/bin/mount /[i]5.xzoneroot[/i]/root/bin/mount

mount your remote filesystems:

[r...@centos55 sysconfig]# mount 10.17.2.17:/export/share/installs /mnt
[r...@centos55 sysconfig]# cd /mnt
[r...@centos55 mnt]# ls
Actuate10                     Oracle10g            TrueComp523
Actuate8                      Oracle11g            TrueComp524

Hope this helps someone.

Thanks

Seth Kneeland
-- 
This message posted from opensolaris.org
_______________________________________________
brandz-discuss mailing list
[email protected]

Reply via email to