Installing Solaris 10 5/09 OS on IBM HS22 Type 7870 Blade Server

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Installing Solaris 10 5/09 OS on IBM HS22 Type 7870 Blade Server
# 1  
Old 09-09-2009
Installing Solaris 10 5/09 OS on IBM HS22 Type 7870 Blade Server

This Sun tech tip provides a workaround for using the GUI during boot or during installation of the Solaris 10 5/09 OS on the IBM HS22 Type 7870 Blade Server.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. AIX

IBM blade

How to access IBM server free of charge ? Is there such services provided by IBM ? I want to practice on AIX & learn about administration before go to exam soon Do you have idea what VLP ( Virtual Loaner Program ) is ? (4 Replies)
Discussion started by: arm
4 Replies

2. Solaris

help installing solaris 10 on sun blade 1500

Hi everyone can someone please explain to me how to install solaris 10 on a sunblade 1500 using cdrom? Thanks for your assistance (1 Reply)
Discussion started by: cjashu
1 Replies

3. AIX

Powerha on P595 and Blade HX5 Type 787

Hello Everyobdy! Is it poosible to implement PowerHa on Different Server like power 595 and Blade HX5 Type 787 Thanks in Advance (8 Replies)
Discussion started by: Vit0_Corleone
8 Replies

4. AIX

Share Blade IBM Tape drive with Windows Server

Hi , We have a Blade Chassis H housing 4 servers. It has a single tape drive. Can i share this tape drive with a HP Server Running Windows Server 2003? They are in the same LAN btw. (0 Replies)
Discussion started by: muzahed
0 Replies

5. Solaris

Drivers not get detected while installing Solaris on Hp server

I m having server with a mode; HP Proliant DL380 G5. Having 8 disks 148Gb each, as i m going for solaris 10 installtion it gives error Disk not found. Its not detecting Drivers. Kindly tell me how to for the driver detection. (1 Reply)
Discussion started by: sunray
1 Replies

6. Solaris

Installing Solaris 10 on IBM Netfinity 5500

Hi, I am in the process of installing Solaris 10 on my IBM Netfinity 5500 Pentium II box, I load disk 1, it boots to the menu and I select Solaris, it counts the dots, and hangs at the User Licence terms and stays there for a while and then reboots. Anyone that has experienced this, please... (2 Replies)
Discussion started by: mistryman
2 Replies
Login or Register to Ask a Question
hpionIBMblade(1)						      OpenHPI							  hpionIBMblade(1)

NAME
hpionIBMblade - An openhpi sample application that shows how two (2) openhpi plugins can be used to display and manage resources of an IBM Blade with Basedboard Management Controller (BMC). SYNOPSIS
hpionIBMblade [ -x ] DESCRIPTION
hpionIBMblade shows how two (2) openhpi plugins can be used to display and manage resources of an IBM Blade with Basedboard Management Controller (BMC). Both the ipmi and snmp_bc plugin have the same IBM Blade target. Resources from both plugins are combined to show a complete view of the IBM Blade. @@ WARNING @@ RESTRICTIONS @@ WARNING @@ RESTRICTIONS @@ WARNING @@ RESTRICTIONS @@ This client application is designed to run **only** inband on an IBM Blade with Basedboard Management Controller (BMC) OPTIONS
-x Display debug messages. SAMPLE CONFIGURATION FILE
handler libipmi { entity_root = "{SYSTEM_CHASSIS,2}" name = "smi" addr = 0 } handler libsnmp_bc { host = "bc.mm.ip.address" version = "3" community = "bc_community" entity_root = "{SYSTEM_CHASSIS,1}" security_name = "myid" passphrase = "mypassword" security_level = "authNoPriv" auth_type = "MD5" } SEE ALSO
AUTHORS
Authors of this man page: Peter D Phan (pdphan@users.sourceforge.net) 2.14.1 2009-11-23 hpionIBMblade(1)