| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| This works for Solaris and Linux. find / -name version.rel -print -exec cat {} \; You might be able to wrap it in a script and execute from remsh. It will also pick up any ingres net installations. Here is some sample output. Linux # find / -name version.rel -print -exec cat {} \; /data1/Ingres/IngresII/ingres/version.rel II 9.1.1 (int.lnx/103)NPTL Solaris root> find / -name version.rel -print -exec cat {} \; /data2/ingresbak/version.rel II 9.1.1 (su9.us5/103) /data1/ingres/install/backup/pre-p12899_1/version.rel II 9.1.1 (su9.us5/103) /data1/ingres/version.rel II 9.1.1 (su9.us5/103) 12899 ------------------------------------------------------------ II 9.1.1 (su9.us5/103) /data1/ingres/patch12899/version.rel II 9.1.1 (su9.us5/103) 12899 /data1/ingres.26/version.rel II 2.6/0305 (su4.us5/00) 10672 ------------------------------------------------------------ II 2.6/0305 (su4.us5/00) 9866 ------------------------------------------------------------ II 2.6/0305 (su4.us5/00) 9764 ------------------------------------------------------------ II 2.6/0207 (su4.us5/07) 9278 ------------------------------------------------------------ II 2.6/0207 (su4.us5/02b) -----Original Message----- From: info-ingres-bounces-at-kettleriverconsulting.com [mailto:info-ingres-bounces-at-kettleriverconsulting.com]On Behalf Of pwu-at-qantas.com.au Sent: Tuesday, 14 October 2008 10:18 AM To: info-ingres-at-kettleriverconsulting.com Subject: [Info-Ingres] Solaris/AIX/HPUX Scan for Ingres Hi, I want to run a scan of all my many UNIX machines to check whether Ingres is installed on the machine and if so what version. The UNIX machines can have an Operating System of Solaris, HPUX or AIX. How can I find out if Ingres is installed and if so, what is the Ingres version? Thanks for any help. _______________________________________________ Info-Ingres mailing list Info-Ingres-at-kettleriverconsulting.com http://www.kettleriverconsulting.com...fo/info-ingres |
|
#2
|
| Would it be true to say that if Ingres is installed on a machine then the user "ingres" MUST exist? |
![]() |
| Thread Tools | |
| Display Modes | |