This file is saved at the following location as a detailed setting file of the storage management:
Platform of Management Server | Location |
---|---|
Windows | $ENV_DIR\ESC\Manager\etc\opt\FJSVssmgr\current\sanma.conf |
Solaris, | /etc/opt/FJSVssmgr/current/sanma.conf |
Customization
Specify the address of a subnet searched during an automatic device search. Use a "," (comma) to define multiple subnets.
Example: AUTODISCOVER_SUBNET="10.12.13.255,133.134.13.255";
The Management Server issues SNMP broadcasts for automatic device detection in these subnets, but if the broadcast is limited by network settings, this function is not enabled.
Specify the SNMP community name for communication using SNMP between this software and a device. If "public" (READ-direction) and "private" (WRITE-direction) are used for the SNMP community name, the specification of this parameter is not required. Specify the IP address of the device and the community name used for SNMP communication with the device, delimiting them with a space.
Note that a community name that includes space characters cannot be set in this parameter.
When setting "abc" as the community name used for SNMP communication with IP address 10.11.12.13, set as follows:
Example: SNMP_COMMUNITY_NAME_FOR_IP="10.11.12.13 abc";
Wild card definitions in which "*" is used at the end of the IP address is permitted.
Example: SNMP_COMMUNITY_NAME_FOR_IP="10.11.12.* abc"; SNMP_COMMUNITY_NAME_FOR_IP="20.21.*.* def"; SNMP_COMMUNITY_NAME_FOR_IP="30.*.*.* ghi";
To define community names for multiple devices, specify the names on as many definition lines as the number of devices.
Example: SNMP_COMMUNITY_NAME_FOR_IP="10.11.12.13 abc"; SNMP_COMMUNITY_NAME_FOR_IP="10.11.14.15 def";
If community names must be different in the READ-direction and WRITE-direction of SNMP communication, specify a device IP address, community name used for READ-direction, and community name used for WRITE-direction, delimiting them with a space.
When setting "abc" as the READ-direction community name and "def" as the WRITE-direction community name used for SNMP communication with IP address 10.11.12.13, set as follows:
Example: SNMP_COMMUNITY_NAME_FOR_IP="10.11.12.13 abc def";
Using the SNMP protocol, the Intra-subnet device detection function detects devices. If "public" is used for the SNMP community name, the specification of this parameter is not required. For such communication using any name other than "public", specify its community name in this parameter. When specifying this parameter, the parameter "SNMP_COMMUNITY_NAME_FOR_IP" must be specified at the same time.
Note that a community name that includes space characters cannot be set in this parameter.
When community name is "abc," set as follows:
Example: SNMP_COMMUNITY_NAME_FOR_AUTODISCOVER="abc";
In an environment where each device has a unique community name, not all devices can be detected even if this parameter is specified. In this case, specify only the parameter "SNMP_COMMUNITY_NAME_FOR_IP" to search for one device at a time.