Top
ServerView Resource Orchestrator V3.1.0 Messages
ServerView

4.4.2 647XX Series

This section explains the 647XX message series.

64780

FJSVnrmp:ERROR:64780:invalid file format(file=file, detail=detail)

[Virtual Edition]

Description

There is a mistake in the file format.
The file name is displayed for file.
The details of the error are displayed for detail.

Corrective Action

When the file is "ipaddr.conf", check the following:

  • The definition is described using the format "keyword(number)=setting value"

    The line that was unable to be read is displayed for "line line_number" in detail.

  • NODE_NAME has been described

    The definition without NODE_NAME identified is displayed for "none,keyword" in detail.

  • IF_NAME or VIF_NAME has been described at the head of the interface entry

    The definition without a lead description is displayed for detail using "server_name,keyword".

  • The keyword of the interface entry is not duplicated or insufficient

    The definition that is duplicated or insufficient is displayed for detail using "server_name,keyword".

  • The keyword numbers in each interface entry match within the entry

    The unmatched definition is displayed for detail using "server_name,keyword".

  • The keyword numbers of interface entries for each server are arranged in ascending order

    The definition not arranged in ascending order is displayed for detail using "server_name,keyword".

For details on the ipaddr.conf file, refer to "17.6 Network Parameter Auto-Configuration for Cloning Images" in the "User's Guide VE".
After defining them correctly, execute the command again.


64781

FJSVnrmp:ERROR:64781:invalid value in the configuration file(file=file, detail=detail)

[Virtual Edition]

Description

The definition file contains an invalid setting value.
The file name is displayed for file.
The details of the error are displayed for detail.

Corrective Action

When the file is "ipaddr.conf", check the following about the definition setting value indicated as "server_name,keyword" that is displayed for detail.

  • The setting value is not a blank space, and no unnecessary blank spaces are included

  • The server name starts with an alphabetic character and is not longer than 15 alphanumeric characters (including hyphens, "-") long

  • The format of the IP address and subnet mask (decimal numbers separated by periods (".")) is correct

  • A network address, multicast address, or broadcast address is not being used for the IP address

  • The name of a virtual interface is shaX (X indicates an integer between 0 and 255)

  • Two different IP addresses are set for monitoring targets

  • ON or OFF has been set for HUB-HUB monitoring

For details on the ipaddr.conf file, refer to "17.6 Network Parameter Auto-Configuration for Cloning Images" in the "User's Guide VE".
After defining them correctly, execute the command again.


64782

FJSVnrmp:ERROR:64782:overlapped value in the configuration file(file=file, detail=detail)

[Virtual Edition]

Description

There are duplicate setting values in the definition file.
The file name is displayed for file.
The details of the error are displayed for detail.

Corrective Action

When the file is "ipaddr.conf", the definition setting value indicated by "server_name,keyword" displayed for detail is a duplicate of another definition in the same file, check the following:

  • Names of any servers are not duplicated

  • IP addresses of interfaces and virtual interfaces of servers are not duplicated

  • Names of interfaces and virtual interfaces are not duplicated on any single server

  • The monitoring target IP address is not used as the IP address of interfaces or virtual interfaces of any servers

For details on the ipaddr.conf file, refer to "17.6 Network Parameter Auto-Configuration for Cloning Images" in the "User's Guide VE".
After defining them correctly, execute the command again.


64783

FJSVnrmp:ERROR:64783:invalid subnetwork address in the configuration file(file=file, detail=detail)

[Virtual Edition]

Description

The definition file contains an invalid network address.
The file name is displayed for file.
The details of the error are displayed for detail.

Corrective Action

When the file is "ipaddr.conf", check the following about the subnet to which the IP address indicated in "server_name,keyword" displayed for detail belongs:

  • When keyword is IF_IPAD or VIF_IPAD

    Check that the subnet the IP address belongs to is different from that of other interfaces and virtual interfaces in the same server, and also that the IP address is not included in either subnet.

  • When keyword is POL_ADDR

    Check that the subnet the IP address belongs to is the same as that of the IP address of the virtual interface in the same interface entry.

For details on the ipaddr.conf file, refer to "17.6 Network Parameter Auto-Configuration for Cloning Images" in the "User's Guide VE".
After defining them correctly, execute the command again.