network management port


 
Thread Tools Search this Thread
Operating Systems Solaris network management port
# 1  
Old 06-06-2008
network management port

Hi I am using SF 240 and solaris 10 and I connected a cable to network management on server and other end to a switch.

What configurations do I need on server to ssh or telnet to the network management port from remotely ?

I also installed ALOM firmware. Is there anything else required on server or network side ?

Please let me know

Thanks
# 2  
Old 06-06-2008
there are some basic settings for the alom network port. if you don't know this settings you have to use the serial port to connect to the machine and run "setupsc" to configure the ip settings of the network port.
if you have no serial line to your server and have solaris installed, you can also use the "scadm" command to configure the network management port.

please read:

#/usr/platform/`uname -i`/sbin/scadm help
# 3  
Old 06-06-2008
Error

Thanks

Quote:
if_network="true"
if_modem="false"
if_connection="ssh"
if_emailalerts="false"
sys_autorestart="xir"
sys_bootrestart="none"
sys_bootfailrecovery="none"
sys_maxbootfail="3"
sys_xirtimeout="900"
sys_boottimeout="900"
sys_wdttimeout="60"
netsc_tpelinktest="true"
netsc_dhcp="false"
netsc_ipaddr="192.168.1.5"
netsc_ipnetmask="255.255.255.0"
netsc_ipgateway="192.168.1.1"
mgt_mailhost=""
mgt_mailalert=""
sc_customerinfo=""
sc_escapechars="#."
sc_powerondelay="false"
sc_powerstatememory="false"
sc_clipasswdecho="true"
sc_cliprompt="sc"
sc_clitimeout="0"
sc_clieventlevel="2"
sc_backupuserdata="true"
sys_eventlevel="2"

Is this correct ?

I am not able to connect when I do ssh 192.168.1.5

cable is connected from NM port to switch

GW is pingable. ( from the host itself )
Quote:
ping -s 192.168.1.1
PING 192.168.1.1: 56 data bytes
64 bytes from 192.168.1.1: icmp_seq=0. time=0.618 ms
64 bytes from 192.168.1.1: icmp_seq=1. time=0.648 ms
^X^C
----192.168.1.1 PING Statistics----
2 packets transmitted, 2 packets received, 0% packet loss
round-trip (ms) min/avg/max/stddev = 0.618/0.633/0.648/0.021

Last edited by upengan78; 06-06-2008 at 08:28 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Check network Linux management

hi, how can I make a acquaintance with the command ifconfig -a which address ip mangement. Thank you regards Francesco Itollo (2 Replies)
Discussion started by: Francesco_IT
2 Replies

2. Infrastructure Monitoring

How do I know what traffic is in network port?

If I would like to know what connection , data , traffic in a network port ( eth0 ) , what can I do ? ps. because I always found the network is very slow , so I would like what the network port is doing . Thanks Login ID ust3 is currently in read-only mode for multiple infractions. Creating... (0 Replies)
Discussion started by: ust03
0 Replies

3. IP Networking

Facing issue in ip6table rule for port based routing management

Hi, Please help me on issue described below, I have 4 machine setup, M1 -> M2 -> M3 | M4. And A laptop that can be reachable through both M3 and M4. M2 has 2 NIC conected to M3 and M4. Now I want to divide the flow coming from M1 for laptop. At M2, I have done following,... (1 Reply)
Discussion started by: rahulbhansali24
1 Replies

4. Solaris

How to clear network socket port 17005?

:)Hi Solaris Experts, I am wondering whether it is possible to clear a network socket port 17005 left by Apache Tomcat/6.0.20 after having to terminate it forcefully, since it has run away due to remote JDBC resource contention on another server. A normal Tomcat stop / shutdown proves... (2 Replies)
Discussion started by: gjackson123
2 Replies

5. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

6. IP Networking

Network Management Software

We are a small legal firm in the UK and looking to upgrade from some open source network management tools we are using. I'm not finding very many commercially supported network management software solutions that run on Linux or UNIX for that matter. Does anyone have any recommendations? ... (2 Replies)
Discussion started by: ctrenton
2 Replies

7. IP Networking

network speed not tale with the port setting

Hi all, one of my Sun Box facing the problem. The network port i had set to Auto-Negotiated and i had edited the /etc/system/ file in the Sun box as below: set hme:hme_adv_autoneg_cap=1 set hme:hme_adv_100fdx_cap=0 set hme:hme_adv_100hdx_cap=0 But when i checked the /var/adm/messages/, it... (0 Replies)
Discussion started by: AirWalker83
0 Replies

8. Solaris

disconnecting from serial management port

On v240's and v440's whenever i connect my laptop to the serial management port and when either the laptop goes into sleep mode, or i physicall disconnect the cable, the solaris boxes go to the ok prompt!!!! anyone have any idea... (3 Replies)
Discussion started by: csaunders
3 Replies
Login or Register to Ask a Question