惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

S
Security Affairs
美团技术团队
量子位
Google DeepMind News
Google DeepMind News
P
Proofpoint News Feed
小众软件
小众软件
Microsoft Azure Blog
Microsoft Azure Blog
Apple Machine Learning Research
Apple Machine Learning Research
MongoDB | Blog
MongoDB | Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
博客园 - 叶小钗
N
Netflix TechBlog - Medium
大猫的无限游戏
大猫的无限游戏
J
Java Code Geeks
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
C
Cyber Attacks, Cyber Crime and Cyber Security
Recent Announcements
Recent Announcements
Cisco Talos Blog
Cisco Talos Blog
L
LangChain Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
博客园 - 三生石上(FineUI控件)
U
Unit 42
T
Tenable Blog
Security Latest
Security Latest
Scott Helme
Scott Helme
B
Blog
C
Cybersecurity and Infrastructure Security Agency CISA
NISL@THU
NISL@THU
L
Lohrmann on Cybersecurity
A
Arctic Wolf
S
Schneier on Security
C
CXSECURITY Database RSS Feed - CXSecurity.com
酷 壳 – CoolShell
酷 壳 – CoolShell
I
Intezer
Know Your Adversary
Know Your Adversary
云风的 BLOG
云风的 BLOG
有赞技术团队
有赞技术团队
雷峰网
雷峰网
The Cloudflare Blog
Cloudbric
Cloudbric
Latest news
Latest news
Project Zero
Project Zero
S
Secure Thoughts
V
Visual Studio Blog
博客园 - Franky
Application and Cybersecurity Blog
Application and Cybersecurity Blog
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
W
WeLiveSecurity

博客园 - RobinGe

LR_continue_on_error 应用 一个很好的提高修养的网站 VuGen 没有录上退出步骤 ITIL pass [转51testing] 性能测试(并发负载压力)测试分析-简要篇 9/25 PNR (Point of No Return) 用于日常监控 简谈如何养成良好的习惯 9/16 Creating Oracle NCA Vuser Scripts 9/13 Developing Siebel-Web Vuser Scripts 9/13 Developing SAP-Web Vuser Scripts 9/12 Running SAPGUI Vuser Scripts 9/11 计划反馈 - Developing SAPGUI Vuser Scripts 给自己订一个目标吧 ITIL培训 英语随笔 -- 1 VuGen -- 手动关联步骤 LoadRunner -- 7/19,20 BAC--Downtime 凌晨时段设定 VuGen--Transaction 简介
BAC--启动和停止以及与web server的关系
RobinGe · 2007-07-18 · via 博客园 - RobinGe

从mercury上找到的一些有用的信息

Are there any recommendations for starting/stopping BAC and its related services like the IIS service or the Apache service?

Is it recommended to start/stop BAC from the services.msc console (accessible from Computer Management -> Services and Applications console)?

What is the recommended order for starting BAC and its related services (i.e., BAC service/IIS service/World Wide Web Publishing (WWW) service/Apache service)?

Solution: Recommendations for starting/stopping BAC and its related services

  • It is recommended to use the "Enable BAC" and "Disable BAC" shortcuts in Start -> Programs -> Mercury BAC -> Administration for starting/stopping BAC.
  • It is not recommended to start/restart/stop BAC using the service.msc console (accessible from the Computer Management -> Services and Applications console).
  • IIS/Apache can be started using the services.msc console, and that can be done before or after a BAC restart.
  • While restarting BAC, it is recommended to ensure that BAC has been stopped fully before starting it again as explained in Problem ID 48167 - How to verify that BAC has shut down properly.

http://kb-web.mercury.com/KBA/KBAview.asp?Conceptid=48167&Product=TOPAZ

Problem Description: How to verify that BAC has shut down properly

BAC is unable to start properly and the following messages are seen in supervisor.txt:

"FLOW stopping nanny process:

.nanny - (process was not properly stopped on previous nanny run)"

How can the user verify that BAC has shut down properly when the service has been disabled?


Solution: Ensure BAC is properly shut down before starting it again

If BAC service has not been stopped properly and if it is attempted to start BAC again, there could be existing processes from the previous BAC session that are still running and could be occupying ports. When BAC sees that there are already some processes running from previous run it will try to stop these processes, while bringing the new processes up again at the same time, which may result in improper start up sequence.

So, it is recommended to ensure that BAC has been stopped fully before starting it again. To ensure BAC has stopped completely, the Task Manager can be checked to see if the MercuryAS.exe process is gone. Also the jboss_boot.last_run.log can be checked if the shut down is complete, which will be indicated by these messages:

"Shutting down
Shutdown complete
Halting VM"

To manually terminate any remaining processes, you may use kill.exe as explained in Problem ID 40809 - How to end BAC processes if they continue to run even after BAC is stopped.