Thanks you david for the reply. I disabled NWAM and turned open Solaris dom0 to work with manual network mode.
Also modified the py script file with the changes you suggested. Still it is picking up the dynamic IP address. Here is the modified py file I am using. ------------------------------------------------------------------ ------------------------------------------------------------------ name = "2008.05" vcpus = 1 memory = "2048" disk = ['file:/export/divyen/2008.05_32_1.3.img,0,w'] vif = [ '' ] interface="xnf0" ip = "129.146.85.76" dhcp = " " hostname = "dhcp-umpk16-85-76" gateway = "129.146.85.255" nfs_server = "" nfs_root = "" netmask = "255.255.254.0" on_shutdown = "destroy" on_crash = "restart" on_reboot = "destroy" kernel = "/export/divyen/unix" extra = "/platform/i86xpv/kernel/unix -B zfs-bootfs=rpool/114,bootpath='/xpvd/[EMAIL PROTECTED]:a'" ramdisk = "/export/divyen/boot_archive" ------------------------------------------------------------------ ------------------------------------------------------------------ This message posted from opensolaris.org _______________________________________________ xen-discuss mailing list [email protected]
