Get your IT exam passport here: testpassport.eu
Sun Certified System Administrator for Solaris 10 OS.Part 2
Prepare for your 310-202 test: testpassport.eu test engine-FREE DEMO: 310-202 software format
Purchase at Testpassport.eu, enjoy your:
1.one year free update.
2.Ask for your discount voucher.
Loading
wesley kingPosted Aug 24, 2009, 8:58 PM
1. An administrator needs to assign the IP address 192.168.3.7 to the interface hme1.
The hme1interface is currently unused.
Which two commands are needed to enable hme1and assign it the address without rebooting the system, as well as make the configuration persist across reboots? (Choose two.) A. ifconfig hme1 plumb 192.168.3.7 up
B. echo "192.168.3.7" > /etc/hostname.hme1
C. ifconfig plumb hme1 inet 192.168.3.7 netmask 255.255.255.0 up
D. echo "ifconfig hme1 plumb 192.168.3.7 up">> /etc/hostname.hme1
Answer: AB
2. Which two statements are true about the inetdprocess on a system running the Solaris 10 OS? (Choose two.)
A. It only runs on servers.
B. It is considered the master restarter.
C. It starts well-known services on demand that are NOT automatically started at boot time.
D. It consults /etc/inet/servicesto determine which service to start when a request is received on a port.
Answer: CD
3. Due to increased demands that have been placed on your server, the swap space on this server is running low. You are going to add a swap file in the /datafile system as a temporary solution to add 500 Mbytes of additional swap space. Select the answer that describes which steps you need to perform?
A. # mkfile 500m /data swapfile
# /usr/sbin/swap -a /data/swapfile Make the following entry in the /etc/vfstab file:
/data/swapfile - - swap - no -
B. # mkfile 500m /data swapfile #
/usr/sbin/swapon Make the following entry in the /etc/vfstab file:
/data/swapfile - - swap - no -
C. # /usr/sbin/swap -a 500m /data/swapfile Make the following entry in the /etc/vfstab file:
/data/swapfile - - swap - no - Reboot the server
D. # swap -a 500m/data swapfile Make the following entry in the /etc/vfstab file:
/data/swapfile - - swap - no -
#/ usr/sbin/swapon
Answer: A