Running program in the background:
1. nohup <command> &;
e.g[1]+ Stopped startWebLogic.sh
[oracle@oardc-vm15 admin]$
nohup startWebLogic.sh &
2. <command>, then interaction with <command> such as provide user and password. after the interaction finished, the press CTRL+Z and input bg then <enter>
e.g.
[oracle@oardc-vm15 admin]$ startWebLogic.sh
.
.
JAVA Memory arguments: -Xms256m -Xmx512m
.
WLS Start Mode=Production
.
CLASSPATH=:/u01/app/oracle/product/bea/patch_wlw1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/product/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/app/oracle/product/bea
...
<Jan 15, 2010 5:19:12 AM CST> <Info> <Security> <BEA-090065> <Getting boot identity from user.>
Enter username to boot WebLogic server:weblogic
Enter password to boot WebLogic server:
<Jan 15, 2010 5:20:39 AM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Jan 15, 2010 5:20:39 AM CST> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Jan 15, 2010 5:20:39 AM CST> <Notice> <Log Management> <BEA-170019> <The server log file /u01/app/oracle/product/bea/user_projects/domains/base_domain/servers/AdminServer/logs/AdminServer.log is opened. All server side log events will be written to this file.>
...
<Jan 15, 2010 5:22:00 AM CST> <Notice> <WebLogicServer> <BEA-000329> <Started WebLogic Admin Server "AdminServer" for domain "base_domain" running in Production Mode>
<Jan 15, 2010 5:22:00 AM CST> <Warning> <Server> <BEA-002611> <Hostname "oardc-vm15.cn.oracle.com", maps to multiple IP addresses: 10.182.113.81, 127.0.0.1>
<Jan 15, 2010 5:22:01 AM CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
<Jan 15, 2010 5:22:01 AM CST> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
CTRL+Z
[1]+ Stopped startWebLogic.sh
[oracle@oardc-vm15 admin]$ bg
[1]+ startWebLogic.sh &
分享到:
相关推荐
The fourth edition of Data Structures and Algorithm Analysis in C++ describes data structures, methods of organizing large amounts of data, and...programming, as well as some background in discrete math.
The software described in this User's Guide is that described in the chapter on Neural Network PC Tool Implementations in the book entitled Neural Network PC Tools: A Practical Guide, to be ...
In Jsp also we can set the background color which we want, the font color can be changed. The table can be coloured . By using the colors code we can give colors according to our wish. Sine Table in...
the number of selected items changed while the method was running. - ADD: Added the method TFlexControl.DoNeedHint - allows editing the displaying of hint for flex-object within the object. - ADD: ...
In some cases, minute details that affect the running time of the implementation are explored.Once a solution method is determined, a program must still be written. As computers have become more ...
+ The scrollbar did not get reset to the top when the user read in a new data file. Fixed. + The structure of the code has been undergone some major changes to ease porting to Windows 95 and ...
This book is an introduction to the Python programming language for complete beginners – those who have ...and running Python programs, then feel free to skip the Setting up your environment section.
There is some background information about how the program works on my research blog. Referencing and Editing The code is released under the GNU General Public Licence so you're welcome to use the...
A few “unicorns” have popped up in the past decade or so, promising to help solve the big data problems that billion dollar corporations and the people running your country can’t. It goes without...
If you follow the logic of the program it does teach a lot about multithreading and the necessary techniques to do this in a 'Thread Safe environmen<END><br>37,callback.zip This small project is ...
In the Windows environment, multiple applications that use the tablet may be running at once. Each ap-plication will require different services. Applications must be able to get the services they need...
In our example, if one transaction (T1) holds an exclusive lock at the table level, and another transaction (T2) holds an exclusive lock at the row level, each of the transactions believe they have ...
To run the code in this book, the reader will need a Linux operating system or Microsoft Windows, and some way of downloading Python, the Python Imaging Library, and Inkscape from the internet. All ...
DHCP will (in the background) continue to try to acquire a valid lease while Windows for Workgroups continues to run (although you will not have TCP/IP functionality). If you are running with DHCP ...
Header Files The #define Guard Header File Dependencies Inline Functions The -inl.h Files Function Parameter Ordering Names and Order of Includes Scoping Namespaces Nested Classes Nonmember, Static ...
- **Background Processing**: Perform networking tasks in the background to avoid blocking the UI. #### 5. Perceived Performance Perceived performance refers to how users perceive the speed and ...