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 |
What is the window of the working set of a process?
Explain what are the main families of threads?
Tell me when should we use thread-safe "_r" library calls?
Explain what is scheduling?
List the system calls used for process management?
What is the working set of a process?
Explain similarities between thread and process?
Explain the performance differences between user-space threads and kernel-supported threads.?
tell me similarities between thread and process
what are the Performance differences between User-space threads and Kernel-supported threads.
When should we use thread-safe "_r" library calls?
Explain what is critical section?