Air Cleaner User Manual

cfgremserver
Purpose
Defines, lists, or undefines servers the client can access.
Syntax
 cfgremserver -l
-a -h hostname
-r -f

Description
The cfgremserver command is used to either define or undefine a remote host that
is to act as a server for the local host. The local system can execute remote sysback
commands without setting up the server with this command, but only devices on
remote servers set up with this command will be listed when executing backup,
list, verify or restore options from SMIT. This command can also be used to list
currently defined remote servers.
Before this command can be used to define a server to the system, both the local
host and the host to act as the backup server must be configured for Remote
Services using the cfgremsvs command. In addition, before a client machine can
add a remote server, that server must have already provided access to its devices
or directories with the cfgremaccess command. When defining a new remote
server, this command verifies that Remote Services is configured on both the client
and server systems and the server has granted access to this client.
Flags
-a Adds the hostname to the list of remote servers.
-f Indicates whether or not remote disk image file backup options should be
displayed from SMIT. Without this option, disk image file options are not
listed as valid backup devices even if the server has enabled directory access to
this client.
-h hostname
Hostname of host where the requested backup device is attached.
-l Lists defined servers. Searches each server in the list to obtain a list of all
devices and directories accessible by this client.
-r Removes the hostname from the list of remote servers.
Examples
1. To add server venus to the list and provide backup options on venus for
devices or disk image files, type:
cfgremserver -a -h venus -f
2. To remove the server venus from the list of remote servers, type:
cfgremserver -r -h venus
3. To list currently defined servers and the devices available on those servers,
type:
cfgremserver -l
Appendix A. Commands A-15