Some custom JumpStart environment variables, which you use in begin and finish scripts, are set on demand. For example, information about which operating system is already installed on a system is only available (in SI_INSTALLED) after the installed rule keyword is used. In some situations, however, you might need to extract this same information in a begin or finish script for a purpose other than to match a system and run a profile. How do you deal to extract the information you
Answer: A
"vx" refers to: A.) Default block or raw devices. B.) Disksuite terminology. C.) Volume manager block or raw devices, example: /dev/vx/dsk/apps/vol5
Answer: C
When configuring a NIS Master you need to: (all that apply) A.) Copy the /etc/nsswitch.nis to /etc/nsswitch.conf and modify it if required. B.) Initialize the NIS Master Sever with the "ypinit -m" command and start the daemons (ypstart) C.) Set the domain name with the domainname command and create the /etc/defaultdomain file. D.) Create empty files in /etc: ethers, bootparams, locale, timezone, netgroup, netmasks.
Answer: A B C D
The following are typical virtual volume raw and block devices path names for disks created with Solstice Disksuite: A.) asy, instance #0 and cmdk, instance #5 (driver not attached) B.) /dev/dsk/c0t0d0s0 and /dev/dsk/c0t0d0s0 C.) /dev/md/rdsk/d5 and /dev/md/dsk/d5 D.) /dev/vxd/dsk/logvol and /dev/vxd/rdsk/logvol
Answer: C
This command uses the -D option to perform a dry run installation on the system disks using the class or profile file. It displays the resulting disk configuration and software selected, but no information is written to the disks. A.) /usr/sbin/install.d/pfinstall B.) devfsadm C.) pfinstal_dry D.) /etc/init.s/pfinstal E.) ./check script
Answer: A
Answer: A
What statements are true about Volume Manager(TM) software: A.) Hot Relocation:You can isolate many disk "spares" which will take the place of failed disks on-the-fly. B.) Uses Volumes: A volume is a virtual disk, which can contain data. C.) Uses Sub Disks: A subdisk is a section of VM disk used to build plexes. D.) Built-in Support for many RAID levels (Simple, RAID0, RAID1,RAID0+1, RAID1+0, RAID5). E.) With this software you can easily format a Hard disk to have 7 partitions.
Answer: A B C D F
Select two characteristics of the Pseudo Filesystems: A.) They exists in the boot prom. B.) They do not reside on hard disk media. C.) They can be crated with the newfs command. D.) They are allocated only in physical memory while the operating system is running.
Answer: B D
The syslog facility is not capable to: routing messages generated by the Kernel or system programs to the corresponding destination defined in the /etc/syslog.conf file and managed by the syslogd daemon. A.) True B.) False
Answer: B
The following are examples of Raw Device Path: (select two) A.) /dev/rdsk/c0t0d0s0 B.) dad and st C.) /dev/md/dsk/c0t0d0s0 D.) /dev/md/rdsk/d15 E.) /dev/dsk/c0t0d0s0Some commands refers to disk slices by mean of raw device paths and write data into filesystem sector by sector. Some of the commands that use or display raw Device Paths are: *newfs: To create new filesystems. *fsck: To check filesystems consistency. *prtvtoc: Report information about disk geometry and partitions.
Answer: A D