×
Back to Geneos FAQ
How do I manually unlock a locked gateway.setup.xml file?
If the unlock or force unlock in the Active Console does not work to unlock the gateway setup, you can do the following steps to manually unlock a locked gateway.setup.xml file.
-
To do this, once you have logged in to the gateway host, log in to a functional account.
-
Go to the gateway config directory of the gateway setup file you want to modify.
e.g. cd /opt/itrs/gateway2/config/<gateway name>
- Look for the gateway.setup.xml.lock file in the directory.
ls gateway.setup.xml.lock
- Rename the gateway.setup.xml.lock to a different file name to unlock the gateway.setup.xml file.
mv -f gateway.setup.xml.lock <renamed filename>
-
You can now go back to the Active Console and do the updates/modifications on GSE then save your changes.
-
After saving, go back to the gateway host and revert back the renamed gateway.setup.xml.lock file to its original filename.
mv -f <renamed filename> gateway.setup.xml.lock
["Geneos"]
["Geneos > Gateway"]
["FAQ"]