remote_management command

Purpose

Enables the Virtual I/O Server to be remotely managed by an AIX® NIM (Network Installation Management) master.

Syntax

To enable the Virtual I/O Server to be remotely managed by an AIX NIM master:

remote_management [ -interface Interface ] Master

To disable remote management:

remote_management -disable

Description

The remote_management command will setup the Virtual I/O Server to allow remote management from a NIM master. The Master parameter specifies the NIM master hostname. The Interface parameter specifies the network interface to be used to connect to the NIM master. If Interface is not specified, the default network interface used will be en0.

The remote_management command utilizes the NIM service handler for client communication (nimsh), so the NIM master must be nimsh capable.

Once remote management has been enabled on the Virtual I/O Server, typical NIM functions, such as update, backup, and reinstall, can be initiated from the NIM master.

Flags

Flag name Description
-disable Disables the Virtual I/O Server NIM client daemon.
-interface Specifies which network interface to use. If no network interface is specified, interface en0 will be used.

Examples

  1. To enable remote_management using NIM master nimsys01, type:
    remote_management nimsys01
  2. To disable remote_management, type:
    remote_management -disable



Last updated: Wed, November 18, 2020