Re: [U2] AIX uname and Redback

2011-08-05 Thread Symeon Breen
...@listserver.u2ug.org] On Behalf Of Tony Gravagno Sent: 04 August 2011 22:35 To: u2-users@listserver.u2ug.org Subject: Re: [U2] AIX uname and Redback Yeah, I already asked the client to use which uname and to otherwise look around for another executable, and the one in /usr/bin is the only one he can find. Keep

Re: [U2] AIX uname and Redback

2011-08-05 Thread Symeon Breen
...@listserver.u2ug.org] On Behalf Of Tony Gravagno Sent: 05 August 2011 02:36 To: u2-users@listserver.u2ug.org Subject: Re: [U2] AIX uname and Redback To my knowledge Redback itself isn't being asked for anything. A BASIC sub was executed and returned the short result - I believe this does what you're suggesting

Re: [U2] AIX uname and Redback

2011-08-05 Thread Hona, David
entry and call that...I am guessing that this for UV? -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno Sent: Friday, 5 August 2011 11:36 AM To: u2-users@listserver.u2ug.org Subject: Re: [U2] AIX uname

[U2] AIX uname and Redback

2011-08-04 Thread Tony Gravagno
We have a client who found uname -Fa on AIX 5.3 doesn't return the unique system ID value when run through Redback. Suggestions are welcome about how to get the whole value. For example: From the command line and UO the result from 'uname -Fa' is: AIX hostname 3 5 ccsp mmmccs

Re: [U2] AIX uname and Redback

2011-08-04 Thread Kevin King
Tony, are you sure Redback isn't setting some $PATH that's running something other than the AIX uname (/usr/bin/uname)? -Kevin http://www.PrecisOnline.com ___ U2-Users mailing list U2-Users@listserver.u2ug.org

Re: [U2] AIX uname and Redback

2011-08-04 Thread Gregor Scott
it to the result RedBack is reporting. -Original Message- From: u2-users-boun...@listserver.u2ug.org [mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of Tony Gravagno Sent: Friday, 5 August 2011 3:37 AM To: u2-users@listserver.u2ug.org Subject: [U2] AIX uname and Redback We have

Re: [U2] AIX uname and Redback

2011-08-04 Thread Tony Gravagno
To my knowledge Redback itself isn't being asked for anything. A BASIC sub was executed and returned the short result - I believe this does what you're suggesting. That sub also kicks off a phantom with the same results. Code is below. FYI, I don't use Redback myself so please forgive any

Re: [U2] AIX uname and Redback

2011-08-04 Thread Brian Whitehorn
@listserver.u2ug.org Subject: [U2] AIX uname and Redback We have a client who found uname -Fa on AIX 5.3 doesn't return the unique system ID value when run through Redback. Suggestions are welcome about how to get the whole value. For example: From the command line and UO the result from 'uname -Fa