Nandini stated: < I have also tried booting from cdrom not using "-s" and exited installer. I can get to shell and can import rpool but I can't configure interface . This is the error i am seeing. < < root@solaris:/root# ifconfig e1000g4 137.200.84.115 netmask 255.255.255.0 up < ifconfig: could not create address:Operation not supported < root@solaris:/root#
Is nwam service running ? disable that first then enable network/physical:default and then use the above cmd with 'plumb'. eg: svcadm disable nwam svcadm enable network/physical:default ifconfig e1000g4 plumb 137.200.84.115/24 up or use the new ipadm way instead of ifconfig (which is going away... sometime...) ipadm create-ip e1000g4 ipadm create-addr -T static -a 137.200.84.115/24 e1000g4/v4 < -- < This message posted from opensolaris.org < _______________________________________________ < install-discuss mailing list < [email protected] < http://mail.opensolaris.org/mailman/listinfo/install-discuss -- Sean. . _______________________________________________ install-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/install-discuss
