RE: EM 12c Agent Install - Windows
Date: Wed, 18 Jul 2012 14:50:47 -0700 (PDT)
Message-ID: <f40adb0a-df12-453a-b1d8-d7f138282900_at_default>
Two other thoughts just struck me:
- Just to be sure, you ARE connected as cyg_server in that 2nd command right? This command - $ ssh -l cyg_server MADHGCAPP01 /bin/sh -c 'echo $TZ' - connects as that user and then echoes $TZ, but the one below it doesn't show who you're connected as.
- For those that are interested there's a new blog entry by a colleague of mine on applying BP1 - https://blogs.oracle.com/oem/entry/applying_oracle_enterprise_manager_cloud
Pete
Pete Sharman
Principal Product Manager
Enterprise Manager Product Suite
33 Benson Crescent CALWELL ACT 2905 AUSTRALIA
Phone: +61262924095 | | Fax: +61262925183 | | Mobile: +61414443449�
"Controlling developers is like herding cats."
Kevin Loney, Oracle DBA Handbook
"Oh no, it's not, it's much harder than that!"
Bruce Pihlamae, long term Oracle DBA
-----Original Message-----
From: Uzzell, Stephan [mailto:SUzzell_at_MICROS.COM]
Sent: Thursday, 19 July 2012 7:15 AM
To: Peter Sharman; kellyn.potvin_at_ymail.com; oracle-l_at_freelists.org
Subject: RE: EM 12c Agent Install - Windows
Fair enough... Now what I need is a Cygwin / SSH expert :)
Taking other machines out of the picture to simplify, it still doesn't retrieve the timezone via SSH.... weird
suzzell_at_MADHGCAPP01 ~
$ ssh -l cyg_server MADHGCAPP01 /bin/sh -c 'echo $TZ'
cyg_server_at_madhgcapp01's password:
suzzell_at_MADHGCAPP01 ~
$ echo $TZ
America/New_York
Stephan Uzzell
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of Peter Sharman
Sent: Wednesday, 18 July, 2012 16:58
To: Uzzell, Stephan; kellyn.potvin_at_ymail.com; oracle-l_at_freelists.org
Subject: RE: EM 12c Agent Install - Windows
I don't know enough about the installer to know if the timezone variable is a critical factor, but it is listed in table 8.1 of the basic installation guide as a prerequisite you must meet. I'd fix that first and see if there are still issues.
Pete
Pete Sharman
Principal Product Manager
Enterprise Manager Product Suite
33 Benson Crescent CALWELL ACT 2905 AUSTRALIA
Phone: +61262924095 | | Fax: +61262925183 | | Mobile: +61414443449�
"Controlling developers is like herding cats."
Kevin Loney, Oracle DBA Handbook
"Oh no, it's not, it's much harder than that!"
Bruce Pihlamae, long term Oracle DBA
-----Original Message-----
From: Uzzell, Stephan [mailto:SUzzell_at_MICROS.COM]
Sent: Thursday, 19 July 2012 6:26 AM
To: Peter Sharman; kellyn.potvin_at_ymail.com; oracle-l_at_freelists.org
Subject: RE: EM 12c Agent Install - Windows
Hi Pete,
- The OMS server is Windows 2008 R2 x64, SP1. I've tried the agent push to two different target hosts, both Windows 2003 x64, SP2, one enterprise, one standard.
- Cygwin is installed on both target hosts, and I validated SSH by pulling the date from the target:
suzzell_at_MADHGCAPP01 ~
$ ssh -l cyg_server MANADDBTST01 'date'
cyg_server_at_manaddbtst01's password:
Wed Jul 18 16:17:02 EDT 2012
3. Yes, I'm using Setup --> Add Target --> Add Targets Manually --> Add Host Targets.
I do believe I've granted all the necessary privileges to the cyg_server user at both the Windows and Cygwin levels.
One prerequisite in the install doc that is not working for me - and I don't know how important this truly is - I cannot over SSH retrieve the value of the time zone:
suzzell_at_MADHGCAPP01 ~
$ ssh -l cyg_server MANADDBTST01 /bin/sh -c 'echo $TZ'
cyg_server_at_manaddbtst01's password:
suzzell_at_MADHGCAPP01 ~
stephan
Stephan Uzzell
-----Original Message-----
From: Peter Sharman [mailto:pete.sharman_at_oracle.com]
Sent: Wednesday, 18 July, 2012 15:48
To: kellyn.potvin_at_ymail.com; Uzzell, Stephan; oracle-l_at_freelists.org
Subject: RE: EM 12c Agent Install - Windows
I think Kellyn means ignoreSysprereqs which in fact is done automatically IIRC. Anyway, it's certainly listed as there in the error.
Some details might help:
- OMS/Agent OS and versions
- Is Cygwin installed on the agent?
- How are you pushing the agent out? Add Host ...?
Pete
Pete Sharman
Principal Product Manager
Enterprise Manager Product Suite
33 Benson Crescent CALWELL ACT 2905 AUSTRALIA
Phone: +61262924095 | | Fax: +61262925183 | | Mobile: +61414443449�
"Controlling developers is like herding cats."
Kevin Loney, Oracle DBA Handbook
"Oh no, it's not, it's much harder than that!"
Bruce Pihlamae, long term Oracle DBA
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Wed Jul 18 2012 - 16:50:47 CDT