The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com



SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems .

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
Creating SNMP Strings To Trap ALOM Console Messages RobSand SUN Solaris 0 03-27-2008 12:31 PM
leaving ALOM mode xramm SUN Solaris 3 10-09-2007 06:51 AM
Default ALOM username and password for the Sun servers muthulingaraja UNIX for Advanced & Expert Users 1 10-11-2006 11:37 AM
escape from alom jsy UNIX for Advanced & Expert Users 1 09-07-2006 11:10 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish Bulgarian Greek Powered by Powered by Google
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 12-18-2007
thepurple thepurple is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 134
Alom Ip

Hi experts,

I forget my ALOM ip of Sun 880. My system is up. And i cannot do like -scshutdown to go SC> console.

How can i find out the ALOM IP?

I tried with direct connection through Hyperterminal in my laptop. But no prompt came. i use 9600 baud rate, data bit 8, parity-none, flowcontrol Hardware. It didn't work.

I also don't know if i somehow able to go sc> console, can i collect the ALOM ip from there??

I need to findout ALOM IP. Please suggest.

//purple
  #2 (permalink)  
Old 12-18-2007
blowtorch's Avatar
blowtorch blowtorch is offline Forum Advisor  
Supporter
  
 

Join Date: Dec 2004
Location: Singapore
Posts: 2,350
You should be able to connect to sc through the serial connection (hyperterminal) as well. What settings exactly, that I do not know. If you do get the sc, then you can run 'showsc' to get the values of the different paramters (including your missing IP address).
  #3 (permalink)  
Old 12-18-2007
pressy's Avatar
pressy pressy is offline Forum Staff  
solaris cultist
  
 

Join Date: Aug 2003
Location: Vienna / Austria (Europe) [EARTH]
Posts: 726
Quote:
You should be able to connect to sc through the serial connection (hyperterminal) as well. What settings exactly, that I do not know.
use the original DB9-RJ45 adapter (PN.: 530-3100-01)
default settings: 9600/8/n/1

Quote:
If you do get the sc, then you can run 'showsc' to get the values of the different paramters (including your missing IP address).
this should also work in solaris with:
# /usr/platform/`uname -i`/sbin/scadm show

regards
- PRESSY
  #4 (permalink)  
Old 12-18-2007
thepurple thepurple is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 134
purple

Quote:
Originally Posted by pressy View Post
this should also work in solaris with:
# /usr/platform/`uname -i`/sbin/scadm show
i tried below. But got an error--

# /usr/platform/`uname -i`/sbin/scadm show
/usr/platform/SUNW,Sun-Fire-880/sbin/scadm: not found
#
  #5 (permalink)  
Old 12-18-2007
blowtorch's Avatar
blowtorch blowtorch is offline Forum Advisor  
Supporter
  
 

Join Date: Dec 2004
Location: Singapore
Posts: 2,350
Quote:
Originally Posted by pressy View Post
# /usr/platform/`uname -i`/sbin/scadm show
Does it work for all platforms?

On my T2000:

Code:
test-build# pwd
/usr/platform
test-build# ls -l */sbin/scadm
-rwxr-sr-x   1 root     sys        53148 Jan 24  2007 SUNW,Netra-210/sbin/scadm
-rwxr-sr-x   1 root     sys        53148 Jan 24  2007 SUNW,Netra-240/sbin/scadm
-rwxr-sr-x   1 root     sys        53148 Jan 24  2007 SUNW,Netra-440/sbin/scadm
-rwxr-sr-x   1 root     sys        53148 Jan 24  2007 SUNW,Sun-Fire-V210/sbin/scadm
lrwxrwxrwx   1 root     root          35 Dec 14 20:07 SUNW,Sun-Fire-V215/sbin/scadm -> ../../SUNW,Sun-Fire-V240/sbin/scadm
-rwxr-sr-x   1 root     sys        53148 Jan 24  2007 SUNW,Sun-Fire-V240/sbin/scadm
lrwxrwxrwx   1 root     root          35 Dec 14 20:07 SUNW,Sun-Fire-V245/sbin/scadm -> ../../SUNW,Sun-Fire-V240/sbin/scadm
lrwxrwxrwx   1 root     root          35 Dec 14 20:07 SUNW,Sun-Fire-V250/sbin/scadm -> ../../SUNW,Sun-Fire-V240/sbin/scadm
-rwxr-sr-x   1 root     sys        53148 Jan 24  2007 SUNW,Sun-Fire-V440/sbin/scadm
lrwxrwxrwx   1 root     root          35 Dec 14 20:07 SUNW,Sun-Fire-V445/sbin/scadm -> ../../SUNW,Sun-Fire-V240/sbin/scadm

  #6 (permalink)  
Old 12-18-2007
thepurple thepurple is offline
Registered User
  
 

Join Date: Oct 2007
Posts: 134
purple

My machine is SUNW,Sun-Fire-880. I didn't see any 'scadm' in Sun-Fire-880.


Code:
# pwd
/usr/platform
# ls -l */sbin/scadm
-rwxr-sr-x   1 root     sys        44852 Jun 24  2003 SUNW,Netra-240/sbin/scadm
-rwxr-sr-x   1 root     sys        44852 Jun 24  2003 SUNW,Netra-440/sbin/scadm
-rwxr-sr-x   1 root     sys        44852 Jun 24  2003 SUNW,Sun-Fire-V210/sbin/scadm
-rwxr-sr-x   1 root     sys        44852 Jun 24  2003 SUNW,Sun-Fire-V240/sbin/scadm
lrwxrwxrwx   1 root     root          35 May 10  2005 SUNW,Sun-Fire-V250/sbin/scadm -> ../../SUNW,Sun-Fire-V240/sbin/scadm
-rwxr-sr-x   1 root     sys        44852 Jun 24  2003 SUNW,Sun-Fire-V440/sbin/scadm
#

  #7 (permalink)  
Old 12-18-2007
DukeNuke2's Avatar
DukeNuke2 DukeNuke2 is offline Forum Staff  
Soulman
  
 

Join Date: Jul 2006
Location: Germany, Berlin
Posts: 2,993
the v880 doesn't suite an alom.. there is an rsc card! you need the rsc software from sun and use it like scadm -> "rscadm show".
the path is the same as above:

/usr/platform/`uname -i`/rsc/rscadm show

you can get the software (if not installed) here:
https://cds.sun.com/is-bin/INTERSHOP...-F@CDS-CDS_SMI

Last edited by DukeNuke2; 10-21-2008 at 04:50 PM..
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT -4. The time now is 09:27 AM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language Translations Powered by .
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0