subscribe iconSubscribe to this information

IVM update_install_setup command

Purpose

Saves late binding installation information into the system plan.

Syntax

update_install_setup -f plan name [-m managed system name ] -id partition id | -p partition name -G gateway -C client IP -sm subnet mask [-s speed -d duplex] -n resource name [-help]

update_install_setup -l -f plan name [-m managed system name ] [-id partition id | -p partition name] [-F attribute names] [-help]

Description

The update_install_setup command saves the late binding installation parameters, such as the client IP and subnet mask, into the system plan existing on this Integrated Virtualization Manager (IVM). It also lists the information already saved in the system plan.

Flags

-f plan name Specifies the name of the system plan file that is to be updated.
-m managed system Specifies the name of the managed system.
-p partition name Specifies the name of the logical partition for which the network information needs to be updated into the system plan file.
-id partition id Specifies the partition ID of the logical partition for which the network information needs to be updated into the system plan file.
-G gateway Specifies the gateway IP address.
-C client IP Specifies the client IP address.
-sm subnet mask Specifies the subnet mask of the client interface.
-s speed Specifies the speed of the network adapter.
-d duplex Specifies the network adapter duplex.
-n resource name Specifies the name of the system plan resource.
-help Displays the help text for this command and exit.
-l Lists the installation parameters.
-F attribute names A delimiter-separated list of attribute names for the desired attribute values to be displayed for each resource. If no attribute names are specified, values for all of the attributes for the resource are displayed.

When this option is specified, only attribute values are displayed. No attribute names are displayed.

The attribute values displayed are separated by the delimiter that was specified with this option. This option is useful when you want only the attribute values to be displayed, or when you want the values of only selected attributes to be displayed.

-header Prints a header of attribute names when the -F flag is also specified.

Exit Status

The following exit values are returned:
0 The command completed successfully.
>0 An error occurred.

Examples

  1. To save the late binding information into a system plan named test.sysplan for logical partition client1 with the client IP address 9.3.126.77, subnet mask 255.255.255.0, gateway 9.3.126.1, and resource name AIX53, type:
    update_install_setup -f test.sysplan -p client1 -C 9.3.126.77 
    -sm 255.255.255.0 -G 9.3.126.1 -n AIX53
  2. List the late binding installation information stored in a system plan named test.sysplan on the IVM:
    update_install_setup -f test.sysplan -l

Send feedback | Rate this page

Last updated: Fri, Oct 30, 2009