Air Cleaner User Manual
this directory or any of its subdirectories. A backup image file option for each
directory supplied is displayed in SMIT when the user attempts to perform
any backup, list, verify or restore operation.
-d “host”
Denies access to one or more specified hostnames. This flag is valid only when
all is entered for the hostname (-h) parameter.
-f “device”
Specifies one or more devices to which the client hostname and username can
perform regular image file backups. The entry can be a tape device (such as
/dev/rmt0), virtual device (such as vdev0) or all, which allows the client to
back up to any devices on this server. A device option for each device supplied
is displayed in SMIT when the user attempts to perform any backup, list,
verify, or restore operation. Also, these devices are listed when the client
attempts to perform a network installation from this server.
–h “hostname”
Specifies the hostname of the client to add or remove. A hostname of all allows
access to all hosts on the network. With a hostname of all, you can also enter
hosts to exclude with the -d flag.
–i “directory”
Specifies one or more directories to which the client hostname and username
can perform network installation image file backups. The client can perform a
backup to this directory or any of its sub-directories. Any files in the
directories supplied will be listed for the client when it attempts to perform a
network installation operation.
-l Lists all hosts currently configured, along with the devices and directories to
which they have access. When this flag is specified, any other flags used will
be ignored.
-u “username”
Specifies the username on the client to add or remove. To allow access to all
users on the specified hostname, enter the username all.
-r Removes the access record for the specified hostname and username.
Removing the access record does not necessarily deny access to the client,
because it might revert to access provided by another record.
-D “user”
Denies access to one or more specified user names. This flag is valid only
when all is entered for the username (-u) parameter.
Examples
1. To add user peter on client host pluto to the access list, providing access to local
tape device /dev/rmt0, virtual device vdev0, and the backup directory
/usr/lpp/sysback/bf/pluto/peter, type:
cfgremaccess -h pluto -u peter -d "/dev/rmt0 vdev0" -b \
/usr/lpp/sysback/bf/pluto/peter
2. To allow all users on all hosts, except users marsha and jan on host mars, access
to all devices, type:
cfgremaccess -h all -d mars -u all -D "marsha jan" -f all
3. To remove the access record for user cindy on host venus from the access list,
type:
cfgremaccess -r -h venus -u cindy
4. To list current hosts allowed local backup device access, type:
Appendix A. Commands A-13