Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Re: disable salvage in Netstorage

2 views
Skip to first unread message

Simon Flood

unread,
Sep 1, 2009, 9:08:52 AM9/1/09
to
On 31/08/2009 16:16, txrjohnson wrote:

> Is there a way to disable the "Show Deleted Files" in Netstorage? We are
> currently on Netware OES 6.5 SP7

You need to edit sys:\tomcat\4\webapps\NetStorage\menucfg.js and replace
the following code (in the 'viewMenus=new Array(' section)

--begin--
new Array(msgRefresh,"javascript:refreshCmd()","ViewRefresh"),
null,
new Array(msgShowDeleted,"javascript:showDeleted()","ViewDeleted"))
---end---

with

--begin--
new Array(msgRefresh,"javascript:refreshCmd()","ViewRefresh"))
---end---

Note that this is not just deleting two lines - the first line has the
trailing comma changed to a close bracket.

Make a backup of the file first and note that any active NetStorage
users will see your changes (including any errors) once you save the
file. There is no need to restart any web-related services or the server.

Be aware that applying service packs will overwrite your changes to be
sure to backup the updated file before upgrading. You will then need to
check whether there have been any modifications by Novell before putting
your edited file back in place.

HTH.
--
Simon

------------------------------------------------------------------------
Do you work with Novell technologies at a university, college or school?
If so, your campus could benefit from joining the Novell Technology
Transfer Partners (TTP) group. See www.novell.com/ttp for more details.
------------------------------------------------------------------------

0 new messages