Configuring ILOM manager on Sun X4540 Thumper


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris BigAdmin RSS Configuring ILOM manager on Sun X4540 Thumper
# 1  
Old 06-12-2009
Configuring ILOM manager on Sun X4540 Thumper

Sun X4540 Thumper includes Sun Microsystem's ILOM (Sun Integrated Lights Out Manager) manager. You can use ILOM to upgrade your server's firmware, remotely accessing your server's console by using your web browser, modify and see sensors, see hardware components and so on. You can access ILOM by using a serial console,ssh client or a web browser. You need to set an ip address for your ILOM manager if you need to use ssh or a web browser.If you don't have a dhcp server around you'll need to configure your ILOM manager with a static ip address.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

How to start up console on Sun Fire X2200 ILOM using SSH?

Hi Oracle Hardware Specialists, I have shutdown a Sun Fire X2200 server running Solaris 10 x86 to single user mode to experiment some backup commands using Web based Sun embedded Lights Out Manager Redirection to open up a console session. However, it is not possible to copy & past text with... (7 Replies)
Discussion started by: gjackson123
7 Replies

2. Hardware

Sun X4270 ILOM Login issue

Hi I have a new SUN X4270 server. I am trying to login to the server's ILOM using it's serial management port from a Windows machine but am not getting any login prompt from the server. I am using a RJ-45/DB-9 adaptor. After connecting the adaptor, I am opening the serial connection using... (3 Replies)
Discussion started by: mystition
3 Replies

3. Solaris

Sun Fire X4540 in a reboot cycle

So I have a lot of equipment in San Diego racks and there was a recent county-wide black out. Our data racks are supposedly on diesel generators. Most everything made it through the outage just fine without any issue. But for whatever reason, one of our X4540's developed a quirky habit of... (3 Replies)
Discussion started by: genkuro
3 Replies

4. Solaris

SUN ILOM

Hi, I am just confused with iLOM. Is iLOM is applicable for SPARC as well as X86 servers?? which are having CMM. Hope ALOM will be applicable for rest of the servers like v240 kind of series. Can any one pls clarify this?? Thanks in Advance Vaisakh K S (3 Replies)
Discussion started by: vks47
3 Replies

5. Solaris

Sun X4540 Ilom - Solaris 10

Hello Admins, I am trying to access the solaris 10 host using the ilo. When I do start /SP/console, it just hangs, it doesn't give me any login prompt... I tried reset /SYS and also did reset /SP...but no luck... We have Sun X4540.... Any help appreciated..Thanks (9 Replies)
Discussion started by: snchaudhari2
9 Replies

6. Solaris

ILOM Banner Sun x41XX servers

Is it possible to set the information that shows in the cli banner when you login to the ILOM? In addition, after I set the hostname of the ILOM, how do I check it? (2 Replies)
Discussion started by: brialt1
2 Replies
Login or Register to Ask a Question
cvcd(1M)						  System Administration Commands						  cvcd(1M)

NAME
cvcd - virtual console daemon SYNOPSIS
/platform/platform_name/cvcd DESCRIPTION
The virtual console daemon, cvcd, is a server process that supports the network console provided on some platforms. The cvcd daemon accepts network console connections from a remote host (only one host at any given time). Console input is read from this connection and forwarded to cvc(7D) by way of cvcredir(7D). Similarly, console output is read from cvcredir(7D) and forwarded across the network console connection. If cvcd dies, console traffic is automatically rerouted through an internal hardware interface. The cvcd daemon normally starts at system boot time. Each domain supports only one cvcd process at a time. Caution: On Sun Enterprise 10000 domains, cvcd uses a configuration file (/etc/ssphostname) to determine the name of the host from which network console connections are allowed. If the remote console host is renamed, you must edit the configuration file to reflect that change. OPERANDS
The following operands are supported: platform_name The official Sun platform name used in packaging and code. For example, for Sun Fire 15K servers, the platform_name would be SUNW,Sun-Fire-15000. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Architecture |Sun Enterprise 10000 | | |servers, Sun Fire High-End | | |Systems | +-----------------------------+-----------------------------+ |Availability |SUNWcvc.u | +-----------------------------+-----------------------------+ SEE ALSO
svcs(1), svcadm(1M), services(4), attributes(5), smf(5), cvc(7D), cvcredir(7D) Sun Enterprise 10000 SSP Reference Manual System Management Services (SMS) Reference Manual NOTES
The cvcd service is managed by the service management facility, smf(5), under the service identifier: svc:/system/cvc Administrative actions on this service, such as enabling, disabling, or requesting restart, can be performed using svcadm(1M). The ser- vice's status can be queried using the svcs(1) command. SunOS 5.10 11 Aug 2004 cvcd(1M)