Oracle® Secure Backup Reference Release 10.1 Part Number B14236-03 |
|
|
PDF · Mobi · ePub |
Use the mkpni
command to define a preferred network interface (PNI) for an existing host. You can specify an unlimited number of PNIs for a host.
The PNI is the network interface that should be used to transmit data to be backed up or restored. A network can have multiple physical connections between a client and the server performing a backup or restore on behalf of that client. For example, a network can have both Ethernet and Fiber Distributed Data Interface (FDDI) connections between a pair of hosts. PNI enables you to specify, on a client-by-client basis, which of the server's network interfaces should be used.
See Also:
"Preferred Network Interface Commands" for related commandsYou must have the modify administrative domain's configuration right to use the mkpni
command.
mkpn•i --interface/-i server-ipname { --client/-c client-hostname[,client-hostname]... } server-hostname
Specifies the IP address or the DNS name that the specified clients should use when communicating with the server specified by server-hostname.
Specifies one or more clients that should use the server-ipname when communicating with server-hostname. The client-hostname specifies the host name or internet address of the client as seen from the server. The host name must be a host name that you created with the mkhost command.
Specifies the name of the server host.
Example 2-91 defines a preferred network interface that specifies that the client hosts stadv07
and brhost3
should use the IP address 126.1.1.2 when communicating with server brhost2
.