File name
SWCTVerUpIP.txt
Usage
All clients (CTs) do not execute the auto-upgrading operation of version, and this file is only used when the specified client (CT) executes the auto-upgrading operation of version.
For example, this file will be used under the following conditions:
When test is expected to be executed in the specified department before the auto-upgrading operation of the version is executed for the whole
When executing the auto-upgrading operation of version respectively according to properties of organizations such as department and agent, etc.
Considering load sharing, when executing the auto-upgrading operation of version respectively according to the sets of certain clients (CTs)
Saving storage
When the operating system is Windows Server 2008, Windows Server 2012, or Windows Server 2016
[Install OS Drive]\ProgramData\Fujitsu\Systemwalker Desktop Keeper
When the operating system is the system other than Windows Server 2008, Windows Server 2012, or Windows Server 2016
[Install OS Drive]\Document and Settings\All Users\Application Data\Fujitsu\Systemwalker Desktop Keeper
When installing the Management Server, an example file (SWCTVerUpIP_sample.txt) will be generated in the aforementioned saving location.
The saving location cannot be modified.
When this file is saved in a location other than the aforementioned saving location, all clients (CTs) will execute the auto-upgrading operation of the version.
File format
Text file.
The character encoding used is either Shift JIS or UTF-8, one of which is specified in the server configuration tool. When there is an incorrect specified line in the file, the contents of this line will be invalid and other processing can be performed continuously.
The following describes the specifying method:
Each item will be quoted by " (double quote).
, (comma) will be used to separate one item from another.
Specify if the target client (CT) is to be upgraded by specifying ""VersionUp"."
When abbreviated, upgrade the target client (CT).
Specify the following value after "VersionUp".
Yes: Upgrades the target CT.
No: Does not upgrade the target CT.
The file has specified the IP address or the computer name of a client who executes the self-version upgrade.
When specifying the IP address, specify "I" at the beginning of the line.
There are two specifying methods for the IP address and the specifying operation can be executed several times in the file.
Use halfwidth characters on the line of specifying the IP address. In one line, use only one of the methods.
When specifying the IP address in turn
For IPv4 address: "I", "aaa.bbb.ccc.ddd"
For IPv6 address: "I","aa:bb:cc:dd:ee:ff:gg:hh"
Note) For IPv6 address, an abbreviation compatible to RFC 5952 can also be used.
Note) Do not specify IPv6 address for the client (CT) of V14.3.0 or earlier.
Note) Do not enter the link local address. Operations when the link local address is specified are not guaranteed.
When specifying the scope of the IP address
"I", "aaa.bbb.ccc.ddd-eee" (The specified scope is the part after the fourth part (part of ddd).)
Note) The scope cannot be specified for IPv6 address. Specified only in turn.
The numerals that can be specified for each part are described as follows:
1<=aaa<=254
0<=bbb<=255
0<=ccc<=255
1<=ddd<=254
1<=eee<=254
ddd < eee
Under the following conditions, the IP address is incorrect:
When several IP addresses are specified in one line
(Example) "I","192.168.1.10","I","192.168.1.20"
When " 0" is specified before the numeral
(Example) "192.168.001.020-050"
When any character is entered after specifying the IP address (comments will also be treated as an error)
(Example) "I","192.168.1.10" #
When specifying computer name, specify "C" in the beginning of the line.
For computer name, only NetBIOS computer name (15 characters in length) can be specified.
Computer name is not case sensitive. Wildcards (*, ?) cannot be used.
When "#" is used in the beginning of line, the system will consider it as comment.
Lines that do not match the file format will be omitted, and the error information will be output to an error file (SWCTVerUpIP.err). The error file is saved in the same location as the settings file of self version upgradable CT.
Under the following conditions, all clients (CT) will not execute the self version upgrading:
When the file cannot be opened in text mode
When the file is blank
When there is no valid line in the file (including the file totally composed of comment line)
Use example
[When upgrading the version]
# ******************************************************** # * # * Systemwalker Desktop Keeper # * # * File name: Settings File of Self-version Upgradable CT # * : SWCTVerUpIP.txt # * Version.4.0.0.1 # * # ******************************************************** # "VersionUp","Yes" # # Test CT in Computer Room 2009.10.20~Implementation "I","192.168.1.3" # #In Yokohama CT 2009.10.22~Implementation "C","YokohamaCT*" #
[When not upgrading the version]
# ******************************************************** # * # * Systemwalker Desktop Keeper # * # * File name: Settings file of self version upgradable CT # * : SWCTVerUpIP.txt # * Version 4.0.0.1 # * # ******************************************************** # "VersionUp","No" # #DHCP server "I","192.168.0.1" # #Mail server "I","192.168.0.3" # #Active Directory Server "I","192.168.0.5" # #File server "I","192.168.0.10-30" # #Each department server(Soumu-Server,Keiri-Server,Jinji-Server,Eigyo-Server1, Eigyo-Server2) "C","*-Server*" #
Execution results
When there is an incorrect line in the file, the incorrect information will be output to the trace file of server service.
When the operating system is Windows Server 2008, Windows Server 2012, or Windows Server 2016:
[Install OS Drive]\ProgramData\Fujitsu\Systemwalker Desktop Keeper
When the operating system is a system other than Windows Server 2008, Windows Server 2012, and Windows Server 2016:
[Install OS Drive]\Documents and Settings\All Users\Application Data\Fujitsu\Systemwalker Desktop Keeper
fsw21sj0.log
When executing the auto-upgrading operation of the operation of the version, the IP address and computer name of the client (CT) who downloads the module will be output to the result log file (SWCTVerUpIP.log).
When the operating system is Windows Server 2008, Windows Server 2012, or Windows Server 2016:
[Install OS Drive]\ProgramData\Fujitsu\Systemwalker Desktop Keeper
When the operating system is a system other than Windows Server 2008, Windows Server 2012, and Windows Server 2016:
[Install OS Drive]\Documents and Settings\All Users\Application Data\Fujitsu\Systemwalker Desktop Keeper
SWCTVerUpIP.log
"2009/06/11 14:28:37","192.168.1.34","DTKCT" "2009/06/11 14:29:25","192.168.1.47","DTKCT2" "2009/06/11 14:35:12","192.168.1.32","DTKCT3"
The IPv4 address is given priority.