OEM DB control slightly broken after 10.2 fresh install

People,
I just installed 10.2.0.2 on Solaris x86 using instructions I found here:
http://bikle.com/protected/o10gR2_solaris10x86
Everything seems to work okay except for some small areas inside of EM database control.
For example, in the first page of the Home tab I see a Java null pointer exception.
After a minute, the page changes shape and gives information about:
DB Instance
Listener
General
Agent Connection to Instance
It says :
the DB Instance is down
the Agent Connection to Instance is down
the Listener is up
General is up
Here are some details I see about
the Agent Connection to Instance
Failed to connect to database instance: ORA-12505: TNS:listener does
not currently know of SID given in connect descriptor (DBD ERROR:
OCIServerAttach).
In the performance tab,
I see this:
java.lang.Exception: Invalid BoundDataSource: no class, method or dataSource provided.
at oracle.sysman.emSDK.chart.EmChartBoundDataSourceBean.initDataSource(EmChartBoundDataSourceBean.java:97)
Aside from this,
parts of EM work just fine.
In the Administration tab,
I can do things like query data files.
In the Maintenance tab,
I was able to do an Object Level Recovery of a row
which I had deleted from a table.
Can you give me any tips on how to get EM fully functional?
jr

Well,
I found a configuration file which appears to have the tns alias in it:
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 38 $ grep orcl emoms.properties
oracle.sysman.eml.mntr.emdRepDBName=orcl
oracle.sysman.eml.mntr.emdRepSID=orcl
oracle.sysman.eml.mntr.emdRepConnectDescriptor=(DESCRIPTION\=(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=TCP)(HOST\=sol)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=orcl)))
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 39 $
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 39 $
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 39 $
I checked the listener:
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 39 $
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 39 $ lsnrctl serv
LSNRCTL for Solaris: Version 10.2.0.2.0 - Production on 24-SEP-2006 14:14:10
Copyright (c) 1991, 2005, Oracle. All rights reserved.
Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
Services Summary...
Service "PLSExtProc" has 1 instance(s).
Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:0 refused:0
LOCAL SERVER
Service "orcl" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:150 refused:0 state:ready
LOCAL SERVER
Service "orclXDB" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Handler(s):
"D000" established:0 refused:0 current:0 max:992 state:ready
DISPATCHER <machine: sol, pid: 12878>
(ADDRESS=(PROTOCOL=tcp)(HOST=sol)(PORT=33257))
Service "orcl_XPT" has 1 instance(s).
Instance "orcl", status READY, has 1 handler(s) for this service...
Handler(s):
"DEDICATED" established:150 refused:0 state:ready
LOCAL SERVER
The command completed successfully
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 40 $
I tested connectivity via sqlplus:
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 40 $
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 40 $ sqlplus 'sys/sys@orcl as sysdba'
SQL*Plus: Release 10.2.0.2.0 - Production on Sun Sep 24 14:15:00 2006
Copyright (c) 1982, 2005, Oracle. All Rights Reserved.
Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL>
SQL> show user
USER is "SYS"
SQL>
SQL>
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 41 $
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 41 $ tnsping orcl
TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 24-SEP-2006 14:17:14
Copyright (c) 1997, 2005, Oracle. All rights reserved.
Used parameter files:
/h/oracle/product/10r2/network/admin/sqlnet.ora
Used TNSNAMES adapter to resolve the alias
Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = sol)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl)))
OK (10 msec)
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 42 $
bash sol oracle ~/product/10r2/sol_orcl/sysman/config 42 $
I'm stumped,
usually ORA-12505
is easy to troubleshoot.
-jr

Similar Messages

  • OEM DB Control 10.2 slightly broken after fresh install

    People,
    I just installed 10.2.0.2 on Solaris x86 using instructions I found here:
    http://bikle.com/protected/o10gR2_solaris10x86
    Everything seems to work okay except for some small areas inside of EM database control.
    For example, in the first page of the Home tab I see a Java null pointer exception.
    After a minute, the page changes shape and gives information about:
    DB Instance
    Listener
    General
    Agent Connection to Instance
    It says :
    the DB Instance is down
    the Agent Connection to Instance is down
    the Listener is up
    General is up
    Here are some details I see about
    the Agent Connection to Instance
    Failed to connect to database instance: ORA-12505: TNS:listener does
    not currently know of SID given in connect descriptor (DBD ERROR:
    OCIServerAttach).
    In the performance tab,
    I see this:
    java.lang.Exception: Invalid BoundDataSource: no class, method or dataSource provided.
    at oracle.sysman.emSDK.chart.EmChartBoundDataSourceBean.initDataSource(EmChartBoundDataSourceBean.java:97)
    Aside from this,
    parts of EM work just fine.
    In the Administration tab,
    I can do things like query data files.
    In the Maintenance tab,
    I was able to do an Object Level Recovery of a row
    which I had deleted from a table.
    Can you give me any tips on how to get EM fully functional?
    jr

    People,
    I just installed 10.2.0.2 on Solaris x86 using instructions I found here:
    http://bikle.com/protected/o10gR2_solaris10x86
    Everything seems to work okay except for some small areas inside of EM database control.
    For example, in the first page of the Home tab I see a Java null pointer exception.
    After a minute, the page changes shape and gives information about:
    DB Instance
    Listener
    General
    Agent Connection to Instance
    It says :
    the DB Instance is down
    the Agent Connection to Instance is down
    the Listener is up
    General is up
    Here are some details I see about
    the Agent Connection to Instance
    Failed to connect to database instance: ORA-12505: TNS:listener does
    not currently know of SID given in connect descriptor (DBD ERROR:
    OCIServerAttach).
    In the performance tab,
    I see this:
    java.lang.Exception: Invalid BoundDataSource: no class, method or dataSource provided.
    at oracle.sysman.emSDK.chart.EmChartBoundDataSourceBean.initDataSource(EmChartBoundDataSourceBean.java:97)
    Aside from this,
    parts of EM work just fine.
    In the Administration tab,
    I can do things like query data files.
    In the Maintenance tab,
    I was able to do an Object Level Recovery of a row
    which I had deleted from a table.
    Can you give me any tips on how to get EM fully functional?
    jr

  • Netstorage broken after 6.5 SP5 install

    After patching to SP5 (and post patches) on NWSB 6.5 server, NS is
    broke. Users can login and drives map OK, but no data appears.
    After the SP5 install, I couldn't authenticate. I followed TID
    10098297 and that fixed authentication.
    also - when trying to access NSADMIN, I get an error that I'm not
    authorized and that I need to be proxy user or equiv. logged in as me
    and user Admin. no luck.
    Jeff

    OK, if I map with IP address, I can see files now, but.... when I try
    to download, it prompts for login/password again. And won't accept
    anything.
    JeffB wrote:
    > After patching to SP5 (and post patches) on NWSB 6.5 server, NS is
    > broke. Users can login and drives map OK, but no data appears.
    >
    > After the SP5 install, I couldn't authenticate. I followed TID
    > 10098297 and that fixed authentication.
    >
    > also - when trying to access NSADMIN, I get an error that I'm not
    > authorized and that I need to be proxy user or equiv. logged in as me
    > and user Admin. no luck.
    >
    > Jeff

  • Safari, Mail, iTunes Broken after failed Safari 3 install

    Hi,
    I tried to install the Safari 3 beta. The installer froze while in the configuration stage. I forced quit. Afterwards, Safari refused to open, as it had already been deleted by the installer. This was not altogether a surprise. However, I am also unable to open Mail or iTunes. Furthermore, I cannot open the Safari installer to try to reinstall Safari.
    Does anyone have any suggestions for where I can go from here? I hope I don't have to reinstall OS X altogether.
    Thanks,
    David

    OK, thanks everyone for the help.
    After digging around in the system folder (dangerous, I know) and comparing it with another Mac, I discovered that I was missing the Webkit framework from the Frameworks folder and a Javascriptglue (?) framework from the Private Frameworks folder. Venturing into a root account (still more dangerous), I duplicated the missing frameworks from my other Mac and added them to their respective folders.
    Clearly, the Safari 3 installer froze up after deleting these frameworks but before reinstalling them. No harm done, as I was able to use my other Mac (which was completely up-to-date, bar Safari 3) as a source for the missing files.
    Thanks to both of you for your suggestions.
    P.S. On the off-chance that someone hits on this topic while looking for help with a problem, I should point out that using the root account can be very bad for your computer if you don't know exactly what you're doing. Messing around with your system folder can also prove fatal. Please be careful.

  • Archlinux (after fresh) Install Script

    I want to share my archlinux install script dat i use after do a fresh install, if u have any idea of how to make it better pls post here
    #!/bin/bash
    # By helmuthdu
    #custom repositories #{{{
    read -p "Install custom repositories [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    echo -e '[ayatana]\nServer = http://repo.ayatana.info/' >> /etc/pacman.conf
    fi
    #system update #{{{
    pacman -Syu
    read -p "Reboot your system [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    reboot
    fi
    #create a new user #{{{
    read -p "New user name: " USERNAME
    useradd -m -g users -G users,audio,lp,optical,storage,video,wheel,games,power,scanner -s /bin/bash $USERNAME
    passwd $USERNAME
    #set user as sudo #{{{
    pacman -S --noconfirm sudo
    EDITOR=nano visudo
    #install yaourt #{{{
    read -p "Install yaourt [y][n]" OPTION
    if [ $OPTION = "y" ]; then
    pacman -S --noconfirm base-devel yajl
    su -l $USERNAME --command="
    wget http://aur.archlinux.org/packages/package-query/package-query.tar.gz;
    tar zxvf package-query.tar.gz;
    cd package-query;
    makepkg --noconfirm -si;
    cd ..;
    rm -fr package-query*
    su -l $USERNAME --command="
    wget http://aur.archlinux.org/packages/yaourt/yaourt.tar.gz;
    tar zxvf yaourt.tar.gz;
    cd yaourt;
    makepkg --noconfirm -si;
    cd ..;
    rm -fr yaourt*
    fi
    #base system #{{{
    pacman -S --noconfirm curl bc rsync mlocate bash-completion vim
    pacman -S --noconfirm gutenprint foomatic-db foomatic-db-engine foomatic-db-nonfree foomatic-filters hplip splix cups-pdf
    pacman -S --noconfirm ntfs-3g ntfsprogs
    pacman -S --noconfirm rssh openssh samba
    #configure ssh/samba #{{{
    echo -e "sshd: ALL\n# End of file" > /etc/hosts.allow
    echo -e "ALL: ALL: DENY\n# End of file" > /etc/hosts.deny
    cp /etc/samba/smb.conf.default /etc/samba/smb.conf
    #ssh_conf #{{{
    sed -i '/ListenAddress/s/^#//' /etc/ssh/sshd_config
    sed -i '/SyslogFacility/s/^#//' /etc/ssh/sshd_config
    sed -i '/LogLevel/s/^#//' /etc/ssh/sshd_config
    sed -i '/LoginGraceTime/s/^#//' /etc/ssh/sshd_config
    sed -i '/PermitRootLogin/s/^#//' /etc/ssh/sshd_config
    sed -i '/StrictModes/s/^#//' /etc/ssh/sshd_config
    sed -i '/RSAAuthentication/s/^#//' /etc/ssh/sshd_config
    sed -i '/PubkeyAuthentication/s/^#//' /etc/ssh/sshd_config
    sed -i '/IgnoreRhosts/s/^#//' /etc/ssh/sshd_config
    sed -i '/PermitEmptyPasswords/s/^#//' /etc/ssh/sshd_config
    sed -i '/X11Forwarding/s/^#//' /etc/ssh/sshd_config
    sed -i '/X11Forwarding/s/no/yes/' /etc/ssh/sshd_config
    sed -i '/X11DisplayOffset/s/^#//' /etc/ssh/sshd_config
    sed -i '/X11UseLocalhost/s/^#//' /etc/ssh/sshd_config
    sed -i '/PrintMotd/s/^#//' /etc/ssh/sshd_config
    sed -i '/PrintMotd/s/yes/no/' /etc/ssh/sshd_config
    sed -i '/PrintLastLog/s/^#//' /etc/ssh/sshd_config
    sed -i '/TCPKeepAlive/s/^#//' /etc/ssh/sshd_config
    pacman -S --noconfirm tar gzip bzip2 unzip unrar p7zip
    pacman -S --noconfirm alsa-utils alsa-oss alsa-plugins
    sed -i '/MODULES/s/MODULES=(/&fuse/' /etc/rc.conf
    #install video driver #{{{
    pacman -S --noconfirm xorg-server xorg-xinit xorg-utils xorg-server-utils xorg-xauth xf86-input-evdev xf86-input-synaptics
    pacman -S --noconfirm mesa mesa-demos
    read -p "Video driver (intel|nvidia|nouveau|virtualbox): " VIDEO
    if [ $VIDEO = "intel" ]; then
    pacman -S --noconfirm libgl xf86-video-intel
    elif [ $VIDEO = "nvidia" ]; then
    pacman -S nvidia nvidia-utils
    elif [ $VIDEO = "nouveau" ]; then
    pacman -S --noconfirm libgl xf86-video-nouveau nouveau-dri
    modprobe nouveau
    sed -i '/MODULES/s/^[^ ]*\>/& nouveau/' /etc/rc.conf
    elif [ $VIDEO = "virtualbox" ]; then
    pacman -S --noconfirm virtualbox-archlinux-additions
    modprobe -a vboxguest vboxsf vboxvideo
    sed -i '/MODULES/s/^[^ ]*\>/& vboxguest vboxsf vboxvideo/' /etc/rc.conf
    groupadd vboxsf
    gpasswd -a $USERNAME vboxsf
    fi
    #git access thru a firewall #{{{
    #this config help me to bypass the company firewall for git access
    TOR=""
    read -p "config git access thru a firewall [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm gtk-doc openbsd-netcat vidalia privoxy git"
    echo 'forward-socks5 / 127.0.0.1:9050 .' >> /etc/privoxy/config
    echo -e '#!/bin/bash\nnc.openbsd -xlocalhost:9050 -X5 $*' >> /usr/bin/proxy-wrapper
    chmod +x /usr/bin/proxy-wrapper
    echo -e '\nexport GIT_PROXY_COMMAND="/usr/bin/proxy-wrapper"' >> /etc/bash.bashrc
    export GIT_PROXY_COMMAND="/usr/bin/proxy-wrapper"
    groupadd -g 42 privoxy
    useradd -u 42 -g privoxy -s /bin/false -d /etc/privoxy privoxy
    pacman -S --noconfirm tor privoxy
    rc.d restart tor privoxy
    su -l $USERNAME --command="sudo /etc/rc.d/tor restart"
    su -l $USERNAME --command="sudo /etc/rc.d/privoxy restart"
    TOR="tor privoxy"
    fi
    #install desktop environment #{{{
    read -p "Desktop Environment (Gnome|KDE): " DE
    #gnome #{{{
    if [ $DE = "gnome" ]; then
    #desktop #{{{
    pacman -S --noconfirm gnome gnome-extra
    pacman -S --noconfirm gamin pulseaudio-gnome gnome-tweak-tool telepathy deja-dup
    pacman -S --noconfirm gnome-packagekit gnome-settings-daemon-updates
    pacman -Rdd --noconfirm sushi
    su -l $USERNAME --command="yaourt -S --noconfirm gloobus-sushi-bzr"
    su -l $USERNAME --command="yaourt -S --noconfirm gnome-shell-system-monitor-applet-git gnome-shell-extension-noa11y-git gnome-shell-extension-weather-git gnome-shell-extension-user-theme gnome-shell-extension-workspace-indicator gnome-shell-extension-places-menu gnome-shell-extension-dock gnome-shell-extension-pomodoro gnome-shell-extension-mediaplayer-git"
    #aparencia #{{{
    su -l $USERNAME --command="yaourt -S --noconfirm faience-icon-theme elementary-icons"
    su -l $USERNAME --command="yaourt -S --noconfirm zukitwo-themes light-themes-bzr egtk-bzr"
    su -l $USERNAME --command="yaourt -S --noconfirm gnome-shell-theme-faience gnome-shell-theme-nord gnome-shell-theme-eos"
    #acessórios #{{{
    su -l $USERNAME --command="yaourt -S --noconfirm docky guake gpaste kupfer automounter"
    su -l $USERNAME --command="yaourt -S --noconfirm gnome-activity-journal libzeitgeist zeitgeist-datahub zeitgeist-extensions"
    su -l $USERNAME --command="yaourt -S --noconfirm gedit-plugins gedit-latex"
    su -l $USERNAME --command="yaourt -S --noconfirm nautilus-open-terminal nautilus-terminal nautilus-dropbox gnome-defaults-list"
    su -l $USERNAME --command="echo -e '[general]\ndef_term_height=10\ndef_visible=0\n\n[terminal]\nshell=/bin/bash' > ~/.nautilus-terminal"
    #escritório #{{{
    pacman -S --noconfirm libreoffice-pt-BR libreoffice-{base,calc,draw,impress,math,writer,gnome} libreoffice-extension-presenter-screen libreoffice-extension-pdfimport
    pacman -S --noconfirm chmsee
    #impressão #{{{
    pacman -S --noconfirm system-config-printer-gnome
    #graficos #{{{
    pacman -S --noconfirm shotwell
    #internet #{{{
    #networkmanager #{{{
    NETWORKMANAGER="network"
    read -p "Install networkmanager [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    pacman -S --noconfirm networkmanager network-manager-applet
    groupadd networkmanager
    gpasswd -a $USERNAME networkmanager
    NETWORKMANAGER="networkmanager"
    fi
    #multimedia #{{{
    su -l $USERNAME --command="yaourt -S --noconfirm exaile exfalso transmageddon"
    #arista #{{{
    read -p "Install arista [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm arista-transcoder"
    fi
    #outros #{{{
    pacman -S --noconfirm gksu gvfs-smb xdg-user-dirs
    su -l $USERNAME --command="yaourt -S --noconfirm figlet cowsay conky-lua"
    LOGINMANAGER=gdm
    #KDE #{{{
    elif [ $DE = "kde" ]; then
    #desktop #{{{
    pacman -S --noconfirm kde kde-l10n-pt_br yakuake
    pacman -Rcsn --noconfirm kdenetwork-kopete kdemultimedia-kscd kdemultimedia-juk kdemultimedia-dragonplayer
    #aparencia #{{{
    su -l $USERNAME --command="yaourt -S --noconfirm chakra-gtk-config"
    su -l $USERNAME --command="yaourt -S --noconfirm oxygen-gtk qtcurve-gtk2 qtcurve-kde4"
    su -l $USERNAME --command="yaourt -S --noconfirm kfaenza-icon-theme"
    su -l $USERNAME --command="yaourt -S --noconfirm yakuake-skin-plasma-oxygen-panel plasma-icontasks plasma-theme-caledonia kdm-theme-caledonia ksplash-caledonia bespin-svn"
    # impressão #{{{
    pacman -S --noconfirm kdeadmin-system-config-printer-kde
    # escritório #{{{
    pacman -S --noconfirm libreoffice-pt-BR libreoffice-{base,calc,draw,impress,math,writer,kde4} libreoffice-extension-presenter-screen libreoffice-extension-pdfimport
    pacman -S --noconfirm kchmviewer
    #graficos #{{{
    pacman -S --noconfirm digikam kipi-plugins
    #internet #{{{
    pacman -S --noconfirm choqok
    pacman -S --noconfirm telepathy-kde telepathy
    #networkmanager #{{{
    NETWORKMANAGER="network"
    read -p "Install networkmanager [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    pacman -S --noconfirm networkmanager kdeplasma-applets-networkmanagement
    groupadd networkmanager
    gpasswd -a $USERNAME networkmanager
    NETWORKMANAGER="networkmanager"
    fi
    #multimediaa #{{{
    pacman -S --noconfirm amarok k3b dvd+rw-tools
    su -l $USERNAME --command="yaourt -S --noconfirm vlc phonon-vlc"
    su -l $USERNAME --command="yaourt -S --noconfirm minitube musique bangarang"
    # sistema #{{{
    su -l $USERNAME --command="yaourt -S --noconfirm kdirwatch kcm-wacomtablet quickaccess-plasmoid"
    su -l $USERNAME --command="yaourt -S --noconfirm apper-git"
    LOGINMANAGER=kdm
    fi
    #desenvolvimento #{{{
    #qtcreator #{{{
    read -p "Install qtcreator [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    pacman -S --noconfirm qtcreator qt-doc
    mkdir -p /home/$USERNAME/.config/Nokia/qtcreator/styles
    wget http://angrycoding.googlecode.com/svn/branches/qt-creator-monokai-theme/monokai.xml
    mv monokai.xml /home/$USERNAME/.config/Nokia/qtcreator/styles/
    chown -R $USERNAME:users /home/$USERNAME/.config
    fi
    #gvim #{{{
    read -p "Install gvim [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    pacman -Rdd --noconfirm vim
    pacman -S --noconfirm gvim meld splint tidyhtml pyflakes ctags wmctrl
    su -l $USERNAME --command="yaourt -S --noconfirm jsl"
    sed -i '/Icon/s/gvim/vim/g' /usr/share/applications/gvim.desktop
    fi
    #acessórios #{{{
    read -p "Install wunderlist [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm wunderlist"
    fi
    #escritório #{{{
    pacman -S --noconfirm aspell-pt
    su -l $USERNAME --command="yaourt -S --noconfirm hunspell-pt-br"
    read -p "Install Latex support [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    pacman -S --noconfirm texlive-latexextra texlive-langextra lyx
    su -l $USERNAME --command="yaourt -S --noconfirm abntex"
    fi
    #ferramentas de sistema #{{{
    pacman -S --noconfirm htop grsync
    pacman -S --noconfirm wine wine_gecko winetricks
    su -l $USERNAME --command="yaourt -S --noconfirm toilet figlet cowsay conky-lua-old"
    read -p "Install Virtualbox [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    pacman -S --noconfirm virtualbox virtualbox-additions
    su -l $USERNAME --command="yaourt -S --noconfirm virtualbox-ext-oracle"
    modprobe vboxdrv
    sed -i '/MODULES/s/^[^ ]*\>/& vboxdrv/' /etc/rc.conf
    groupadd vboxusers
    gpasswd -a $USERNAME vboxusers
    fi
    #graficos #{{{
    pacman -S --noconfirm gimp inkscape uniconvertor python2-numpy python-lxml
    su -l $USERNAME --command="yaourt -S --noconfirm xmind"
    su -l $USERNAME --command="yaourt -S --noconfirm gimp-paint-studio gimp-resynth gimpfx-foundry gimp-plugin-pandora gimp-plugin-saveforweb"
    #internet #{{{
    pacman -S --noconfirm firefox firefox-i18n-pt-br thunderbird thunderbird-i18n-pt-br flashplugin
    pacman -Rdd --noconfirm jre7-openjdk jdk7-openjdk
    su -l $USERNAME --command="yaourt -S --noconfirm jdk"
    su -l $USERNAME --command="yaourt -S --noconfirm google-chrome jdownloader"
    LAMP=""
    read -p "Install LAMP [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    pacman -S --noconfirm apache mysql php php-apache php-mcrypt php-gd
    su -l $USERNAME --command="yaourt -S --noconfirm adminer"
    rc.d restart httpd mysqld
    /usr/bin/mysql_secure_installation
    echo -e '\n# adminer configuration\nInclude conf/extra/httpd-adminer.conf' >> /etc/httpd/conf/httpd.conf
    echo -e 'application/x-httpd-php php' >> /etc/httpd/conf/mime.types
    echo -e '\n# Use for PHP 5.x:\nInclude conf/extra/php5_module.conf\nLoadModule php5_module modules/libphp5.so\nAddHandler php5-script php' >> /etc/httpd/conf/httpd.conf
    sed -i 's/DirectoryIndex\ index.html/DirectoryIndex\ index.html\ index.php/g' /etc/httpd/conf/httpd.conf
    sed -i 's/public_html/Sites/g' /etc/httpd/conf/extra/httpd-userdir.conf
    sed -i '/mcrypt.so/s/^;//' /etc/php/php.ini
    sed -i '/mysqli.so/s/^;//' /etc/php/php.ini
    sed -i '/mysql.so/s/^;//' /etc/php/php.ini
    sed -i '/gd.so/s/^;//' /etc/php/php.ini
    su -l $USERNAME --command="mkdir -p ~/Sites"
    su -l $USERNAME --command="chmod 775 ~/ && chmod -R 775 ~/Sites"
    rc.d restart httpd mysqld
    LAMP="httpd mysqld"
    fi
    #jogos #{{{
    read -p "Install Games [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    read -p "Install Astromenace [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm astromenace"
    fi
    read -p "Install Maniadrive [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm maniadrive"
    fi
    read -p "Install World of Padman [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm worldofpadman"
    fi
    read -p "Install Wesnoth [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    read -p "Install Devel Version [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm wesnoth-devel"
    else
    pacman -S --noconfirm wesnoth
    fi
    fi
    read -p "Install Simutrans [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm simutrans"
    fi
    read -p "Install Heroes of Newerth [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm hon"
    fi
    read -p "Install Tales of Maj'Eyal: Age of Ascendancy [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm tome4"
    fi
    read -p "Install Numptyphysics [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm numptyphysics-svn"
    fi
    read -p "Install Counter-Strike 2D [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm counter-strike-2d"
    fi
    read -p "Install M.A.R.S. [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm mars-shooter"
    fi
    read -p "Install SuperTuxKart [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm supertuxkart"
    fi
    read -p "Install OpenTyrian [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm opentyrian-hg"
    fi
    read -p "Install Warsow [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm warsow"
    fi
    read -p "Install Doukutsu [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm doukutsu"
    fi
    fi
    #multimedia #{{{
    su -l $USERNAME --command="yaourt -S --noconfirm gstreamer0.10-plugins pulseaudio"
    su -l $USERNAME --command="yaourt -S --noconfirm libquicktime libdvdread libdvdnav libdvdcss codecs cdrdao"
    su -l $USERNAME --command="yaourt -S --noconfirm xbmc"
    read -p "Install midi support[y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    su -l $USERNAME --command="yaourt -S --noconfirm timidity++ fluidr3"
    echo -e 'soundfont /usr/share/soundfonts/fluidr3/FluidR3GM.SF2' >> /etc/timidity++/timidity.cfg
    fi
    #font #{{{
    su -l $USERNAME --command="yaourt -S --noconfirm ttf-ms-fonts ttf-dejavu ttf-liberation ttf-kochi-substitute ttf-google-webfonts ttf-roboto"
    read -p "Install patched font configuration [(i)nfinity][(u)buntu][(n)one]: " OPTION
    if [ $OPTION = "i" ]; then
    pacman -Rdd --noconfirm freetype2
    su -l $USERNAME --command="yaourt -S freetype2-infinality"
    wget http://www.infinality.net/files/local.conf
    mv local.conf /etc/fonts/
    elif [ $OPTION = "u" ]; then
    pacman -Rdd --noconfirm cairo fontconfig freetype2 libxft
    su -l $USERNAME --command="yaourt -S --noconfirm cairo-ubuntu fontconfig-ubuntu freetype2-ubuntu"
    fi
    # misc #{{{
    #configure rc.conf #{{{
    sed -i /"DAEMONS"/d /etc/rc.conf
    echo "DAEMONS=(syslog-ng crond alsa sshd samba dbus cupsd $TOR $LAMP $LOGINMANAGER $NETWORKMANAGER)" >> /etc/rc.conf
    echo "System configuration complete"
    #reboot #{{{
    read -p "Reboot your system [y][n]: " OPTION
    if [ $OPTION = "y" ]; then
    reboot
    fi
    Last edited by helmuthdu (2011-11-17 22:05:09)

    I appreciate the reply.
    My fresh install from the DVD finished and the problem was still occurring. I'm now zeroing the data (one pass), per your suggestion. I'll then do an install of Leopard via Firewire, as I'm unable to start it from the DVD.
    I'm curious how a bad install would prevent the computer from starting from a CD/DVD. I'm able to use the install CD/DVD in other computer without any problems, so I don't believe the physical disk is the issue. When I start while holding OPTION, and insert the DVD, it comes up as a boot-able option. Also, the disk image I initially used hasn't had any issues to date.
    Thanks again,
    Ben

  • OEM grid control installation

    hi
    i am trying to install the OEM grid control on my machine configured with statis IP address
    After installation when configuration assistants start to configure. i face the following error continuously.
    java security configuration assistan fails with the following errors
    jaznca.log at "E:\oracle\product\10.1.0\em\cfgtoollogs" contains the following
    Oracle JAAS [Fri Mar 10 18:01:55 GMT+05:00 2006]: exception: null
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at oracle.security.jazn.util.JAZNInstallHelper.resync(Unknown Source)
    at oracle.security.jazn.util.JAZNInstallHelper.setCredentials(Unknown Source)
    at oracle.security.jazn.util.JAZNInstallHelper.main(Unknown Source)
    Caused by: oracle.ias.sysmgmt.exception.TaskException: TaskMaster initialization failed.
    Root Cause: Subscription request timed out after 120000 millseconds. Possible causes: OPMN may not be running, you may have an OPMN running in an alternate ORACLE_HOME using duplicate port values, or OPMN may be misconfigured.
    Resolution: check the system configuration and make sure that the client can access the repository database.
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.TaskMaster.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.sysInit(Unknown Source)
    at oracle.ias.sysmgmt.task.InstanceManager.init(Unknown Source)
    at oracle.ias.sysmgmt.EntryPoint.init(Unknown Source)
    at oracle.security.jazn.smi.DcmUtil.resyncInstance(Unknown Source)
    ... 7 more
    I started the OPMN manually and clicked on RETRY to configure this assistant. again failed and now
    jaznca.log contains the following
    Oracle JAAS [Fri Mar 10 18:06:50 GMT+05:00 2006]: exception: null
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at oracle.security.jazn.util.JAZNInstallHelper.resync(Unknown Source)
    at oracle.security.jazn.util.JAZNInstallHelper.setCredentials(Unknown Source)
    at oracle.security.jazn.util.JAZNInstallHelper.main(Unknown Source)
    Caused by: java.lang.Exception: At instance:EnterpriseManager0.lhrpc419.lhr.systemsltd.com Error:See base exception for details.
    Base Exception:
    oracle.ias.sysmgmt.exception.TaskException:OPMN process startup has timed out.
    Resolution: Try starting the OPMN process using the command line utility "$ORACLE_HOME/OPMN/bin/OPMNctl start". If the OPMN process does not start check the log files in $ORACLE_HOME/OPMN/logs for more information.See base exception for details.
    at oracle.security.jazn.smi.DcmUtil.resyncInstance(Unknown Source)
    ... 7 more
    ons.log at "E:\oracle\product\10.1.0\em\opmn\logs" contains following
    06/03/10 18:05:32 [4] ONS server initiated
    06/03/10 18:05:47 [4] Logging disabled
    06/03/10 18:05:49 [4] ONS server initiated
    06/03/10 18:05:49 [2] BIND (No error)
    06/03/10 18:05:49 [2] 0.0.24.56:6200 - listener BIND failed
    06/03/10 18:05:49 [4] Listener thread 860: 192.168.0.70:6200 (0x401) terminating
    06/03/10 18:05:49 [2] BIND (No error)
    06/03/10 18:05:49 [1] Local listener terminated
    can you guide that how to catter with this?
    regards

    Are you doing the Grid Control installation into a new Oracle Home? I would try a fresh installation...Typically, the installation itself is fairly straightforward..

  • Installing OEM Grid Control not complete?

    Hi,
    I've installed OEM Grid Control on Solaris 5.10
    Enterprise Manager 10g Grid Control Release 2 (v10.2.x)
    Full Installers (Agent, Repository, OMS, and Management Packs)
    from link
    but no OMS ha been installed.
    I had no choice during the installation process to mark it as well as other components like: Agent, Repository.
    Is it not enough to use Disk1/.../runInstaller ???
    Can anybody advice me how to install it completely (without patches, they blur the process to me, at present)
    ?

    Yes, that should be enough. After that you have to choose one of the 2 choices and click next
    1) Enterprise manager 10g grid control using new database
    2) Enterprise manager 10g grid control using existing database.
    Thanks,
    Tarun

  • Do i need to reconfigure OEM Database Control when change ip address?

    Hi all.
    Do i need to reconfigure OEM Database Control after a change of ip address?
    I mean, i have an OEL5 box with 10g Rel2. I have configure the server with a static ip address.
    This server will be sent to another location and it's possible the ip address will be changed. It will remain a static ip, but may change. Since i plan to deliver this server with rman jobs within OEM Database Control. I'd like to know if this will continue working after an eventual ip address change ....
    Regards....!

    myluism wrote:
    Hi all.
    Do i need to reconfigure OEM Database Control after a change of ip address?
    I mean, i have an OEL5 box with 10g Rel2. I have configure the server with a static ip address.
    This server will be sent to another location and it's possible the ip address will be changed. It will remain a static ip, but may change. Since i plan to deliver this server with rman jobs within OEM Database Control. I'd like to know if this will continue working after an eventual ip address change ....
    Regards....!It depends.
    When you created the dbcontrol, the configuration was put in a directory in ORACLE_HOME named something like 'hostname_sid' and there are also files under that where the hostname is baked into either the file name or a property of a configration defined within a file. If it is truly hostname, you might be ok, but if it is actually IP address instead of host name (I have seen that) then you obviously have a problem.
    Over the years (and across several versions) I've found the OEM repository to be rather "brittle", and Oracle to have a rather cavalier attitude about rebuilding it. As a result, I specifically DO NOT have anything important - and very specifically my backup jobs - in the repository. I still schedule my backups through rman, though I know many people use dbms_scheduler. But even that appears to not be the same as an oem controlled schedule.

  • Linux OEM Grid Control 10.2.0.1.0 installation issue

    Just a heads up to anyone installing Linux OEM Grid Control 10.2.0.1.0
    If you are doing a full install, the "product specific prerequisite checks" page will show an error on the following packages even if you have them installed.
    compat-libstdc++-296-2.96-132.7.2 (failed)
    libstdc++devel-3.4.3-22.1 (failed)
    openmotif-21-2.1.30-11 (failed)
    Note that the installation works fine if you ignore the "missing" prerequisites. I believe the check itself is flawed. The openmotif check should be openmotif21-**** (extra hyphen incorrect in check - the old install was openmotif, now openmotif21), the libstdc++ needs a hypen added before the devel, and the compat-libstdc++ has yet another issue.
    This is something the developers at oracle will have to fix.
    Steve

    Yes, you must download and install the 10.2.0.1 version and then patch it up to the 10.2.0.4 version.
    http://www.oracle.com/technology/obe/obe10gem/install/index.html
    The above link shows you the install routine when using a new database, the steps for the existing database are only slightly different, all you need are the connection details for that existing database and you should be ok.
    As for taking full backups of the Grid Control repository, I know many choose not to, space is always a big concern, but this depends on how critical your repository is to you. If you need it for the auditors, well then I'd suggest acquiring some more hard disks to up your space.

  • How to use OEM grid control to find any database not in archivelog mode?

    Hello,
    currently we have 130 databases, say, if I want to pick out any database currently NOT in archivelog mode, is there a quick way to find out ?
    by using OEM grid control
    or
    some trick similar,
    but really don't need to check each database manually.
    thank you very much!

    This query works in 12c - please run as SYSMAN.
    It is based on undocumented assumptions though +( AND key_value = 'NOARCHIVELOG')+.
      SELECT *
      FROM SYSMAN.MGMT$GROUP_DERIVED_MEMBERSHIPS O ,
        SYSMAN.MGMT$TARGET T ,
        sysman.MGMT$AVAILABILITY_CURRENT st
      WHERE
      o.member_target_type     IN ('oracle_database', 'rac_database')
      AND ( t.target_type           ='rac_database'
      OR (t.target_type             ='oracle_database'
      AND t.type_qualifier3        != 'RACINST'))
      AND o. member_target_guid     = t.target_guid
      AND t.target_guid             = st.target_guid
      AND st.availability_status    = 'Target Up'
      AND ( EXISTS
        (SELECT *
        FROM sysman.mgmt$metric_current i
        WHERE I.TARGET_GUID = O.MEMBER_TARGET_GUID
        AND metric_name     = 'archFull'
        AND Metric_Column   = 'archTotal'
        AND metric_label    = 'Archive Area'
        AND column_label    = 'Total Archive Area (KB)'
        AND key_value       = 'NOARCHIVELOG'
        ));Another way to achieve the goal is to push extended metrics (SELECT LOG_MODE FROM V$DATABASE) on each DB, and monitor the values they return to the repository. This is an example for a (slightly) different problem - http://iiotzov.wordpress.com/2012/08/08/how-to-use-the-new-oem-12c-metric-extensions-to-enforce-enterprise-wide-custom-policies .
    OEM Repository has many other great uses as well - http://iiotzov.files.wordpress.com/2012/05/oem-repository-a-second-look.doc , http://iiotzov.files.wordpress.com/2011/08/iotzov_oem_repository.pdf
    Iordan Iotzov
    http://iiotzov.wordpress.com/

  • [SOLVED] nfsroot install broken after kernel upgrade 3.5.6 to 3.6.2

    It seems my nfsroot installations have broken after the kernel upgrade to 3.6.2.
    This is as far as the boot process gets now (hand copied from the screen):
    IP-Config: eth0 complete (from 10.48.50.20):
    address: 10.48.50.240 broadcast: 10.48.50.255 netmask: 255.255.255.0
    gateway: 0.0.0.0 dns0 : 0.0.0.0 dns1: 0.0.0.0
    domain : local
    rootserver: 10.48.50.20 rootpath:
    filename : /var/tftpboot/pxelinux.0
    NFS-Mount: 10.48.50.20:/srv/nfs4/kvmhost0-rootfs
    Waiting 10 seconds for device /dev/nfs ...
    mount: Protocol not supported
    :: running cleanup hook [udev]
    ERROR: Failed to mount the real root device.
    Bailing out, you are on your own. Good luck.
    sh: can't access tty; job control turned off
    [rootfs /]#
    On the server this is what is logged:
    Oct 16 21:10:04 tuon dhcpd: DHCPDISCOVER from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPOFFER on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPREQUEST for 10.48.50.240 (10.48.50.20) from 00:21:70:eb:02:25 via san
    Oct 16 21:10:04 tuon dhcpd: DHCPACK on 10.48.50.240 to 00:21:70:eb:02:25 via san
    Oct 16 21:10:14 tuon rpc.mountd[1323]: authenticated mount request from 10.48.50.240:684 for /srv/nfs4/kvmhost0-rootfs (/srv/nfs4/kvmhost0-rootfs)
    Oct 16 21:10:14 tuon rpc.mountd[1323]: refused unmount request from 10.48.50.240 for /new_root (/): not exported
    It looks to me like the client is sending the mount request, the server accepts and then for some reason the client thinks it has failed. I can't even see anything strange in the wireshark traces comparing the working client (3.5.6) to the broken one (3.6.2).
    Anyone else using nfsroot successfully with the latest kernel?
    Any other ideas?
    (by the way - despite my directory names, this is using nfs v3 for the rootfs)
    Last edited by kmshanah (2012-10-18 03:18:07)

    mikep wrote:
    Just to confirm that I also have this problem with nfsroot (nfs4 this time) with 3.6.2. Downgrading the kernel does make it go away.
    When it is working normally I do seem to get refused unmount messages at shutdown for some reason
    refused unmount request from 192.168.1.86 for / (/): not exported
    , but the /new_root bit is new and I have no idea where it comes from.
    refused unmount request from 192.168.1.86 for /new_root (/): not exported
    So I wonder if it asking for the wrong path.
    That unmount issue will be solved by FS#32021.
    Unfortunately, that doesn't help with mounting in the first place with 3.6.2

  • Error:Starting OEM Grid Control

    Hi,
    We have installed OEM Grid Control 11g on a Linux Suse 10 machine (which will act as a middleware/gateway machine to the database hosted on the remote machine.)
    We have completed the Grid installation successfully after facing many issues related to repository.
    Now we are trying to connect to the browser link, and are unable to connect it.
    We have tried starting and stoping the OMS and agent severl times. but are getting the below errors:
    oracle@lx368:~/Oracle/Middleware/oms11g/opmn/bin> ./opmnctl startall
    opmnctl: ORACLE_INSTANCE is not set.
    opmnctl startall requires that ORACLE_INSTANCE be correctly set in your
    environment.
    Make sure you are using ORACLE_INSTANCE/bin/opmnctl, or set ORACLE_INSTANCE
    in your environment.
    oracle@lx368:~/Oracle/Middleware/oms11g/opmn/bin>
    oracle@lx368:~/Oracle/Middleware/oms11g/bin> ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server Could Not Be Started
    Oracle Management Server is Up
    oracle@lx368:~/Oracle/Middleware/oms11g/bin>
    The installation has completed successfully, How do we proceed to get the OEM Grid Control get started.
    Thanks,
    Sree

    788029 wrote:
    Hi,
    We have installed OEM Grid Control 11g on a Linux Suse 10 machine (which will act as a middleware/gateway machine to the database hosted on the remote machine.)
    We have completed the Grid installation successfully after facing many issues related to repository.
    Now we are trying to connect to the browser link, and are unable to connect it.
    We have tried starting and stoping the OMS and agent severl times. but are getting the below errors:
    oracle@lx368:~/Oracle/Middleware/oms11g/opmn/bin> ./opmnctl startall
    opmnctl: ORACLE_INSTANCE is not set.
    opmnctl startall requires that ORACLE_INSTANCE be correctly set in your
    environment.
    Make sure you are using ORACLE_INSTANCE/bin/opmnctl, or set ORACLE_INSTANCE
    in your environment.
    oracle@lx368:~/Oracle/Middleware/oms11g/opmn/bin>
    oracle@lx368:~/Oracle/Middleware/oms11g/bin> ./emctl start oms
    Oracle Enterprise Manager 11g Release 1 Grid Control
    Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
    Starting WebTier...
    WebTier Successfully Started
    Starting Oracle Management Server...
    Oracle Management Server Could Not Be Started
    Oracle Management Server is Up
    oracle@lx368:~/Oracle/Middleware/oms11g/bin>
    The installation has completed successfully, How do we proceed to get the OEM Grid Control get started.
    Thanks,
    SreeI thought the messages were pretty clear:
    opmnctl: ORACLE_INSTANCE is not set.
    opmnctl startall requires that ORACLE_INSTANCE be correctly set in your
    environment.And my comments in your earlier thread still hold ....
    Edited by: EdStevens on Nov 17, 2010 7:32 AM

  • HOW TO RELINK OEM GRID CONTROL 10.1.0.2 ON AIX 5L

    We are in process for patching our OS from 5.3-01+APARs to 5.3-02 and usually we relink all our oracle products after OS patching.
    I have notes for DB and AS but not for OEM GRID CONTROL.
    Any help are appreciated.
    Diego.

    I thnk you can run /u001/app/oracle/product/10.1.0.3_oms/bin/relink for relinking your binaries.
    Regards,
    http://askyogesh.com

  • Issue with OEM grid control.

    I created a stream replication for scott schema on 10gR2 using maintain_tables.
    Everything is working fine and for initail two days there was no issue when i checked the diffrent processes using OEM grid control. After two days, OEM is not showing anything under the "propagation" process and instead showing "no data found". I checked the dba_propagation and there is a propagation process in that. Even the replication is working fine. So is that an issue/Bug in OEM? Any cure for this?
    Kapil

    I created a stream replication for scott schema on 10gR2 using maintain_tables.
    Everything is working fine and for initail two days there was no issue when i checked the diffrent processes using OEM grid control. After two days, OEM is not showing anything under the "propagation" process and instead showing "no data found". I checked the dba_propagation and there is a propagation process in that. Even the replication is working fine. So is that an issue/Bug in OEM? Any cure for this?
    Kapil

  • Access OEM Database Control through IIS

    After installing IIS on my dev server, I am unable to access the database controls for my various databases. Any information on configuring IIS to allow access to my OEM DB Controls?
    Oracle 11g R2, IIS 7.5, Windows Server 2008 R2
    Thanks.

    Thank you Biss ,
    It is their and also it is member of ora_dba. so it should have administrator rights.
    The following are the exact lines from db_instance.pl at which I get error.
    sub get_db_status
    &set_env_var($oracle_home, $oracle_sid);
    my $dir = tempdir( CLEANUP => 1);
    (my $fh, my $filename) = tempfile( DIR => $dir );
    if($NT)
         $TEMP = "C:\\TEMP";
         &mkDir($TEMP);
         $mytime = time();
         $filename = "$TEMP\\dbinstance.$mytime";
    open(SQL_WRITER, "|$ENV{ORACLE_HOME}/bin/sqlplus /nolog >$filename")
         || die "Can not open pipe for DB_STATUS";
    print SQL_WRITER "whenever sqlerror exit sql.sqlcode\n";
    Thanks

Maybe you are looking for