LMS 4.0 - Install on Solaris 10 aborts after DHCP-check

Hi all,
on solaris 10 (HW T5140) I tried to install from orignal DVD, suddenly after
answering the licensing questions with [y] setup.sh aborts with no error-message
directly after checking DHCP.
INFO: Checking DHCP..
INFO: DHCP not enabled in this machine.
INFO: BUILD_ID is SOL_LMS4_0_20100906_0753
INFO: ITOOLS_BUILD_ID is SOL_ITOOLS4_0_MAIN_20100905_1742
<abort>
Are there any known issues with install on solaris?
Thanks a lot
Lothar
This is output of install-log
======================================================================
Started :  Tue Jul 5 07:41:20 CEST 2011 ======================================================================
================- Software Installation Tool Started -================
Welcome to CiscoWorks LAN Management Solution 4.0 Applications   setup program.
======================================================================
INFO: Executing /cdrom/lms4_0_sol/install/correctnmsver.sh
Press ENTER to read/browse the following License Agreement:
INFO: You must accept this License Agreement to proceed with the installation.
INFO: If you enter N/n, the installation will exit.
Do you accept all the terms of the License Agreement? (y/n) [n]:
INFO: Environment variables in this machine
AIX_MIN_RAM=131072
AIX_MIN_SWAP=262144
AIX_OS_VERSION=5.5
ANILOG=/var/adm/CSCOpx/log/ani.log
CSCO_ADM_FILE=/tmp/cscotmp/CSCO.admin
CWLOG=/var/adm/CSCOpx/log/dmgtd.log
DEBUG=0
DEF_IU_ROOT=/opt/CSCOpx
DISKSPACE=0
DO_UPGRADE_FILE=/var/tmp/csco_do_upgrade
EDITOR=vi HISTLOGFILE=/var/tmp/Ciscoworks_install_20110705_074119.log
HOME=/
HPX_OS_VERSION=5.5
HP_MIN_RAM=262144
HP_MIN_SWAP=1048576
HZ=100
INSTALL_MODE=NEW
IU_DBDIR=/db/data
IU_NAME=CSCOpx
IU_ROOT=/opt/CSCOpx
LC_ALL=C
LC_OS=sol
LD_LIBRARY_PATH= LOGFILE=/var/tmp/Ciscoworks_install_20110705_074119.log.new
LOGNAME=root
LOG_NAME=Ciscoworks_install_20110705_074119.log
MAIL=/var/mail/root
MESSAGES=/var/adm/messages
OS=SOL
PATH=/usr/sbin:/usr/bin:/usr/ucb:/usr/sbin:/usr/bin:/usr/etc:/usr/ucb:/usr/sbin:
/usr/bin:/usr/etc:/usr/ucb
PRODUCT=CSCO NM
PROFILE=0
PWD=/cdrom/cdrom0
REQ_OS=SunOS
SERVER_EXP=[C]SCOpx
SETUPDIR=/cdrom/lms4_0_sol/install
SHELL=/bin/bash
SHLVL=2
SINGLEINSTALLER=TRUE
SOL_MIN_RAM=131072
SOL_MIN_SWAP=131072
SOL_OS_VERSION=5.10
SWMODOPTS=-xloglevel=0
SWOPTIONS=-x reinstall=true -x reinstall_files=true -x allow_multiple_versions=t rue -x write_remote_files=true -x autoselect_dependencies=false -x match_target= false TERM=vt100 THREADS_FLAG=native TOC=disk.toc TZ=Europe/Berlin
UPGRADE_VERSIONS=2.* 3.0 YES_PUMP=/cdrom/lms4_0_sol/install/install/yes.sol
_=/sbin/sh
INFO: Checking DHCP..
INFO: DHCP not enabled in this machine.
INFO: BUILD_ID is SOL_LMS4_0_20100906_0753
INFO: ITOOLS_BUILD_ID is SOL_ITOOLS4_0_MAIN_20100905_1742

Hi Joe,
thanks a lot for your hint, the problem is solved with editing /etc/release.
There should be a user-information pointing to the source of the problem, just aborting
the install-script is not very nice.
Do you know whether this "/etc/release-abort" is present with update to LMS 4.01 install-script
and other patches?
I like this forum
Lothar

Similar Messages

  • After successfully installing premiere&elements 12, both programs abort after signing in. Fix pls?

    After successfully installing premiere&elements 12, both programs abort after signing in with correct login & password. How can I fix it?

    Moving this discussion to the Photoshop Elements forum. 
    M.Angela are you able to log into http://www.adobe.com/ successfully?  Also which operating system are you using?

  • 10g Universal Installer kernel errors while installing on Solaris 5.10

    Hi all,
    I have been trying to install Oracle 10g on a Solaris 5.10 machine (32-bit) as per the official Oracle Documentation for a couple of days now. It seems that the Universal Installer fails it's pre-installation steps and throws up error at the following kernel parameters:
    Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmsl=256; found no entry. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    I have followed the Oracle Documentation which says to change the kernel parameters using the resource control facility. For this I already have a project "oracle" which the user "oracle" has been assigned to:
    $ id -ap oracle
    uid=100(oracle) gid=100(oinstall) groups=100(oinstall),101(dba) projid=100(oracle)
    Following are the snapshots from the prctl command on the current state of the kernel paramters:
    For Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    $ prctl -n project.max-shm-memory -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-memory
    privileged 254MB - deny -
    system 16.0EB max deny -
    The Oracle recommended value is 4GB - I expect Universal Installer check to fail for this, so I change the parameter using the resource control facility by logging in as root in a new terminal and keeping one oracle session active.
    # prctl -n project.max-shm-memory -v 4gb -r -i project oracle
    I can see that the parameter has been set correctly when I do:
    $ prctl -n project.max-shm-memory -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-memory
    privileged 4.00GB - deny -
    system 16.0EB max deny -
    For Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    $ prctl -n project.max-sem-ids -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-sem-ids
    privileged 128 - deny -
    system 16.8M max deny -
    The Oracle recommended value is 100 - I do not expect Universal Installer check to fail at this parameter
    For Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    $ prctl -n project.max-shm-ids -i project oracle
    project: 100: oracle
    NAME PRIVILEGE VALUE FLAG ACTION RECIPIENT
    project.max-shm-ids
    privileged 128 - deny -
    system 16.8M max deny -
    The Oracle recommended value is 100 - I do not expect Universal Installer check to fail at this parameter
    Also when I try to issue the command:
    $ prctl -n project.max-sem-nsems -i project oracle
    I get:
    prctl: failed to get resource control for project.max-sem-nsems: Invalid argument
    Oracle recommends I should set a value of 256.
    After setting up all this I still get the following errors from Universal Installer:
    Checking for shmsys:shminfo_shmmax=4294967295; found no entry. Failed <<<<
    Checking for shmsys:shminfo_shmmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmni=100; found no entry. Failed <<<<
    Checking for semsys:seminfo_semmsl=256; found no entry. Failed <<<<
    Check complete. The overall result of this check is: Failed <<<<
    Now when I modify the kernel settings by editing the /etc/system file without even a reboot I'm can see all my Universal Installer Kernel checks as passed.
    Not sure if I'm missing out some crucial step while setting up the kernel parameter using the resource control facility?
    ~ Somjit

    It is bug in OUI.
    OUI is looking at /etc/system to check the kernel parameter settings, but this file is not used (by default) in Solaris 10
    It should check the kernel parameter settings using the prctl.
    Check metalink note 363436.1
    workaround is to
    ./runInstaller -ignoreSysPrereqs
    or as You already did, change /etc/system as well.

  • Help with Video Card Install on Solaris 8

    I have a video card with nvidia4 chipset. After installing solaris 8 on my system I get a screen that is too big to fit on the monitor, so I have to scroll down to see everything. Plus it displays 16 colors. I tried to install the FreeBSD drivers that are availble on the nvidia site but could not run "make" command. Anyone know how to solve this?

    There are two options:
    1. Install the latest Solaris 8 x86 video driver patch109401-14
    available at:
    http://sunsolve.sun.com/pub-cgi/show.pl?target=patches/xprod-Solaris_x86IntelDrivers&nav=pub-patches
    This may add native support for your nvidia chipset. If it doesn't,
    then you have the option to try the new VESA driver which is
    included with this patch as well - the VESA driver is supposed to work
    on all cards that have the necessary VESA support bios routines.
    2. Install the "Solaris XFree86 Video Drivers and Porting Kit"
    http://soldc.sun.com/developer/support/driver/tools/video/video-index.html
    It adds support for many video cards by using XFree 4.2.0 video
    driver modules. It also includes another variant of the VESA driver.

  • LMS 3.2 Inventory collection - Job timeouts after ~5h, all devices "Not attempted"

    Hello All,
    We have a strange problem with LMS 3.2 regarding Inventory Collection.
    This problem started immediatelly after the LMS installation/upgrade (LMS 3.2 was installed on a new server, and LMS 2.6 database migrated to it).
    All Jobs finish as failed, with all devices "not attempted".
    Job hangs for a five and a half hours and then reports failed status.
    The symptoms are the same for scheduled jobs and manually created jobs.
    I also have opened a TAC case, but it seems that nothing relevant can be found in the IC_Server.log.
    Also, according to a packet capture, it seems that LMS does collect SNMP data from devices after a job is started...
    We tried to upgrade RME 4.3.0 to 4.3.1.
    One Job immediately after the upgrade was succesful (Inventory was collected for manually selected device), but the next day all Inventory Jobs were failing again with the same symptoms...
    Does anyone have a sugestion where to look for a problem trace?
    Thanks in advance!
    Ragards,
    Jasmina

    Hi Jasmina ,
    Please chech the Existing MDF pacakge :
    go to common service > software center > device update >>> check the checkbox for Cisco works common service   and click on check for updates
    --if there is an Update , please upgarde the MDF version..
    --Similarly look for any Available Device Pacakges update for RME , if there are Upgarde all the Device Pacakages ....
    --After all of the above Task is done , Now re-run the Job and it still fails then share the IC_server.log  again..
    Thanks--
    Afroj

  • Installing Current patch set after SAP installation

    Hi,
    We are installing SAP ECC6.0 on Solaris x64. We installed the Oracle RDBMS software and missed installing the Oracle Current patch set. We have proceeded with the SAP installation. Can we install the Patches after the SAP installation or do i need to uninstall SAP and do t all over again. Please help asap as i need to complete it..
    Regards
    Dee

    Hello Dee,
    > Can we install the Patches after the SAP installation or do i need to uninstall SAP and do t all over again
    Of course you can install the patchset after the SAP installation. The current patchset is the 10.2.0.4.
    After applying the current patchset - please install also the "on-top" patches - check sapnote #1137346 for this. Also check sapnote #830576 for setting the corresponding database parameters after the patchset installation.
    Regards
    Stefan

  • Trusted Extensions not installing correctly - Solaris 10 x86 11/06

    I've installed Solaris 10 11/06 x86 selecting the "development" install, and I assigned 7GB to the root slice and 3GB to /export/home. The install goes fine, so I then install Trusted Extensions. After installing Trusted Extensions and rebooting, the Trusted Extensions CDE desktop is not listed as a login option. The JDS Trusted Extensions desktop is listed, but attempting to login to it gives the error "Your X Server has not been set up with SUN_TSOL extension to login to Trusted JDS. Select ordinary JDS to login", and the login fails. Are there any required steps that are not listed in the documentation, or are Trusted Extensions broken in Solaris 10 version 11/06? Any tips at all are greatly appreciated.

    It took me a few days of headaches, but I finally figured it out! I'm working under VMWare, and installing VMWareTools in Solaris 10 seems to somehow break the Trusted Extensions. There are no errors, the Trusted Extension features just don't work. When I installed the Trusted Extensions first I did get the Trusted CDE desktop and it logged in just fine, but after installing VMWareTools the desktop option disappeared from the login menu. I hope this helps someone else.

  • Hi, after installing Adobe CC I tried opening Adobe Photoshop. This failed. I get the opening window where it says installing plugins searching etc, after which PS opens in full screen. Just moments after that there's a fail warning, no code number, only

    Hi, after installing Adobe CC I tried opening Adobe Photoshop. This failed.
    I get the opening window where it says installing plugins searching etc, after which PS opens in full screen.
    Just moments after that there's a failure warning, no code number, only the warning that PS failed to open and PS will close.
    I tried downloading it for a second time, but this did'nt solve the problem.
    Befor the CC version I used a one year student version of Adobe CS6.
    What can I do?

    Regarding the Flash Player problem, disable Hardware Acceleration to circumvent driver incompatibilities.
    Regarding the Flash Pro installation problems, post in the Flash forums or http://forums.adobe.com/community/download_install_setup

  • Solaris 10  - After installation read only file system

    Dear All,
    I have installed the Solaris 10 on my x86 system with out any problem. The installation was completed successfully. I have followed the installation instructions that are mentioned in the following link.
    http://docs.sun.com/app/docs/doc/817-0544/6mgbagb19?a=view
    I am facing a different problem. I am not able to create even a single file / sub-directory on any of the existing directories. It always says READ ONLY file system can not create firl / directory.
    Please help me how to resolve this issue.
    Thanks in advance.
    Regards,
    Srinivas G

    What do you get for 'svcs -xv' output?
    Darren

  • After an update itunes will not open. there is a missing msvcr80.dll i tried to re install itunes and now it says check system services. I have full admin to pc

    after an update itunes will not open. there is a missing msvcr80.dll i tried to re install itunes and now it says check system services. I have full admin to pc

    turingtest2 post 01/2014: MSVCR80.dll missing, cannot install iTunes - https://discussions.apple.com/message/24618776
    iTunes for Windows: Missing MSVCR80.dll - https://sites.google.com/site/appleclubfhs/support/advice-and-articles/itunes-wi ndows-missing-msvcr80-dll - install as administrator.

  • I can no longer open any attachments that are sent to me. I click on and get cannot preview (but have had this for ages). I am clicking on download and nothing happens. It does not download. I clicked to install a new version after updating and clicking r

    I can no longer open any attachments that are sent to me. I click on and get cannot preview (but have had this for ages). I am clicking on download and nothing happens. It does not download. I clicked to install a new version after updating and clicking repair. But still the attachments won't open including invoices I have received today. It is all attachments not just pdfs.

    Angela Richens wrote:
    It is all attachments not just pdfs.
    Then most likely it is not caused by Adobe Reader.
    Anyway, perhaps someone has some idea, if you give us some details: operating system, browser, email client, ...

  • Updates no longer work since I installed a trial of After Effects CC

    Hi there
    I have a work computer with a fully licensed suite of CS6 apps. However I installed an trial of After Effects CC using my personal adobe id and now I cannot receive any updates. They fail immediately. I installed the latest Adobe Application manager but I'm worried i've just made the situation worse. The updates stick on 0%.
    Is there any way I can easily restore things to how they were? My IT administrator is suggesting flattening my machine and reinstalling everything but that seems a little extreme! (Not to mention time consuming).
    I just want to update my apps again!
    Thanks in advance
    Bob

    Run the cleaner tool and reinstall from scratch.
    http://www.adobe.com/support/contact/cscleanertool.html
    Mylenium

  • Unable to install a Solaris OS in a Single disk slice

    Hi,
    We are unable to install the Solaris-OS on a single slice disk.
    We found that, only "Solaris 10 10/08 (U6)" release can support the single slice disk installation, prior release are not. Is it true ?
    We found it from "LDoms Community Cookbook " , from given link
    http://wikis.sun.com/display/SolarisLogicalDomains/Section+2+-VirtualDevices
    Paragraph is
    " Before Solaris 10 10/08 (U6), when a backend is exported to a domain as a single slice disk, it will appear in that domain as a disk with a single partition (s0). Such a disk is not visible with the format(1m) command and its partition table can not be changed. A single slice disk will not be visible from the Solaris installer and can not be select as a disk device on which Solaris can be installed. "
    Our Configuration are
    sc> showhost
    System Firmware 6.6.4 Sun Blade[TM] T6300 2008/07/01 02:03
    Host flash versions:
    OBP 4.28.9 2008/06/30 21:26
    Hypervisor 1.6.4 2008/06/06 04:57
    Sun Blade T6300 Server Module POST 4.28.6 2008/05/23 12:35
    -bash-3.00# cat /etc/release
    Solaris 10 8/07 s10s_u4wos_12b SPARC
    Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
    Use is subject to license terms.
    Assembled 16 August 2007
    We Installed a 127127-11 patch also.
    -bash-3.00# ldm -V
    Logical Domain Manager (v 1.0.3)
    Hypervisor control protocol v 1.1
    Using Hypervisor MD v 1.1
    System PROM:
    Hypervisor v. 1.6.4 @(#)Hypervisor 1.6.4 2008/06/06 04:57\015
    OpenBoot v. 4.28.9 @(#)OBP 4.28.9 2008/06/30 21:26
    Use below command to add single slice disk
    *# ldm add-vdsdev options=slice /dev/dsk/c0t1d0s3 vol3@primary-vds0*
    Getting error in between installation,
    ERROR: No disks found
    - Check to make sure disks are cabled and powered up
    Please help us to, resolve this issue. Thanks a lot.
    Best Regards,
    Parvez Memon.

    Hi,
    Whenever i try to installed the patch 137137-09, it required a below patch
    0 For patch 137137-09, required patch 138866-01 does not exist.
    And try this then
    # patchadd 138866-01
    The following requested patches will not be installed because
    the packages they patch are not installed on this system.
    0 No Packages from patch 138866-01 are installed on the system.
    No patches to install.
    I am not able to install this patch 138866-01, even i try with 138866-02 but not success.
    Thanks for your reply, please help to resovle the same.
    Regards,
    Parvz Memon

  • I have a laptop PC and am trying to install my product.  After the download is complete I get an error that says "the file archive part of Adobe Photoshop Elements 13 is missing. You need all parts.

    I have a laptop PC and am trying to install my product.  After the download is complete I get an error that says "the file archive part of Adobe Photoshop Elements 13 is missing. You need all parts.
    Please help, I don't know how to do this
    Thanks

    you need both the exe (which you have) and the matching 7z (that you don't have, yet).  dl it:
    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  13 | 12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  13 |12 | 11, 10 | 9,8,7
    Lightroom:  5.7.1| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • I keep getting an "unknown error" when I am trying to install an app. After I have put my correct apple ID in.

    I keep getting an "unknown error" when I am trying to install an app. After I have put my correct apple ID in.

    First, turn off your CAPS lock.  Typing in all CAPS is considered screaming/yelling and many will simply ignore your posting.
    Are you currently having issues?  Is it when trying to purchase only on the device?  Are you able to complete purchases via iTunes on your computer?

Maybe you are looking for

  • [RESOLVED] MPD can't add files to db, says ignoring unrecognized file

    Sorry to bother you guys with this, but I have searched a while on google and the forums and come up empty. I'm trying to add some music to my database with mpd and ncmpcpp. I start mpd and it starts fine, and start ncmpcpp and it starts fine, and hi

  • Replacing keyboard keys

    Am I able to go to an Apple store and have a few keyboard keys replaced? A few of them have become sticky due to a minor liquid spill, (after clean-up) but are still fully functioning.

  • Ipod touch isn't acknowledged by itunes and receiving errors.

    Pretty sure this has been posted before but all the problems sort of vary. I have a 2nd generation iPod touch. When I connect to itunes (I have tried both with itunes open, and connecting and then opening itunes) a popup comes up with either "iTunes

  • I cannot make any appointments in ical for 7 October 2012

    I have been trying unsuccessfully to post calendar entries in ical for 7 october 2012. All other dates around then accept entries. All attempts to create entries on 7 October are established as 6 October. Even invitations from other users for 7 Octob

  • IE 7 crashes when converting a webpage to pdf

    When converting a webpage to pdf, IE frozen and crashes. Any suggestions. I am using Windows XP, IE 7 and Adobe 6.0.6 Professional. Word and PPT files can be converted to pdf without trouble. I have also Adobe Reader 8.0 (not Professional). Regards.