Shell output would be useful as well; it will let you see the last thing the script did before it exited. Change the first line in she ar_install script by adding -x, e.g.:
#!/bin/sh #!/bin/sh -x Axton Grams On Nov 11, 2007 11:28 AM, Joe D'Souza <[EMAIL PROTECTED]> wrote: > ** Conrad those are lines where a file is being decompressed during the > installation.. I meant the last few lines before even this decompression > process started. > > It might be useful if you can get a truss output while performing the > install and check the results of this. This is likely to give you any error > caused at system level on UNIX. > > *Joe D'Souza* > > -----Original Message----- > From: Action Request System discussion list(ARSList) [ > mailto:[email protected] <[email protected]>]On Behalf Of Conrad > Pereira > Sent: Sunday, November 11, 2007 1:05 AM > To: [email protected] > Subject: Re: ARS 7.1 Installation Issue > > > I'm on Solaris 5.10. The last few lines from the arinstall.log are as > follows. It is happening on Stage 2: > > x locale/zh.UTF-8, 0 bytes, 0 tape blocks > x locale/zh.UTF-8/arsystem.cat, 202102 bytes, 395 tape blocks > x locale/ko.UTF-8, 0 bytes, 0 tape blocks > x locale/ko.UTF-8/arsystem.cat, 259908 bytes, 508 tape blocks > > Installing shared library files to /apps/remedy/ar/<AR Server Name>/bin > $ > > Cheers, > Conrad > > > > > On Nov 10, 2007 9:55 PM, Joe D'Souza <[EMAIL PROTECTED]> wrote: > > ** > > What version of Solaris are you on? It cant be 10g, that's Oracles > current > > running version.. did you mean Solaris 5.10? > > > > What exactly is the last line that you see on the arinstall.log.. Is > there > > anything that might be of interest on a few lines before that last line? > > > > Joe D'Souza > > > > -----Original Message----- > > From: Action Request System discussion list(ARSList) > > [mailto:[email protected] <[email protected]>]On Behalf Of Conrad > Pereira > > > > Sent: Saturday, November 10, 2007 7:16 AM > > To: [email protected] > > > > Subject: Re: ARS 7.1 Installation Issue > > > > > > > > > > I checked the arinstall.log and no errors are showing there. It is > showing > > the statement I mentioned below as the last line in the log file. > > > > Conrad > > > > On Nov 10, 2007 10:11 AM, Joe D'Souza <[EMAIL PROTECTED]> wrote: > > > ** > > > Did you check your arinstall.log file? You should find it in the > /var/tmp > > > folder. > > > > > > Cheers > > > > > > > > > > > > Joe D'Souza > > > > > > -----Original Message----- > > > From: Action Request System discussion list(ARSList) > > > [mailto:[email protected] <[email protected]>]On Behalf Of Conrad > Pereira > > > > > > > Sent: Saturday, November 10, 2007 12:22 AM > > > To: [email protected] > > > Subject: ARS 7.1 Installation Issue > > > > > > > > > Hi List, > > > > > > I'm having a problem while installing ARS 7.1 on a Solaris box. After > the > > > files start getting decompressed and installed, the installation goes > to > > > "Installing shared library files to <Remedy Installation > Location>/bin" > > and > > > it returns to the shell prompt. Has anyone faced this problem before? > I > > > checked the error log, environment history, installation log and all > seems > > > fine and does not show any errors. > > > > > > Environment: > > > > > > Solaris 10g > > > Oracle 10gR2 (remote machine) - Solaris Platform, all connectivity > fine > > and > > > TWO_TASK defined. > > > ARS 7.1 > > > > > > Regards, > > > > > > Conrad Pereira > > > CyberMAK Information Systems > > > Manama, > > > Bahrain > > > > > > Mobile: +973-39686636 > __20060125_______________________This posting was submitted with HTML in > it___ > _______________________________________________________________________________ UNSUBSCRIBE or access ARSlist Archives at www.arslist.org Platinum Sponsor: www.rmsportal.com ARSlist: "Where the Answers Are"

