prestotab(4) Kernel Interfaces Manual prestotab(4)NAME
prestotab - Lists the file systems for Prestoserve to accelerate
SYNOPSIS
/etc/prestotab
DESCRIPTION
The /etc/prestotab file contains descriptive information about the mounted file systems whose I/O will be automatically accelerated with
Prestoserve when the system starts up. This file is created by the prestosetup command, which prompts you for the file systems to automat-
ically accelerate when the system starts up. You can also manually create the file.
The /etc/rc.config file contains variables that specify the Prestoserve configuration. If you configure Prestoserve to automatically
accelerate file systems when the system starts up, the Prestoserve startup script (/sbin/init.d/presto) accelerates the mounted file sys-
tems that are specified in the /etc/prestotab file or, if the file is empty or does not exist, all the local writable file systems that are
currently mounted.
The /etc/prestotab file contains a list of directory mount points (for example, /usr/users). Block devices should not be included because
some functional subsystems, such as the Advanced File System (AdvFS), can map more than one block device to a mount point.
Entries in the /etc/prestotab file must be separated by spaces or must be located on separate lines. You cannot specify comments in the
file.
EXAMPLES
An example of the /etc/prestotab file is as follows: /usr/users/disk1 /usr/users/disk2 /var/spool
FILES
File pathname.
SEE ALSO
Commands: presto(8), prestosetup(8)
Guide to Prestoserve delim off
prestotab(4)
Check Out this Related Man Page
prestoctl_svc(8) System Manager's Manual prestoctl_svc(8)Name
prestoctl_svc - Prestoserve control daemon
Syntax
/usr/etc/prestoctl_svc [ -n ]
Description
The RPC-based daemon allows remote client systems to monitor and administer a Prestoserve cache and its driver. The client system does not
have to be running the Prestoserve software. The daemon can be started manually, or it can be started each time you reboot by adding the
command to the file of the machine running the Prestoserve software.
You must run the daemon if you want remote client systems to be able to use the command to monitor and manage your system and if you want
to use the command. Refer to and to for more information.
Options-n Allows remote client systems to manage a Prestoserve cache and its driver. The -n option allows remote client systems to change the
size of a Prestoserve cache and to change the state of a Prestoserve cache by using remote procedure calls. The -n option is useful
when evaluating or demonstrating Prestoserve capabilities. Because of security problems, it is recommended that the -n option not
be used on production machines.
Files
Generic Prestoserve control device.
File where you add the
command.
See Alsopresto(8), dxpresto(8X), presto(4)
Guide to Prestoserve
prestoctl_svc(8)
Guys anyone know how i can store fields into multiple variables in one go?
I'm wanting to grab the disk id's from format into disk1 and disk2
Below is what i want to work but i know it doesnt :-
: | format | awk '/^(\ +)/ {print $2}' | read disk1 disk2
The below does work...but i don't... (5 Replies)
Hello,
I have some questions.
There are some File systems which are located on a SAN. There are two scenarios:
1) Some file systems are permanently mounted on certain servers
2) Others are part of a high availability cluster
In case of a cluster the needed file... (1 Reply)