How to get Net Mgt's IP?


 
Thread Tools Search this Thread
Operating Systems Solaris How to get Net Mgt's IP?
# 1  
Old 02-16-2011
How to get Net Mgt's IP?

Is there a way to get Sun system (v210)'s IP address for the net management port? I don't have access to its serial management port.

Thank you in advance!
# 2  
Old 02-16-2011
Run the command below as root:
Code:
/usr/platform/SUNW,Sun-Fire-V240/sbin/scadm shownetwork


HTH
# 3  
Old 02-17-2011
Thanks a lot, Bluesscreen. It's working.

# /usr/platform/SUNW,Sun-Fire-V240/sbin/scadm shownetwork
IP Address: 10.1.6.70
Gateway address: 10.1.6.1
Netmask: 255.255.255.0
Ethernet address: xxxxxxxxxxxxxxxxx

telnet to 10.1.6.70 - working.

I've tried root/changeme and admin/changeme, but no luck. What is the default access ID/password for it?

Have a nice day!

---------- Post updated 02-17-11 at 09:18 AM ---------- Previous update was 02-16-11 at 05:57 PM ----------

Here is the command to set admin password:

# /usr/platform/`uname -i`/sbin/scadm userpassword admin

Thanks again, Bluescreen.

---------- Post updated at 11:02 AM ---------- Previous update was at 09:18 AM ----------

A new issue raised: The command scadm works fine with Sun V systems. Now I need to do the same thing (find net management port's IP from the OS) on a Sun x4150 server running Solaris 10 (x86 version of course). There is no scadm command.

I am reading the manual and searching google now, but no luck so far. Please help!

Thanks!
# 4  
Old 02-17-2011
the only thing would be the "ipmitool" but you need the ILOM IP anyway to use this tool. so you have to ways to get the ip.
1. reboot the system. the SP IP is shown on the BIOS screen during reboot.
2. use a serial line to connect to the SP.
# 5  
Old 02-18-2011
It's a production system and can't be booted just for getting the net management IP. I don't have access to its serial port. There must be a better way to get the info from OS.

Thanks!
# 6  
Old 02-18-2011
Quote:
Originally Posted by aixlover
There must be a better way to get the info from OS.

Thanks!
No, nothing comes to my mind...
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Solaris

Inactive Ser Mgt and Net Mgt Ports

Hi, These ports of My T1000 are off. My Serial Management Port used to work. It gave me access to the "sc>" window. Now, i can't see it on my network (with the ZenMap tool) So, i can't power on (or off) my sun T1000. Can someone help me ? Thanks (5 Replies)
Discussion started by: Begbie78
5 Replies

2. Shell Programming and Scripting

File mgt: Do you know the command line command

I need a commnad to modify a file's contents from: 2009-06-18 14:14:38 CST INF Thread-114 rlo.aaf_ - MASSHANDLE: Got a valid message<Location=""><bob>2</bob><carol>61</carol><ted>54</ted><alice>1m</alice> to this : 2009-06-18 14:14:38 CST INF Thread-114 rlo.aaf_ - MASSHANDLE: Got a... (4 Replies)
Discussion started by: linux_lou
4 Replies

3. Shell Programming and Scripting

Net::SSLeay or Net::FTPSSL

Hello, I ran into an issue in one of my monitoring scripts. If I use the public ip address in my connection string everything works, but if I switch the connection string ip to 127.0.0.1 or the internal ip I get, " Connection refused at... (1 Reply)
Discussion started by: Styles
1 Replies

4. UNIX for Dummies Questions & Answers

/etc/rc.d/net - eth1

I just installed Crux on my laptop, which means I'll have to configure /etc/rc.d/net to adapt to my wireless internet. When I ran Linux before, I connected through eth1. How should I configure the /etc/rc.d/net file accordingly? Thanks for reading, Octal. (0 Replies)
Discussion started by: Octal
0 Replies

5. Programming

regarding net

how we can find whether net is connected or diconnected. (10 Replies)
Discussion started by: phani_sree
10 Replies

6. Solaris

Getting on the net

I've been having trouble getting my old gateway computer on the net with solaris. All of the network stuff is built into the motherboard. Is there a way that I can get it recognized? (4 Replies)
Discussion started by: possuman72
4 Replies
Login or Register to Ask a Question