Adding port to Services > General > Restart servers menu
- Article Type: General
- Product: Aleph
- Product Version: 18.01
Description:
We recently added a new OCLC port for our new (7th) ADM: 7511. I wanted to add it to the menu for the "restart servers" service, but I can't figure out where I need to add it.
What file/where do I need to edit to add the option "DEP OCLC: 7511"?
Resolution:
In the file $aleph_root/pc_b_eng/p-sys-01.xml change the "hidden" to "edit"
Thus, change this section:
<control>
<hidden>
<argname>F02</argname>
<label>Port</label>
<size>100</size>
</hidden>
</control>
to this:
<control>
<edit>
<argname>F02</argname>
<label>Port</label>
<size>100</size>
</edit>
</control>
- Article last edited: 10/8/2013