Boris Derzhavets
2007-Nov-07 11:16 UTC
How to lofiadm and make NFS share for SNV76.ISO file ?
On Tue, Nov 06, 2007 at 03:24:08PM -0800, Tony Feldmann wrote:>>You also need to find the relevant kernel/ramdisk for the domU - the jailtime >>images don''t seem to include them, infuriatingly.Johnlev''s respond:- It''s way simpler to export an unpacked ISO over NFS and install via virt-install. regards john I am not sure how to manage on Solaris to get it working ? Check for services status. Originally all disabled. #svcs -a|grep nfs Which services have to be enabled ? # svcadm enable svc:/network/nfs/status:default # svcadm enable svc:/network/nfs/server:default # svcadm enable svc:/network/nfs/client:default Maybe more or less ? Would the rest be correct ? # lofiadm -a /etc/xen/disks/snv76x86.iso # mount -o ro -F hsfs /dev/lofi/1 /mnt # share /mnt # virt-install -n sps -p -r 1024 --nographics -f /export/xVM/sps.disk \ -l nfs:localhost:/mnt Please,advise. This message posted from opensolaris.org