当前位置:首页 > BMC Bladelogic安装配置-部分功能介绍-V1.1
Install script can now setup an initial host from which the root user will have root privileges (called root equivalency) on this host giving you an initial root privileged entry point.
You may also choose to set up an initial user mapping entry. This will allow you to configure the agent to automatically map a particular client user to a local user on this machine. So when this particular client user connects to this agent they will automatically be given the other users' permissions.
Setup an initial host with root equivalency (y/n) ? y
Hostname which will be granted initial root equivalency: kiss
The host that has been granted initial root equivalency is:
kiss
Is this correct (y/n) ? y
Setup a mapping for a particular client user (y/n) ? y
What client user would you like to map? root
What local user would you like to map this user to? root
Client user 'root' will be mapped to 'root': Is this correct (y/n) ? y
Please select the mechanism by which the RSCD Agent should be started in the future.
1 - At system bootup through /etc/rc.d/init.d/rscd file 2 - Manually (I'll do it myself)
Installation type [1]: 1
Please choose the rscd log directory. [/opt/bmc/BladeLogic/8.1/NSH/log]
Enter the directory you want to use for temp files [/tmp]:
========== Creating Directories in Target Directory ==========
[--------------------]
[####################]
... Done
============ Copying Files into Target Directory =============
[--------------------]
[####################]
... Done
============== Setting Up Operating Environment ==============
Creating HOME file in /usr/lib/rsc
... Done
===================== Configuring Logging ====================
... Done
=============== Installing the Shared Libraries ==============
Adding entry to the Internet services file ... Done
===================== Installing SysInfo =====================
... Done
====================== Installing blyum ======================
... Done
================= Installing Agent Component =================
Entry for host rscd successfully added
Entry for host default successfully added
Updating file /etc/rc.d/init.d/rscd for automatic daemon startup ...
+ ln -s ../init.d/rscd /etc/rc.d/rc2.d/S90rscd + ln -s ../init.d/rscd /etc/rc.d/rc3.d/S90rscd + ln -s ../init.d/rscd /etc/rc.d/rc4.d/S90rscd + ln -s ../init.d/rscd /etc/rc.d/rc5.d/S90rscd
===================== Starting the Agent =====================
Starting the RSCD Daemon ... ... Done
Removing temporary files. This may take a minute ...
=================== Installation Complete ====================
The installation is complete. You are now ready to begin using BMC BladeLogic Server Automation software.
For support please e-mail us at customer_support@bmc.com
#ps -ef|grep RSCD
root 4166 2532 0 23:29 pts/0 00:00:00 grep RSCD #ps -ef|grep rscd
root 4142 4141 0 23:29 ? 00:00:00 bin/rscd root 4143 4141 0 23:29 ? 00:00:00 bin/rscd root 4168 2532 0 23:29 pts/0 00:00:00 grep rscd
6.3 查看RSCD Agent状态
可以通过命令行的方式查看RSCD Agent的状态,过期,还是未过期,过期时间是什么时候等等。
以BBSA Server是Windows平台为例,在dos环境下或者NetworkShell环境下执行: agentinfo localhost 可以查看本机的RSCD Agent状态
agentinfo 远端主机名或IP地址 可以查看远端RSCD Agent状态 以下是查看本机RSCD Agent状态:
以下是查看远端RCD Agent状态:
共分享92篇相关文档