Review Questions and Answers

1. 

You are configuring the custom JumpStart installation for a large network. The network has JumpStart clients on six separate IP subnets. The install server is on the second subnet. What is the total number of boot servers you will need to install to get the JumpStart installation to work properly?

  1. None

  2. One

  3. Five

  4. Six

d. you need one boot server for each subnet. the second subnet contains the install server, which can also function as the boot server. each of the other subnets will need their own boot server.

2. 

Your network consists of 30 Solaris 8 client computers. You are going to use custom JumpStart to upgrade all computers to Solaris 9. Most of the computers have critical files located on them. Although the files are backed up periodically, you want to ensure that all local files are backed up before the upgrade procedure. Which of the following should you configure to initiate the backup?

  1. An install script

  2. A custom rule in the rules file

  3. A begin script

  4. A finish script

  5. The backup keyword in each computer's profile

c. a begin script runs before the installation or upgrade takes place. one of the common uses of begin scripts is to back up existing files before installing or upgrading solaris.

3. 

You are using Web Start Flash to install Solaris 9 on the client computers on your network. The network has two hardware platforms, sun4u and i386. You also have three major software configurations to support, including one for engineering, one for accounting, and one for the development staff. Each department has a mix of hardware platforms. If you want to create Web Start Flash archives for each client computer on your network, how many archives will you need to create?

  1. One

  2. Two

  3. Three

  4. Six

  5. None of the above

d. you have two separate hardware platforms and three separate software configurations. because you need to account for all possible hardware and software combinations, you will need a total of six web start flash archives.

4. 

You are planning the JumpStart implementation for your network. Which protocol is responsible for transmitting boot files from the boot server to JumpStart clients?

  1. TFTP

  2. RARP

  3. FTP

  4. RCP

  5. RPC

a. the trivial file transfer protocol (tftp) is used to transfer the boot file from the boot server to client computers. the reverse address resolution protocol (rarp) helps boot clients locate their ip address. the file transfer protocol (ftp) is used for file transfers, as is the remote copy (rcp). however, neither is used in this case. remote procedure calls (rpcs) initiate processes on remote computers and are not responsible for transferring boot files.

5. 

Consider the following file output:

 install_type      flash_install archive_location  nfs Athena:/jumpstart/wsfarchive partitioning      explicit filesys           c0t3d0s0 6000 / filesys           c0t3d0s1 1024 swap filesys           c0t3d0s7 free /export/home 

Which of the following is the type of file that this output is taken from?

  1. Web Start Flash archive

  2. Custom JumpStart rules file

  3. Custom JumpStart profile

  4. Custom JumpStart begin script

c. the information is from a custom jumpstart profile, which tells jumpstart how to install solaris on a computer. in this case, the installation type will be a web start flash installation (as indicated by the flash_install value).

6. 

You are configuring the JumpStart implementation for your Solaris 9 network. Which of the following, at a minimum, are required server roles for your JumpStart configuration? (Choose all that apply.)

  1. Network

  2. Boot

  3. Install

  4. Installation

  5. Config

  6. Profile

b, c, f. the three required server roles for jumpstart are boot, install, and profile.

7. 

You are the Solaris administrator for your network. You are creating Web Start Flash archives to make the reinstallation of client computers easier on your staff. Which of the following commands do you use to create a new Web Start Flash archive?

  1. flarcreate -n

  2. flarcreate -a

  3. flar -n

  4. flar -a

a. the flarcreate n command is used to create web start flash archives. the flar command is used to manage existing archives.

8. 

You are beginning to set up custom JumpStart and have installed the one server to act as the JumpStart server. After creating the rules file, what is the next logical step to take to ensure that your JumpStart installation will work properly?

  1. Create a JumpStart directory on your JumpStart server.

  2. Run the check script to validate the rules file and create a rules.ok file.

  3. Create profiles to define how to install Solaris on the JumpStart client computers.

  4. Add clients to the JumpStart server.

b. after creating the rules file, you need to validate it by running the check script. the check script validates the rules file and creates the rules.ok file, which is used by jumpstart. all of the other answers are valid tasks to complete when setting up jumpstart, but the logical step to take after creating a rules file is to validate it.

9. 

Consider the following information:

 hostname Sol-1 - sol_profile - network 192.168.0.32 && karch sun4u 4u_1 4u_profile 4u_2 network 192.168.0.32 && !karch sun4u - otro_profile - model SUNW,Sun-Blade-100 - blade_profile backup any - - basic_profile - 

Based on the information presented from this file, which of the following statements are true? (Choose all that apply.)

  1. Computers that have the network address of 192.168.0.32 will receive the 4u_profile profile.

  2. The only computers that will use a begin script are those with the sun4u architecture.

  3. If a computer does not match to any of the first four rules, it will receive the profile named basic_profile.

  4. The only computers that will use a finish script are those on the 192.168.0.32 network.

b, c. some of the computers on the 192.168.0.32 network will receive the 4u_profile profile, but only those that have the sun4u architecture. the next line negates the architecture, so that computers on that network without the sun4u architecture will get the otro_profile profile. the any profile matches to any computer. finish scripts are supplied on the second and fourth lines of information, not just for computers on the 192.168.0.32 network.

10. 

You are planning on creating Web Start Flash archives to use on your network. Which of the following is a limitation of using Web Start Flash archives?

  1. They cannot be used to perform initial installations.

  2. They cannot be used to perform upgrades.

  3. They cannot be used on Intel-based computers.

  4. You can create only one Web Start Flash archive for your network.

b. web start flash archives are for initial installations only; they cannot be used to upgrade operating system installations. you can create as many archives as you want, and archives can be used on all solaris client computers.

11. 

You are the Solaris administrator for your company. You are reconfiguring custom JumpStart and have three existing profiles. Each profile has been tested and works properly. You just modified one of the profiles and want to test it to make sure it works. Which of the following commands do you use to test the modified profile?

  1. modify_install_server

  2. check

  3. pkgcheck

  4. pfinstall

  5. luupgrade

d. the pfinstall command is used to test profiles. the modify_install_server command is used to modify the installation files on the jumpstart install server. the check command validates rules files, and pkgcheck was made up for this question. the luupgrade command is used to modify a boot environment when using solaris live upgrade.

12. 

Consider the following information:

 install_type     initial_install system_type      standalone partitioning     default cluster          SUNWCuser 

Which of the following software clusters will this profile install?

  1. Entire Plus OEM

  2. Entire

  3. End User

  4. Developer

c. this profile will install the solaris end user software cluster, based on the sunwcuser value in the cluster keyword.

13. 

You are configuring custom JumpStart for your network. You have created profiles for all computers on your network. Some of the computers are on the network, and others are not connected. Which two of the following are valid profile locations, if the profiles are to be used with custom JumpStart? (Choose two.)

  1. The JumpStart directory on the boot server

  2. The JumpStart directory on the install server

  3. The JumpStart directory on the profile server

  4. The JumpStart directory on the profile diskette

c, d. profiles and rules files can be located on the profile server or on a profile diskette. in most cases, the profile server is the same computer as the boot server and the install server, but if you use separate servers for each function, the profile belongs on the profile server.

14. 

You have configured a custom JumpStart server for your network. Now you are in the process of granting clients access to the server. Which of the following commands is used to add clients to the server?

  1. add_install_client

  2. add_install_server

  3. add_to_install_client

  4. add_to_install_server

  5. modify_install_server

a. the add_install_client command is used to add jumpstart clients to the jumpstart server. although all of the other commands are valid commands for modifying the install server, none of them are used to add clients.

15. 

You are configuring your Solaris server to act as a JumpStart server. You want to create a finish script to change the root password after the operating system is installed. From where do you specify the use of a finish script?

  1. The begin script

  2. The rules file

  3. The custom JumpStart profile

  4. The Web Start Flash archive

b. begin and finish scripts are fields in the rules file. therefore, begin and finish scripts are called from the rules file.

16. 

You are the Solaris administrator for your network. You have created a Web Start Flash archive to install several client computers on your network. Which of the following methods can you use to install the archive? (Choose all that apply.)

  1. suninstall

  2. Solaris Live Upgrade

  3. Custom JumpStart

  4. Web Start

a, b, c, d. all four methods are valid. you can install web start flash archives from within any of the listed installation programs.

17. 

Which of the following server roles in JumpStart is responsible for storing and supplying the installation files for Solaris 9?

  1. Boot server

  2. Install server

  3. Installation server

  4. Profile server

  5. Config server

b. the install server contains copies of the solaris installation files. the installation server and config servers do not exist.

18. 

You are attempting to use custom JumpStart to install Solaris on 15 client computers. When you boot the first computer, the computer seems to hang and gets this error message:

 WARNING: getfile: RPC failed: error 5: (RPC Timed out). 

Which of the following is a specific cause of this error message?

  1. The network connection between the client and the server is down.

  2. The inetd.rpc daemon on the server has failed.

  3. There are entries for this client computer in the /etc/bootparams file of two JumpStart boot servers.

  4. The client computer was not properly added to any JumpStart boot server.

c. this error usually indicates that there is more than one entry for the client computer in the /etc/bootparams file of one or more boot servers. this becomes more common if you use the wildcard to specify client computers. although it's possible that the network is down, it's not a specific problem to this error message. there is no inetd.rpc daemon.

19. 

You are the Solaris administrator for your network. You have created two Web Start Flash archives for use on your network. Now you want to start working with layered archives, and you want to break your existing archives into their individual sections. Which of the following commands enables you to do this? (Choose one command and one option.)

  1. flar

  2. flarmod

  3. flarcreate

  4. -b

  5. -i

  6. -s

  7. -c

a, f. the flar -s command enables you to split archives into their component sections. there is no flarmod command. the flarcreate command is used to create web start flash archives. the flar -i command enables you to view archive information, and the flar -c command is used to combine archive sections. the -b switch specifies block size if you're working with tape devices.

20. 

You are configuring custom JumpStart on your network. You want all client computers to be able to access the profile server, which is named Athena. To which of the following file(s), and on which server(s) do you add this line: * install_config=Athena:/jumpstart? (Choose all that apply.)

  1. /etc/bootparams

  2. /jumpstart/rules.ok

  3. /jumpstart/profile_name

  4. Boot server

  5. Install server

  6. Profile server

a, d. you add this line to the /etc/bootparams file on the boot server. this line functions as a wildcard and enables all client computers access to the profile server.

Answers

1. 

D. You need one boot server for each subnet. The second subnet contains the install server, which can also function as the boot server. Each of the other subnets will need their own boot server.

2. 

C. A begin script runs before the installation or upgrade takes place. One of the common uses of begin scripts is to back up existing files before installing or upgrading Solaris.

3. 

D. You have two separate hardware platforms and three separate software configurations. Because you need to account for all possible hardware and software combinations, you will need a total of six Web Start Flash archives.

4. 

A. The Trivial File Transfer Protocol (TFTP) is used to transfer the boot file from the boot server to client computers. The Reverse Address Resolution Protocol (RARP) helps boot clients locate their IP address. The File Transfer Protocol (FTP) is used for file transfers, as is the Remote Copy (RCP). However, neither is used in this case. Remote Procedure Calls (RPCs) initiate processes on remote computers and are not responsible for transferring boot files.

5. 

C. The information is from a custom JumpStart profile, which tells JumpStart how to install Solaris on a computer. In this case, the installation type will be a Web Start Flash installation (as indicated by the flash_install value).

6. 

B, C, F. The three required server roles for JumpStart are boot, install, and profile.

7. 

A. The flarcreate n command is used to create Web Start Flash archives. The flar command is used to manage existing archives.

8. 

B. After creating the rules file, you need to validate it by running the check script. The check script validates the rules file and creates the rules.ok file, which is used by JumpStart. All of the other answers are valid tasks to complete when setting up JumpStart, but the logical step to take after creating a rules file is to validate it.

9. 

B, C. Some of the computers on the 192.168.0.32 network will receive the 4u_profile profile, but only those that have the sun4u architecture. The next line negates the architecture, so that computers on that network without the sun4u architecture will get the otro_profile profile. The any profile matches to any computer. Finish scripts are supplied on the second and fourth lines of information, not just for computers on the 192.168.0.32 network.

10. 

B. Web Start Flash archives are for initial installations only; they cannot be used to upgrade operating system installations. You can create as many archives as you want, and archives can be used on all Solaris client computers.

11. 

D. The pfinstall command is used to test profiles. The modify_install_server command is used to modify the installation files on the JumpStart install server. The check command validates rules files, and pkgcheck was made up for this question. The luupgrade command is used to modify a boot environment when using Solaris Live Upgrade.

12. 

C. This profile will install the Solaris End User software cluster, based on the SUNWCuser value in the cluster keyword.

13. 

C, D. Profiles and rules files can be located on the profile server or on a profile diskette. In most cases, the profile server is the same computer as the boot server and the install server, but if you use separate servers for each function, the profile belongs on the profile server.

14. 

A. The add_install_client command is used to add JumpStart clients to the JumpStart server. Although all of the other commands are valid commands for modifying the install server, none of them are used to add clients.

15. 

B. Begin and finish scripts are fields in the rules file. Therefore, begin and finish scripts are called from the rules file.

16. 

A, B, C, D. All four methods are valid. You can install Web Start Flash archives from within any of the listed installation programs.

17. 

B. The install server contains copies of the Solaris installation files. The installation server and config servers do not exist.

18. 

C. This error usually indicates that there is more than one entry for the client computer in the /etc/bootparams file of one or more boot servers. This becomes more common if you use the wildcard to specify client computers. Although it's possible that the network is down, it's not a specific problem to this error message. There is no inetd.rpc daemon.

19. 

A, F. The flar -s command enables you to split archives into their component sections. There is no flarmod command. The flarcreate command is used to create Web Start Flash archives. The flar -i command enables you to view archive information, and the flar -c command is used to combine archive sections. The -b switch specifies block size if you're working with tape devices.

20. 

A, D. You add this line to the /etc/bootparams file on the boot server. This line functions as a wildcard and enables all client computers access to the profile server.




Solaris 9. Sun Certified System Administrator Study Guide
Solaris 9 Sun Certified System Administrator Study Guide
ISBN: 0782141811
EAN: 2147483647
Year: 2003
Pages: 194

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net