Backgrounding a start() command in WLST Interactive mode

I was wondering if there is a way to background the start('managedserver') command.
I am starting a large number of managed servers and waiting for each one to start would take a very long time.
Is there any efficient way to issue the start() command for multiple managed servers?
TIV

You run it with block=false
> start("managedserver", "Server", block="false")

Similar Messages

  • Starting WLST in Interactive mode

    I am having a lot of trouble starting WLST in Interactive mode. I am running setWLEnv.sh and then using the command java weblogic.WLST and I get the following error.
    root@esrsqa1 bin# ./setWLSEnv.sh
    CLASSPATH=/opt/bea/patch_wlw1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/patch_wls1001/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/opt/bea/jrockit_150_11/lib/tools.jar:/opt/bea/wlserver_10.0/server/lib/weblogic_sp.jar:/opt/bea/wlserver_10.0/server/lib/weblogic.jar:/opt/bea/modules/features/weblogic.server.modules_10.0.1.0.jar:/opt/bea/modules/features/com.bea.cie.common-plugin.launch_2.1.2.0.jar:/opt/bea/wlserver_10.0/server/lib/webservices.jar:/opt/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/opt/bea/modules/net.sf.antcontrib_1.0b2.0/lib/ant-contrib.jar:
    PATH=/opt/bea/wlserver_10.0/server/bin:/opt/bea/modules/org.apache.ant_1.6.5/bin:/opt/bea/jrockit_150_11/jre/bin:/opt/bea/jrockit_150_11/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/oracle_client/product/11.1.0/client_1/bin:/root/bin
    Your environment has been set.
    root@esrsqa1 bin#
    root@esrsqa1 bin#
    root@esrsqa1 bin#
    root@esrsqa1 bin# java Weblogic.WLST
    Exception in thread "main" java.lang.NoClassDefFoundError: Weblogic.WLST
    at gnu.java.lang.MainThread.run(libgcj.so.7rh)
    Caused by: java.lang.ClassNotFoundException: Weblogic.WLST not found in gnu.gcj.
    runtime.SystemClassLoader{urls=[file:./], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}
    at java.net.URLClassLoader.findClass(libgcj.so.7rh)
    at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
    at java.lang.ClassLoader.loadClass(libgcj.so.7rh)
    at gnu.java.lang.MainThread.run(libgcj.so.7rh)
    I can use WLST just fine if I pass it a python script but it will not work interactively. I am using WLST in my startup and shutdown scripts and they work flawlessly. Does anybody have any ideas?
    Thanks,
    Scott
    Edited by: carters2 on Apr 2, 2009 6:46 AM
    Edited by: carters2 on Apr 2, 2009 6:49 AM

    Team,
    As per the instructions, I have changed the port from 7001 to 10003
    java weblogic.WLST
    wls:/offline> connect()
    Please enter your username [weblogic] : weblogic
    Please enter your password [weblogic] : weblogic
    Please enter your server URL [t3://localhost:7001] : t3://localhost:7001
    Connecting to t3://localhost:7001 with userid weblogic ...
    edit()
    startEdit()
    cd ('Servers/AdminServer')
    cmo.setListenPort(9999)
    save()
    activate()
    When I tried to start the server, I am receiving the following error
    May 4, 2010 4:15:41 PM EDT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 10.0-b19 from Sun
    Microsystems Inc.>
    <May 4, 2010 4:15:42 PM EDT> <Info> <Management> <BEA-141107> <Version: WebLogic Server Temporary Patch for 380194 Fri Oct 24 13:20:13 IST 2008
    WebLogic Server Temporary Patch for 8408837 Fri Apr 03 17:01:18 EDT 2009
    WebLogic Server Temporary Patch for CR378781, CR380313 Fri Sep 19 13:34:16 PDT 2008
    WebLogic Server Temporary Patch for CR381056 Mon Oct 06 10:48:50 EDT 2008
    WebLogic Server Temporary Patch for CR374413, CR378680 Tue Sep 02 09:55:36 PDT 2008
    WebLogic Server Temporary Patch for CR378102 Wed Sep 10 23:28:48 PDT 2008
    WebLogic Server Temporary Patch for CR378741 Tue Sep 09 13:08:51 PDT 2008
    WebLogic Server 10.3 Fri Jul 25 16:30:05 EDT 2008 1137967 >
    <May 4, 2010 4:15:43 PM EDT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <May 4, 2010 4:15:43 PM EDT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <May 4, 2010 4:15:44 PM EDT> <Notice> <Log Management> <BEA-170019> <The server log file C:\bea\user_projects\domains\osb_domain\servers\AdminServer\l
    ogs\AdminServer.log is opened. All server side log events will be written to this file.>
    <May 4, 2010 4:15:44 PM EDT> <Critical> <WebLogicServer> <BEA-000362> <Server failed. Reason:
    There are 1 nested errors:
    java.net.UnknownHostException: aaa.bbb.org:10003
    at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)
    at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:849)
    at java.net.InetAddress.getAddressFromNameService(InetAddress.java:1200)
    at java.net.InetAddress.getAllByName0(InetAddress.java:1153)
    at java.net.InetAddress.getAllByName(InetAddress.java:1083)
    at java.net.InetAddress.getAllByName(InetAddress.java:1019)
    at java.net.InetAddress.getByName(InetAddress.java:969)
    at weblogic.rjvm.JVMID.setLocalID(JVMID.java:201)
    at weblogic.rjvm.RJVMService.setJVMID(RJVMService.java:48)
    at weblogic.rjvm.RJVMService.start(RJVMService.java:30)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    How do I start the server now?

  • Cannot feed configuration files to lookupd started in interactive mode

    The manual page of lookupd states that lookupd may be run in an interactive mode if started with the -d option.
    It also says:
    [BEGIN TERMINAL TRANSCRIPT]
    This second copy of lookupd runs independently of the system's ``main''
    lookupd and does not provide information to other programs running on
    your system. This allows you to try queries and test configuration
    options without disturbing normal operations. The second copy of lookupd
    will attempt to read its configuration options from a NetInfo directory
    named /locations/lookupd_debug (NetInfo) or /etc/lookupd_debug (files).
    If they don't exist, it will try /locations/lookupd or /etc/lookupd.
    [END TERMINAL TRANSCRIPT]
    I created the 'global' configuration file in /etc/lookupd_debug/ but it seems that lookupd doesn't read it:
    [BEGIN TERMINAL TRANSCRIPT]
    xfox% pwd
    /private/etc/lookupd_debug
    xfox% ls -l
    total 8
    -rw-r--r-- 1 root wheel 265 Oct 25 15:54 global
    xfox% cat global
    LogFile /Users/xfox/lookupd_debug.log
    LogPriority 7
    xfox%sudo lookupd -d
    Password:
    lookupd version 369.5 (root 2006.02.10 04:16:23 UTC)
    Enter command name, "help", or "quit" to exit
    configuration
    Array: "Configuration"
    ==> 8 objects
    Dictionary: "Global Configuration"
    ConfigSource: default
    LookupOrder: Cache NI DS
    MaxIdleServers: 4
    MaxIdleThreads: 2
    MaxThreads: 64
    TimeToLive: 43200
    Timeout: 30
    ValidateCache: YES
    ValidationLatency: 15
    configname: Global Configuration
    Dictionary: "Host Configuration"
    LookupOrder: Cache FF DNS NI DS
    configname: Host Configuration
    Dictionary: "Service Configuration"
    LookupOrder: Cache FF NI DS
    configname: Service Configuration
    Dictionary: "Protocol Configuration"
    LookupOrder: Cache FF NI DS
    configname: Protocol Configuration
    Dictionary: "Rpc Configuration"
    LookupOrder: Cache FF NI DS
    configname: Rpc Configuration
    Dictionary: "Group Configuration"
    TimeToLive: 60
    ValidateCache: NO
    configname: Group Configuration
    Dictionary: "Initgroup Configuration"
    TimeToLive: 300
    ValidateCache: NO
    configname: Initgroup Configuration
    Dictionary: "Network Configuration"
    LookupOrder: Cache FF DNS NI DS
    configname: Network Configuration
    <== 8 objects
    <div class="jive-quote">quit
    xfox%
    [END TERMINAL TRANSCRIPT]
    Look for the line "ConfigSource: default".
    I think it should be something else when lookupd read its configuration from a file. Indeed, no log file is created into my home directory.
    What am I missing?

    I filed a bug report.

  • Starting the nzrView in listen mode from the command line...

    I want to be able to start the nzrViewer in listen mode when I log into windows and then be able to accept an invite for a collaboration session. When I added a shortcut to the "nzrViewer.exe /listen 5550" to my Startup Folder, it launches the Remote Listener just fine, but when I someone invites me to collaborate a Remote Session, I get an error message "Ticket not provided for Rights Authentication."
    I believe that the problem is when I launch the Viewer from the command line, I'm not authenticated to the Zen server, so it can't verify my Rights.
    Does anyone have a better way to do this? Or do I have to log into ZCC and launch the "Remote Management Listener" from there?

    Originally Posted by mcdonalj
    I want to be able to start the nzrViewer in listen mode when I log into windows and then be able to accept an invite for a collaboration session. When I added a shortcut to the "nzrViewer.exe /listen 5550" to my Startup Folder, it launches the Remote Listener just fine, but when I someone invites me to collaborate a Remote Session, I get an error message "Ticket not provided for Rights Authentication."
    I believe that the problem is when I launch the Viewer from the command line, I'm not authenticated to the Zen server, so it can't verify my Rights.
    Does anyone have a better way to do this? Or do I have to log into ZCC and launch the "Remote Management Listener" from there?
    There has been some updates in the documentation for 10.2.2 about remote control from cmd line.
    Check it out, maybe there is a solution to your problem.
    http://www.novell.com/documentation/...a/bcfqcen.html
    http://www.novell.com/documentation/...a/bn8ptx7.html
    Thomas

  • GetURL issue on browser  "interactive" mode

    Hello all.
    I'm having a hard time to show a webpage back on the browser,
    after getURL is triggered to get it.
    The environment is the following: Nokia N95, S60 3rd
    Edition's web browser, Flash Lite 2.0.
    Opening the mobile browser, I have a XHTML page, with a link
    to a SWF. Upon clicking on it, the browser opens the Flash
    Lite SWF properly (in the browser context - as opposite to
    standalone - or more correctly even: "
    interactive mode")
    I'm seeing my very simple Flash application and I have a link
    in a getURL on a movieclip
    (see the code attached below)
    Now, I know page is being accessed by the mobile browser in
    the background - once i click the on the clip. However I can't see
    it because my Flash Lite app is still visible on the screen.
    How can I get to see the web page for which i called with
    getURL in Flash?
    Trying to come up with a solution, quitting the player by
    adding fscommand2("quit"); right after the getURL call, seems to
    immediately prevail as it actually closes the player, but doesn't
    open the page before.
    Does this means that it is not possible to click an object in
    flash lite and view a webpage, when the player has been loaded in
    browser context, rather than standalone?

    Thanks for your reply dietmar.
    In my case I wish to have different links with different
    URLs.
    Say like 3: one for homepage, other for favorites and a last
    one for user profile for example.
    Whenever the user would push a distinct button, it should
    open a distinct URL.
    In your solution you will still need to close using
    fscommand("Quit");
    which represents another new click. The user should not need
    to think that he must close Flash in order to actually view the
    page that the browser has loaded in the background.
    Someone, Adobe or Nokia should be responsible to handle this
    faulty behavior. But my first guess would be that it is a Flash
    Lite Bug.
    Also I am not able to pass JavaScript commands via Flash Lite
    2.0 getURL function, to the S60 3rd ed. browser. Note that this
    browser can handle window parameters like "_blank". I was able to
    simulate the behavior I wanted with XHTML and JavaScript.
    Unfortunately not with Flash Lite 2 and XHTML.

  • Short question of Detector Interactive mode.

    Hi..
    I have a question of detector interactive mode.
    when I run the detector with interactive mdoe, the pps exceeded and then the recommanded filter is enabled
    next, I go to the pending filter menu , in there , I can choose the action as accept accept always, always ignore.
    If the filter activated with SRC IP, and I always accept it. if so the that SRC IP enabled always?, Not All SRC IP?
    Is there command to check always accept filter in detector module? cmd or wbm

    Hi,
    If you read it again it says that you can't mount the Intel machine on your Powerbook, but you can do it the other way round. So if you connect the computers, and start your powerbook in Traget Disk Mode it will mount on the Intel machine, and you can transfer your files to the powerbook.
    Regards

  • Starting SOA suite in debug mode

    Hello people, is there any way of starting SOA suite in debug mode so I can see the various steps being performed during startup/shutdown? I checked runstartupconsole but it does not have any debug options?

    Check below mentioned PDF
    http://www.oracle.com/technology/products/ias/ohs/htdocs/opmn-1013-faq.pdf
    Make the necessary changes to opmn.xml file using information above and then use below command to start/stop soa
    $ORACLE_HOME\opmn\bin\opmnctl stopall
    $ORACLE_HOME\opmn\bin\opmnctl startall
    Then check opmn.dbg file under $ORACLE_HOME\opmn\logs\ folder where you can find step by step information.
    Regards

  • Problem starting adminserver with WLST and Nodemanager

    I have a domain with one cluster containing 4 managed servers. Now I want to start the adminserver with WLST using the Nodemanager. (I know there are other/beter ways but in this situation I need to do it with Nodemanager).
    The problem is that the Nodemanager doesn't add the right memory arguments to the start command of the admin server.
    This is what I do:
    nmConnect(usernaam,password,host,port,domain)
    nmstart(adminserver)
    This does start the adminserver only without the proper memory arguments.
    I tried:
    using a startup.properties file in the directory <domain-dir> \servers\<server-name> \data\nodemanager with the following arguments: -Xms1024m -Xmx1024m
    and
    Puting the memory arguments in the "Server Start" properties in the config.xml (This works fine for the managedservers)
    How can I solve this?

    The nmstart command has a properties argument. Have you tried that?
    nmStart([serverName], [domainDir], [props], [writer])
    <Richard Greeven> wrote in message news:[email protected]..
    I have a domain with one cluster containing 4 managed servers. Now I want to
    start the adminserver with WLST using the Nodemanager. (I know there are
    other/beter ways but in this situation I need to do it with Nodemanager).
    The problem is that the Nodemanager doesn't add the right memory arguments
    to the start command of the admin server.
    This is what I do:
    nmConnect(usernaam,password,host,port,domain)
    nmstart(adminserver)
    This does start the adminserver only without the proper memory arguments.
    I tried:
    using a startup.properties file in the directory <domain-dir>
    \servers\<server-name> \data\nodemanager with the following
    arguments: -Xms1024m -Xmx1024m
    and
    Puting the memory arguments in the "Server Start" properties in the
    config.xml (This works fine for the managedservers)
    How can I solve this?

  • CRIO application works in interactive mode but broken VIs reported in error log when run built application on target

    I have been getting more than my fair share of grey hairs the past few days because of this. Over the past few months this almost never happened. Lately, after a seemingly minor change to some serial communications code, hardly a single build works without throwing errors like this:
    #OSVers: 6.3
    #OSBuild: Jun 6 2014, 09:14:16
    #AppName: /c/ni-rt/system/lvrt.out
    #Version: 14.0
    #AppKind: AppLib
    #AppModDate:
    InitExecSystem() call to GetCurrProcessNumProcessors() reports: 1 processors
    InitExecSystem() call to GetNumProcessors() reports: 1 processors
    InitExecSystem() will use: 1 processors
    starting LabVIEW Execution System 306708506 Thread 0 , capacity: 1 at [3507679466.00933790, (19:24:26.009337710 2015:02:24)]
    starting LabVIEW Execution System 306708507 Thread 0 , capacity: 1 at [3507679470.59560204, (19:24:30.595601929 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 0 , capacity: 24 at [3507679481.25993776, (19:24:41.259937648 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 1 , capacity: 24 at [3507679481.25993776, (19:24:41.259937648 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 2 , capacity: 24 at [3507679481.25993776, (19:24:41.259937648 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 3 , capacity: 24 at [3507679481.25993776, (19:24:41.259937648 2015:02:24)]
    Thread consumption suspected: 3 Try starting 4 threads
    starting LabVIEW Execution System 2 Thread 4 , capacity: 24 at [3507679515.59324312, (19:25:15.593243004 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 5 , capacity: 24 at [3507679515.59324312, (19:25:15.593243004 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 6 , capacity: 24 at [3507679515.59324312, (19:25:15.593243004 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 7 , capacity: 24 at [3507679515.59324312, (19:25:15.593243004 2015:02:24)]
    Thread consumption suspected: 8 Try starting 1 threads
    starting LabVIEW Execution System 2 Thread 8 , capacity: 24 at [3507679515.73854351, (19:25:15.738543576 2015:02:24)]
    and 
    #Date: TUE, FEB 24, 2015 04:47:22 PM
    #OSName: VxWorks
    #OSVers: 6.3
    #OSBuild: Jun 6 2014, 09:14:16
    #AppName: /c/ni-rt/system/lvrt.out
    #Version: 14.0
    #AppKind: AppLib
    #AppModDate:
    InitExecSystem() call to GetCurrProcessNumProcessors() reports: 1 processors
    InitExecSystem() call to GetNumProcessors() reports: 1 processors
    InitExecSystem() will use: 1 processors
    starting LabVIEW Execution System 306708506 Thread 0 , capacity: 1 at [3507670087.84041262, (16:48:07.840412710 2015:02:24)]
    starting LabVIEW Execution System 306708507 Thread 0 , capacity: 1 at [3507670092.45153570, (16:48:12.451535843 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 0 , capacity: 24 at [3507670103.11840487, (16:48:23.118404925 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 1 , capacity: 24 at [3507670103.11840487, (16:48:23.118404925 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 2 , capacity: 24 at [3507670103.11840487, (16:48:23.118404925 2015:02:24)]
    starting LabVIEW Execution System 2 Thread 3 , capacity: 24 at [3507670103.11840487, (16:48:23.118404925 2015:02:24)]
    VI_BROKEN (0): [VI "NC serial comms protocol.lvlibet Lower Temperature Limit.vi" (0x04667310)]
    VirtualInstrument:etOrClearBadVILibrary - now VI is bad on [VI "NC serial comms protocol.lvlibet Lower Temperature Limit.vi" (0x04667310)]
    this->flags=33563136, compilerError=6
    VI_BROKEN (0): [VI "Heater Control HAL.lvclass:Write Heater Control Active.vi" (0x058c4e98)]
    VirtualInstrument:etOrClearBadVILibrary - now VI is bad on [VI "Heater Control HAL.lvclass:Write Heater Control Active.vi" (0x058c4e98)]
    this->flags=50340352, compilerError=6
    VI_BROKEN (0): [VI "NI_LVConfig.lvlibave Config File.vi" (0x047b7e90)]
    VirtualInstrument:etOrClearBadVILibrary - now VI is bad on [VI "NI_LVConfig.lvlibave Config File.vi" (0x047b7e90)]
    this->flags=33563136, compilerError=6
    and so on.
    This is using a cRIO 9074 running CompactRIO recommended software set  14.0.1 .
    These errors happen right at startup. Memory use is steady in interactive mode, about 20 MB contiguous memory is unallocated out of 128 MB. I have taken pains to prevent allocation and follow cRIO besta practices non concatenated strings array building in loops etc). CPU is 50-60% when running interactive mode.
    Really at my whit's end here, I have tried the various combination of enabling / disabling debugging in the RTEXE, disconnecting typedefs etc. I have not noticed a pattern. 
    Regards,
    MarkCG

    Hello MarkCG,
    What minor changes did you make to the serial communication code? Posting the VI or a screenshot of the VI with the modifications which caused the RTEXE to stop functioning could be useful to troubleshoot the issue. 
    Regards,
    J_Bou

  • Running Forecast in the backgrd chooses Forecast  from the INTERACTIVE mode

    Folks
    When I tried to run forecast through background job, instead of running the forecast based on the Master Profle & Univariate profile I had defined in the Activity, forecast is being run based on the Master Profle & Univariate profiles specified in the Interactive mode?
    I had even tried by checking the "Always use job profile' checkbox in the background activity but this didnt work ?
    Are there any other extra settings I need to make to overcome this problem ? Any ideas or suggestions ?
    TIA
    Edited by: Krishna Tummala on Jun 16, 2008 12:36 AM

    Hi Srinivas
    I do have one question based on your response. This scenario might not arise in the real scenario.
    As each selection profile can be assigned with a different forecast profile in the Interactive planning/forecasting mode, what Forecast profile would the system use in mass processing, as the Activity assigned to background job can have only one Master and Forecast profile and the selected ID's in this example has more than one Master and Forecast profile.
    Thanks

  • How to run a test in interactive mode?

    If I want to run a test in interactive mode, how do I set it up?
    For vcsi, there is a compile time option "-debug" and then in run
    time, you could execute "./simv -gui". Do you have such flows available?

    Hi
    You can define 2 radio button one foreground and otherfor background then
    for background use FM BP_JOB_CREATE or BKK_UPT_DISP_JOBS_START  or DB2_SCHEDULE_JOB_IMMED
    Regards
    Shiva

  • How to start Windows 7 in safe mode with bootcamp?

    So my computer had a crash this afternoon in Win7 (it happened before, but still...) and tried to reboot my MBP.
    I pressed Alt, selected my Win7 partition, and that was it... No Safe mode selection screen, no Windows Logo
    showing it's booting properly, just a black screen...
    Anyone had something similar? And most importantly, how can this be fixed?

    https://www.youtube.com/watch?v=rMDjZQqz-i8
    Steps:
    1-Open command prompt with admin mode
    Or Boot from DVD in command prompt mode.(This is what i experienced, able to show the safe mode menu)
    2- Write this command "bcdedit /set {default} bootmenupolicy legacy" and click enter
    3- You can now press F8 while Windows 8 starts in order to access Safe Mode and other Advanced Boot options.

  • Starting the server in Japanese mode after deployment in english mode.

    Hi,
    I have a problem
    We are developing some system for Japanese clients.
    Now problem is that we need to deploy all on their server which shows every hting
    in Japanese. Its going to be really very difficult for us.
    Is there any key or property in weblogic server by changing that we can change
    the language (english-->japanese)
    Actually what I wanted was first to run the server in English mode. deploy each
    and every thing sucessfuly.
    Then stop the server.
    Change that flag or whatever to use japanese character set.
    Start the server again so that it run in japanese language and having every thing
    already deployed.
    Is it possible approach?
    Any other suggestions are also most welcome.
    Thanks and Regards
    Pavitra

    Hi,
    You would have to use the below command to give the root directory to start the server in MSI mode
    -Dweblogic.RootDirectory=path
    Example:
    java -Dweblogic.RootDirectory=c:\MyServerRootDirectory weblogic.ServerTo get more information on this you can check the below link
    Topic: Starting a Managed Server in MSI Mode
    http://download.oracle.com/docs/cd/E12840_01/wls/docs103/server_start/failures.html#wp1058998
    Regards,
    Ravish Mody

  • Equium L20 - Unable to start up Windows in any mode

    Hello
    I was wondering if you can help me. I have an Equium L20 -197, windows xp home edition. (Also technically challenged! :)) When I started my laptop first time today, I got this message -
    "We are sorry for the inconvenience but windows did not start up successfully..."
    and it gave me a few methods of starting it up:
    Safe Mode
    Safe Mode with Networking
    Safe Mode with Command Prompt
    Last Know Good Configuration (your most recent settings that worked)
    and
    Start Windows Normally
    I was able to start press start windows normally and computer started fine. I shut down the computer OK, then restarted it later on without any problems. I then restored to an earlier setting as system was not running well. Restore seemed to go OK but then my computer froze, so had to shut down by pressing down the power button.
    However, the laptop will now not reboot. Just as I think it is starting it goes to the error message and none of the options will work to start the computer and I am now stuck on an endless loop of the above message.
    I do not want to use the product recovery disc, as it will wipe all of the hard drive and I have info that I need to access! I do have a product recovery CD for a Fujitsu that has windows xp home edition sp 1 on it. Is there any way that I can use this to start my computer or is there something else that I should do? I was thinking of pressing F12 and if it is possible to use the other disc Fujitsu to kick start my system but not sure if that is possible. I did not have an xp disc installation disc from toshiba, when I bought the computer. :(
    I have been told by a computer guy over the phone that it sounds as if I need a new hard drive but would like to explore other methods before going down that route.
    Many thanks in advance for any help that you can give me. Susi

    Hi SusiB_1,
    Unfortunately if you cant start Windows in any these modes you have only one option and this is reinstalling Windows. I mean what you should do?! You can do nothing in this case
    As you wrote the Toshiba recovery disk wipes the whole HDD and thats right because its necessary to get factory settings back. But normally you should have a backup of your data or not???
    If not you can access the data if you put the HDD in an external HDD case. From another computer you have access to these data now.
    By the way: For Toshiba recovery disk you dont need a product key. Everything is already be done in recovery image and no activation is necessary. :)

  • Invalid command in boot strap mode

    Hi All,
    I am trying to install peoplesoft HRMS 9.1 with PT 8.51.
    Firstly I encountered problems running grant.sql ,it showed that PSSTATUS, PSOPRDEFN, PSACCESSPRFL TABLE OR VIEW does not exist.(So i tried following "Using Data Mover, You can login in to the SYSTEM schema and EXPORT those tables (Using the 'EXPORT <RECORD>' instead of 'EXPORT *'). Then using Data Mover again, login to the SYSADM schema and IMPORT the data. NOTE: You will need two DMS scripts, one to export and one to import, as well as making sure you're using the right USER/PW combination" solution).
    Secondly I can login to DATA MOVER using three combination of id's and psswds i.e system/oracle(original bootstrap mode id's) and PS/PS, SYSADM/SYSADM but the last two combinations also shows as bootstrap mode inside datamover.
    Lastly i triesd to import the three tables from one schema to other by logging in to system/oracle as all three tables are present under this schema but when i run,
    set log C:\REF0001_EXPORT.log;
    set output C:\REF0001.dat;
    export PSSTATUS;
    It shows the below error in logs,
    Invalid command in boot strap mode
    Ended: Tue Jun 14 00:37:12 2011
    Unsuccessful completion
    Pls help!

    Thanks Nicolas,
    So now what do you advise me to do...Do i need to start a fresh from scratch??..I beleive half of the tables present r under SYSADM and rest half under SYSTEM..So is there anything which i can do to import those??

Maybe you are looking for

  • Interactive table control in Adobe forms

    Dear gurus,   I am trying to create an interactive table control with header. The table control will have 10 rows, and I want the users to be able to enter values into the table. I created a new node with cardinality 0...n; and added attributes under

  • Seeburger AS2 MDN: Reading AS2 Header DATE field

    Hello, in my AS2 scenario (using Seeburger Adapter) I forward MDN messages to PI. Now I have the requirement to read the "DATE" field of the MDN AS2 Header an map it to a target field. In the XML message monitoring there are two payload messages: Ack

  • Getting error in WebDynPro-Example Getting Flight Details

    Hi all, I am using NetweaverStudio 2.0.3. I tried the flight example.I  am getting error. pl help me to proceed further. Error stacktrace: com.sap.tc.webdynpro.services.exceptions.WDTypeNotFoundException: type extern:com.sap.test.flights.model.types.

  • New version crashes

    since downloading the new version i have not ben able to play ANY facebook game as the minute i click on the link and it starts to open, it crashes, i WANT the old version back

  • Study material for 1z0-052

    study material for1z0-052