发新话题
打印

[求助] 不能连接albd_server问题!(急,急,急)( 此文章被查看:1857次,被回复:5篇!! )

不能连接albd_server问题!(急,急,急)

客户端在update view时报错,揭示:unable to contact albd_server on host ***

检查过了,客户端和server端的服务都是正常的,但在update view时就报这个错,请教高手,这是为什么?如何解决

多谢!



© 本文为 猫猫SCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

详细信息,试一下Clearlicense是否能获取License,ClearCase的版本,操作系统平台等,只从你描述的信息看不出情况,如果是Windows看一下Atria Location这个服务是否启动,可以用控制面板中clearCase中先停止服务,再启动服务



© 本文为 cuibzSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

1.首先检查控制面板clearcase程序中的albd_service是否Running.


2.检查服务里Atria Location Broker服务是否启动,否则手动重新启动.如果不能启动请检查albd_service的输入密码是否正确.并请参考:

Error 1069
***********************************************************************************
C:\>net helpmsg 1069

The service did not start due to a logon failure.
***********************************************************************************
When this error occurs, one or more of the following issues is blocking the ALBD from starting.

ALBD account password changed.
ALBD account name is incorrect. This is most likely to occur in the middle of a domain migration, once the old domain is decommissioned.
ALBD account locked. (This may occur as a result of #1 above)
ALBD account does not have one of the following rights on the host:
Log on Locally
Log on as a Service

Note: In an Microsoft Active Directory® domain, a group policy may override the local policy setting. If to, the "Local Security Policy" control panel will show different results for "local" and "effective" policies after restarting the computer.


When trying to start the clearcase_albd service, the following error is displayed:

Could not start the Atria Location Broker service on \\MACHINE
Error 1069: The service did not start due to a logon failure.

The Atria Location Broker service cannot logon with the stored user name (SID) and password.

There can be a number of reasons for this: The most common are:
The stored SID is no longer valid - perhaps the clearcase_albd account has been deleted and re-created.
The password is not valid - perhaps there is password expiration enforced.
The account could be locked - too many attempts with an invalid password.
The clearcase_albd service account does not have 'log on as a service' right on the local machine.
The clearcase_albd service account does not have 'log on as a service' right on the Domain Controller where the account was created.
The system is a registry server, and the <ClearCase installation>\var\rgy directory is missing.


These resolutions correspond to the items above:

Contact your IT department to see if there were any changes to the clearcase_albd account or its password. If the password or the account itself has been changed, create a new site prep (netinst) area and have all users run the Setup program again to pickup the new password.

To check if there is a bad password, go to the Windows Services applet, click on Atria Location Broker, click on the Logon tab and re-enter the password. Attempt to start the albd service again.
Contact your IT department to insure that the clearcase_albd account password is set to never expire.
Have your IT department reset the clearcase_albd account.
The status of the "logon as a service" right can be determined by checking the rights assignments:

The domain qualified albd account (DOMAIN\clearcase_albd) should be displayed in the list of users who have the Log on as a service rights.
Both the Local Policy Setting and Effective Policy Settings boxes should be checked. If the Effective Policy Setting box is not checked for the clearcase_albd account, then the account rights assignment was not set correctly on the Domain Controller.

If you ensure that has the correct account name and password but the service still has logon problems then you need to seek the assistance of the Windows Domain Administrator to resolve the logon issue.
Create the directory <ClearCase installation>\var\rgy



Back to top


--------------------------------------------------------------------------------

Error 1067

***********************************************************************************
C:\>net helpmsg 1067

The process terminated unexpectedly.
***********************************************************************************

Check the application event log for errors from the ALBD. If there is a recent error from the ALBD reading Error: albd_server must run in the ClearCase group, one of the following issues has caused the ALBD server to refuse to start:

ALBD is being started while disconnected from the network. This is not a supported configuration as ClearCase is a network-based SCM application.
ALBD is starting before the network has fully initialized. In this event, the albd_server process cannot access a Windows domain controller to authenticate itself on the network. When this occurs, the albd_server process will log the above error and exit. In some cases it may "hang" instead of properly exiting. If this problem happens often enough try the following workaround to alleviate the symptoms:
Add the "Browser" and "Netlogon" services to the list of dependencies for the ALBD service.

WARNING: If you use the Microsoft Windows Registry Editor incorrectly, you may cause serious problems that may require you to reinstall your operating system. IBM Rational Software cannot guarantee that you can solve problems that result from using the Microsoft Windows Registry Editor incorrectly. Use the Microsoft Windows Registry Editor at your own risk.
Open the registry with regedit
Go to the key -
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Albd
Double click on "DependOnService" The current hex value is:
52 00 70 00 63 00 53 00 73 00 00 00 54 00 63 00 70 00 49 00 70 00 00 00 00 00
(RpcSs TcpIp)
Edit it to a new hex value of:
52 00 70 00 63 00 53 00 73 00 00 00 54 00 63 00 70 00 49 00 70 00 00 00 62 00 72 00 6F 00 77 00 73 00 65 00 72 00 00 00 6E 00 65 00 74 00 6C 00 6F 00 67 00 6F 00 6E 00 00 00 00 00
(RpcSs TcpIp browser netlogon)
ALBD account is not a member of the ClearCase Server Process Group defined in the Windows registry. Examine the following registry key HKEY_LOCAL_MACHINE\Software\Atria\ClearCase\CurrentVersion\ClearCaseGroupName ensure that the ALBD account is a member of that group.

Note: It is possible to run the ALBD service as a non-privledged user, however, this is not a supported configuration on ClearCase servers since it will prevent the server from correctly executing administrative tasks.
The ALBD user account must have a valid password set and the ALBD user account password should be set to never expire
The Atria Location Broker Service startup is set to:

Startup Type = Automatic
Log On As = This account: <the albd account>

Note: If you are in a Domain, the <albd account> must be domain qualified

Example: DOMAIN\username
If machine is in a Domain, there cannot be a group called clearcase in the user manager for the Domain and in the user manager on the local machine. The local clearcase group must be removed.
The Domain name cannot be clearcase. This will cause problems starting the ALBD service.
The ALBD user must have read/execute permissions to the RATIONAL-HOME directory
Confirm that the ClearCase bin directory is at the beginning of the System path.
Confirm that the DOMAIN\clearcase_albd has log on as a service permissions on the Local Machine (Local User Manager)
WINDOWS, WINNT or WINNT35 and subdirectories have to allow the ALBD user to have at least read/execute permissions.
Give the albd user full control of the root drive c: (or where ClearCase is installed). Do not replace on subdirectories, because this will replace your entire c: drive, just the root.
The password for the albd may be corrupted. Go into the Control Panel > Services and double click on the albd service. Then re-enter the password on client machine. This will recreate the password if it is corrupt.
If all of the above fails, normally the clearcase_albd user does not need local admin rights, but if everything else has been checked, try adding the domain qualified clearcase_albd user to the local administrator's group.
Check if the system's hard drive is low on disk space or if the virtual memory is empty.
If the ClearCase registry was being tampered with (for example if you make a backup registry server the primary register server not using rgy_switchover, but by copying the info from the var/backup directory into the var directory and reboot) you will get error 1067. Resolution is to undo all that was previously done and revert back to the original registry server. Delete the info in var directory and making the system a backup registry server again.
Left over information in the "var" directory from the older install may be causing confusion with the newer version of ClearCase.
Follow these steps:
Stop ClearCase completely through Start > Setting > Control Panel > ClearCase > Services Startup tab.
CD to "C:\Program Files\Rational\ClearCase" or your installation directory.
Copy the "var" directory and put it on your desktop.
Go back to the "C:\Program Files\Rational\ClearCase\var" directory and remove all possible directories that you can.
Reinstall ClearCase to the original installation directory
Restart Windows
Login as the same user that did the install (This is critical)
Once logged back in CD into the "saved" var directory, then into the "rgy" directory and copy (into the Windows clipboard) all the information in this directory.
CD to the "C:\Program Files\Rational\ClearCase\var\rgy" and paste the copied information from the "saved" ...\var\rgy directory clicking yes to replace all.
Verify that all the ClearCase services are running from the Services Startup tab in the ClearCase control panel.

Back to top


--------------------------------------------------------------------------------
本帖最近评分记录
  • among 金钱 +10 2007-1-11 11:38



© 本文为 wlinerSCMLife 共同所有,未经同意,请勿转载 ©如该文侵犯了您的版权,请联系管理员

TOP

回复 #2 cuibz 的帖子

多谢cuibz的帮助!



可以获取License,CC版本:2005.05.00,操作系统:Windows,相关服务均启动。
停止CC服务,重启动,仍然不能update该View.

具体情况如下:
我在一台新服务器上建了一个新的vob,已经使用了5天,客户端、server端均正常。今天有一个工程师取该VOB上的label建View时,就一直报这个错,无法创建。但在update其他服务器上的VOB均使用正常。

请指点一下,多谢!

© 本文为 猫猫 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

打开客户端任务管理器,并且杀掉albd_clearcase.exe进程,在去服务器端杀掉对应的进程,分别在服务器和客户端手动启动Atria Location Broker服务看看!

© 本文为 215197 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

多谢wliner 帮忙!

© 本文为 猫猫 所有,未经同意,请勿转载
©如该文侵犯了您的版权,请联系管理员

TOP

发新话题