man Pages(1M): Alternate Pathing Administration Commands
  Rechercher uniquement dans ce livre
Télécharger cet ouvrage au format PDF

NAME

apboot - set up system files for boot meta-disk

SYNOPSIS

apboot [-n] [-k system-name] [-v vfstab-name] device

DESCRIPTION

The /usr/sbin/apboot command can edit the /etc/vfstab and /etc/system files to make the system bootable from either the boot disk file systems on an AP meta-disk, or the boot disk file systems on a disk device that is not alternately pathed.

OPTIONS

-n
Print what would be done without actually doing it.
-k system-name
Edit system-name instead of the default /etc/system system configuration information file.
-v vfstab-name
Edit vfstab-name instead of the default /etc/vfstab table of file system defaults.

EXAMPLES

The following command edits /etc/system and /etc/vfstab to specify that the boot disk file systems are now on meta-disk mc3t0d0:
        apboot mc3t0d0

The following command edits /etc/system and /etc/vfstab to specify that the boot disk file systems are now under the physical path /dev/dsk/c3t0d0:
apboot c3t0d0

FILES

/etc/system
kernel patch file
/etc/vfstab
table of file system defaults

SEE ALSO

system(4), vfstab(4) in the SunOS Reference Manual