158
C
HAPTER
10: M
ANAGING
U
SER
A
CCOUNTS
U
SING
THE
C
OMMAND
L
INE
I
NTERFACE
Console output provides a running indication of progress and an action
summary on completion.
Command processing generates two log files, whose names and
locations are displayed on your console. One file contains a summary of
command actions. The second file contains debug information that is
useful if processing fails. If the log files cannot be created, command
processing halts. See
for location information.
Managing User
Accounts with an
XML File
You can use an XML file as input to the
user-MAC
command. Transactions
in the file can add, modify, or delete user accounts. 3Com Corporation
recommends that an XML file contain no more than 5000 transactions.
While this is not a hard limit, exceeding 5000 transactions may cause
performance issues.
Use the following syntax to specify an XML file as input to the
user-MAC
command (and get the return code displayed on your console):
./user-MAC –-xml
InputFileName
.xml --non-stop; echo “RET:$?”
The XML support files are located in the
/opt/3com/VCX/vcxdata/conf
directory, and are described in subsequent sections.
XML Input File DTD
The DTD file that specifies XML format for
user-MAC
command input is
named
user-MAC-transactions.dtd
and has the following structure:
<!ELEMENT user-MAC-transactions (tran) >
<!ELEMENT transaction (
uname,
phone?,
newPhone?,
newUname?,
password?,
title?,
first?,
middle?,
last?,
email?,
street1?,
street2?,
city?,
state?,
country?,
zip?,
Содержание VCX V7000
Страница 26: ...26 CHAPTER 1 VCX SYSTEM MAINTENANCE OVERVIEW ...
Страница 68: ...68 CHAPTER 3 MANAGING VCX SERVERS ...
Страница 78: ...78 CHAPTER 4 BACKING UP AND RESTORING A VCX CONFIGURATION ...
Страница 88: ...88 CHAPTER 5 MANAGING AUTHENTICATION AND DIRECTORY SERVICE DATABASES ...
Страница 100: ...100 CHAPTER 6 MANUALLY CONFIGURING MULTI MASTER REPLICATION ...
Страница 140: ...140 CHAPTER 8 MANAGING UNINTERRUPTIBLE POWER SUPPLIES ...
Страница 250: ...250 APPENDIX B UPGRADING VCX SERVER SOFTWARE FROM V7 1 X TO V7 1 Y ...
Страница 290: ...290 APPENDIX C UPGRADING VCX SERVER SOFTWARE FROM V6 0 TO V7 0 ...
Страница 328: ...328 APPENDIX D DOWNGRADING VCX SERVER SOFTWARE ...
Страница 339: ...CLI Command Descriptions 339 ...