Asif Iqbal wrote: > root at opensolaris:~# installadm create-service -n osol -i 192.168.0.100 > -c 5 -s /ai/osol-1002-118-ai-x86.iso /ai/osol-1002-118-ai-x86 > Warning: NWAM is enabled. Please be sure that the IP address for > opensolaris is static. > The netmask obtained from netmasks(4) for network 192.168.0.85 does not equal > that network interface's configured netmask. > The netmask obtained from netmasks(4) for network 192.168.0.85 does not equal > that network interface's configured netmask. > Automated Installations will not work with the current server network setup. > Please check server network settings and try again. > The installadm SMF service (svc:/system/install/server:default) is > being taken offline. > The installadm SMF service (svc:/system/install/server:default) is no > longer online > because the last install service has been disabled or deleted. > > root at opensolaris:~# cat /etc/release > OpenSolaris Development snv_118 X86 > Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. > Use is subject to license terms. > Assembled 06 July 2009 > > > root at opensolaris:~# egrep -v "^#|^$" /etc/netmasks > 192.168.0.85 255.255.255.0 > > root at opensolaris:~# cat /etc/hosts > [.comments.] > ::1 opensolaris opensolaris.local localhost loghost > 127.0.0.1 opensolaris.local localhost loghost > 192.168.0.85 opensolaris > > Any idea how to debug it? >
This means that the netmask configured on the live interface doesn't match what's in the /etc/netmasks file. What is the output of ifconfig -a? -ethan
