62
c. change <DebugModule SQL="No" OCIPDebugLevel="1"/> to
<DebugModule SQL="No" OCIPDebugLevel="3"/>.
d. vim /data/VSCommander/logrotate.conf
change rotate 50 to rotate 250.
e. vim /data/AirSpeedTransl
ator/AirSpeedTranslator.xml
change <MinLevel>WARNING</MinLevel> to <MinLevel>INFO</MinLevel>
f. vim /data/AirSpeedTransl
ator/logrotate.conf
change rotate 50 to rotate 250.
2. (Option) Increase log level to DEBUG in OVSCommander:
a. vim /data/VS/bin/OVSComm
ander/bin/commander.xml
b. change <Log Debug="No" DebugLevel="0" WriteInBackground="Yes">
to <Log Debug="Yes" DebugLevel="200" WriteInBackground="Yes">
c. change <DebugModule SQL="No" OCIP="No" RETalk="No" Flex="No"
TimeDelay="No"/> to <DebugModule SQL="No" OCIP="Yes"
RETalk="No" Flex="No" TimeDelay="No"/>.
d. vim /data/VS/bin/OVSCommander/bin/logrotate.conf
change rotate 50 to rotate 250.
Updating vsWrapper
To update the vsWrapper component, follow the steps listed in this procedure.
To update vsWrapper:
1. Check the installed version in the ChangeLog:
head -n 15 /data/dclib/ovslib64/ChangeLog
2. Stop the server:
/data/VS/bin/set_run -s all
3. Copy the vsWrapper installer to /data/public and install the component:
Copy vsWrapper-XXXX-X-X-X-gbc09730-5.tar.gz to /data/public
tar -xvzf /data/public/vsWrapper-2019-2-1-6-gbc09730-5.tar.gz -C /data/
dclib/ovslib64/
4. Start the server:
/data/VS/bin/set_run -a all