Sun Certified System Administrator for Solaris 10 Study Guide Exams 310-XXX & 310-XXX

Persistent data on a system is stored mostly on hard disks. The smallest storage unit on a disk is a sector, which typically has a capacity of 512 bytes. The disks have three kinds of names, which are automatically assigned to them when they are added to the system: the physical device name in the device information hierarchy, instance names used by the kernel, and the logical name used by the system administrator. SPARC-based systems use the same logical name scheme for disks with direct controllers (e.g., IDE) and disks with bus-oriented controllers (e.g., SCSI), whereas x86-based systems use different logical name schemes for these two kinds of disks.

Before a file system can reside on a disk, the disk must be divided into slices, and the process is called partitioning. Each file system resides on its own slice. You can perform partitioning by using the format command. Partition information is stored in the disk area called the disk label. Solaris 10 offers Extensible Firmware Interface (EM) labels to support disks with storage capacities of multiterabytes. If you add a new device to a Solaris 10 system admin, you do not need to reboot the system; just use the devfsadm command to have the system configure it and recognize it.

After a file system has been created on a disk slice, it must be mounted—that is, connected to the directory tree, in order to make it available for users. When the Solaris system is booted, it automatically mounts the file systems listed in the /etc/vfstab file with the mount on boot field set to yes. Once the system is booted, you can mount the new file systems and unmount them based on your needs by using the mount and umount commands, respectively.

Before users can use the file systems, they will be required to have accounts on the Solaris system. It will be one of your responsibilities as a system administrator to create and manage the user accounts. We explore this subject in the next chapter.

Inside the Exam

Comprehend

Look Out

Memorize

Категории