how to edit the network interface device type in container(zone) in solaris 10?
Answers were Sorted based on User's Feedback
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 |
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 |
When should we use thread-safe "_r" library calls?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain how to work unix commands on windows xp without installing unix o/s in pc?
What are threads?
Explain the architectural differences between user-space threads, and kernel-supported threads?
how to edit the network interface device type in container(zone) in solaris 10?
explain about the initial process sequence while the system boots up?
How would you kill a process?
What are the different kinds of threads?
3 Answers Ericsson, Fashion Technology,
Explain what is scheduling?
If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?
Tell me when should we use thread-safe "_r" library calls?