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 the system other than Windows Server® 2008
[Install OS Drive]\Document and Settings\All Users\Application Data\Fujitsu\Systemwalker Desktop Keeper
When the operating system is Windows Server® 2008
[Install OS Drive]\ProgramData\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.
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.
The file has specified the IP address of a client who executes the self-version upgrade.
There are two specifying methods for the IP address and the specifying operation can be executed several times in the file:
When specifying the IP address in turn
"I", "aaa.bbb.ccc.ddd"
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).)
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
But, it is required that ddd < eee.
The line of the specified IP address shall use single-byte characters.
“"I"” shall be specified in the beginning.
When "#" is used in the beginning of line, the system will consider it as comment.
IP address can be specified once in one day. “"I","aaa.bbb.ccc.ddd"” or “"I","aaa.bbb.ccc.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"
"I","192.168.1.10","I","192.168.1.20-25"
"I","192.168.1.20-25","I","192.168.1.30-35"
When " 0" is specified before the numeral
(Example) "192.168.001.020-050"
When any character is entered (It is also incorrect when adding the comments.) after specifying the IP address
(Example) "I","192.168.1.10" #
Under the following conditions, all clients (CTs) 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 executing the auto-upgrading operation of the version according to properties of organizations such as department and agent, etc., the following. can be taken as an example.
Today is set as October, 3rd, 2009. The first agent of the parent company executed the auto-upgrading operation of the version. As the agents lower than the second agent of the parent company will execute it later than October, 8th, 2009, the comment line is needed.
After October, 8th, 2009, the annotation symbol (#) will be deleted during execution.
######################################################################################## # # Systemwalker Desktop Keeper # # Settings File of CT Self-version Upgrade (SWCTVerUpIP.txt) # # 2009.10.20 V14.0 Version 3.1.0.1 Application (Version Upgrade) # 2009.10.20 V14.0 Version 3.1.0.5 Application (Urgent Modification) # ######################################################################################## # #Test CT in Computer Room 2009.10.20~Implementation "I","192.168.1.3" # # In Computer Room 2009.10.25~Implementation "I","192.168.1.4-12" # # The First Agent of Parent Company 2009.11.01~Implementation "I","192.168.1.1-254" # # The Second Agent of Parent Company 2009.11.08~Implementation #"I","192.168.2.1-254" # # Osaka Branch Office 2009.12.01~Implementation #"I","192.168.10.1-254" #"I","192.168.11.1-254" # # Hokkaido Branch Office 2009.12.01~Implementation #"I","192.168.15.1-254" #
Execution results
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:
[Install OS Drive]\ProgramData\Fujitsu\Systemwalker Desktop Keeper
When the operating system is a system other than Windows Server® 2008:
[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"