| ETERNUS SF Disk Space Monitor User's Guide - Microsoft(R) Windows Server(TM) 2003/Solaris(TM) Operating System/Linux - 13.0 |
Contents
Index
![]()
|
| Part 5 Reference | > Chapter 18 PDB Commands |
FunctionThis command outputs configuration information in a PDB to a file.
Configuration information is information that represents the Manager name, the Agent name, and the type of information collected by that Agent.
Configuration information that is output can be used in the following situations:
Execution environmentThis command can be executed on Managers.
Note that only the users with system administrator (superuser or Administrator) privileges are permitted to execute this command.
Syntax
|
Installation directory\bin\sqcPDBexport.bat |
-o folder_path [-n host_name] |


|
/opt/FJSVssqc/bin/sqcPDBexport.sh |
-o folder_path [-n host_name] |
OptionsSpecifies the path of the folder where the configuration information data file (agententry.tmp) will be output.
Specifies the host name of the Manager where the configuration information will be transferred. If this option is omitted, the actual host name will be used.
Return values0:Normal termination
1:Abnormal termination
Usage example 
|
C:\>cd C:\Program Files\DiskSpaceMonitor\bin C:\Program Files\DiskSpaceMonitor\bin>sqcPDBexport -o C:\temp -n HOSTNAME |
To store the output configuration information file (agententry.tmp) in a PDB, place the file in the following directory and start the DCM service.
|
Variable file directory\transfer\DsaPDBWriter |


|
# cd /opt/FJSVssqc/bin/ # ./sqcPDBexport.sh -o /tmp -n HOSTNAME |
To store the output configuration information file (agententry.tmp) in a PDB, place the file in the following directory and start the DCM service.
|
/var/opt/FJSVssqc/temp/DsaPDBWriter |
The configuration information will be stored in the PDB within approximately 60 seconds. The agententry.tmp file will then be deleted.
Contents
Index
![]()
|