GigaFlow Startup Parameters

From Observer GigaFlow Support | VIAVI Solutions Inc.
Revision as of 10:18, 17 February 2021 by Kevin Wilkie (Talk | contribs)

Jump to: navigation, search

On linux, you can edit the /opt/ros/resources/start file to change various system parameters. Once change, restart the /etc/init.d/rosd service for them to take effect. And example of an edited file would be

/opt/java/bin/java -Xms364M -Xmx3768M -Djava.net.preferIPv4Stack=true -Djava.library.path=./dist/libs/ -Djava.awt.headless=true -XX:+HeapDumpOnOutOfMemoryError -classpath ./dist/ROS.jar:./dist/libs/*  ros.ROS "localpcap=/opt/ros/pcaps/ipv6.pcap|490" httpport=80 > ./console.log &
echo $! > ros.pid


Enable local playback of pcap into application fileLocation|delayBetweenPacketsInMS

localpcap=c:/temp/demo_102017_1_To191.pcap|100

Change global arp/cam polling ntervals

periodPolledSNMPARP=1800000 //30 minutes
periodPolledSNMPCAM=1800000

Changing the database

connectionURL=jdbc:postgresql://localhost/myipfix

Changing http and https port

httpport=7902
httpsport=8902

Changing cross site security

samesite=none|lax|strict
samesitesecure=true|false

X-FRAME-OPTIONS

X-FRAME-OPTIONS=SAMEORIGIN
X-FRAME-OPTIONS=DENY