how to edit the network interface device type in container(zone) in solaris 10?

Answers were Sorted based on User's Feedback



how to edit the network interface device type in container(zone) in solaris 10?..

Answer / imran khan

zonecfg -z <zonename>
add net
set physical=<network interface device>
end
verify
commit
exit

Is This Answer Correct ?    2 Yes 0 No

how to edit the network interface device type in container(zone) in solaris 10?..

Answer / imran khan

just edit

vi /etc/zones/<zonename.xml> file
then change the value of physical=<nic>
and save it.
after that reboot zone.
by
zoneadm -z <zonename> boot
zlogin <zonename>

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Unix Threads Interview Questions

what is Scheduling?

3 Answers   Hexaware,


Explain the architectural differences between user-space threads, and kernel-supported threads?

0 Answers  


What are threads?

4 Answers  


HOW can I work UNIX commands on Windows XP without installing UNIX O/S in PC

8 Answers   TCL,


Explain what is protection boundary?

0 Answers  






List the system calls used for process management?

0 Answers  


Tell me when should we use thread-safe "_r" library calls?

0 Answers  


what are the Architectural differences between User-space threads, and Kernel-supported threads.

1 Answers  


Explain what are threads?

0 Answers  


Protection boundary??

1 Answers  


What is the working set of a process?

0 Answers  


Explain how to work unix commands on windows xp without installing unix o/s in pc?

0 Answers  


Categories