Prior to building a one-off binary for a customer, Development may want to determine if there exists any prior one-off binary for the same module or other module of Shareplex. This determination may be done as there may be dependency between the proposed one-off and the existing one. There could be other reasons as well.
To locate all one-off binaries (and libraries), issue the following commands at the respective directories (proddir refers to Product Directory):
1. For binaries:
issue the following command at /proddir/bin:
strings * | grep -i | oneoff
2. For libraries:
Do the following in /proddir/lib for all the libraries that show up in "ls -l" of /var/adm/.splex/<shareplex version>/lib* directory
strings * | grep -i | oneoff
The output can be emailed to Support for further analysis.
The following sample output shows the existing of one-off in one's environment:
[seahawks]:splxcrr2:/apps/crr02/splex/proddir/bin
---> strings * | grep -i ONEOFF
@(#) $Header: /project/splex/RCS/opst/sql.c,v 1.464 ONEOFF-CR174887
2006/05/03 20:43:36 smartin Exp $
oracle@wpsh4038 : 233 :/var/adm/.splex/V-5.1/lib92
% strings * | grep -i oneoff
@(#) $Header: /project/splex/RCS/que/sp_que.c,v 1.306.1.6 ONEOFF
CR137608 2005/09/14 20:18:43 rragland Exp $