Installing Solaris 10 on sunfire v240


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Installing Solaris 10 on sunfire v240
# 8  
Old 04-05-2013
Hello,
Most Oracle/Sun servers have a ILOM or the older ALOM. I think the v240 has a ALOM.
I looked it up in the Oracle Knowledge Base and This what it says.


Quote:
Description
This Technical Instruction article describes how to configure the ALOM "NET MGT" port for use on a network.



Steps to Follow
How to configure the NET MGT (ALOM Ethernet) Port:
The hardware set up is very basic. A standard network cable with RJ45 connectors needs to be plugged into the port on the I/O panel labeled "NET MGT" with the other end connected to the network.
Note: This interface is 10HDX so please ensure that the network hardware can negotiate to that speed or be forced to 10hdx. Some older hubs/switches are 100MB only, and are unable to establish link with the ALOM ethernet port.
There are multiple ways to configure the ALOM NET MGT port. You can establish
a tip session into the ALOM SERIAL MGT port (explained in Technical Instruction Document: 1010563.1 or
through the use of the scadm command provided in Solaris[TM]. This article
will cover both methods. The method assuming a tip connection to the ALOM serial port is functioning first.
1) Use the "showsc" command to show the current config.
sc> showsc
Advanced Lights Out Manager v1.0
parameter value
--------- -----
if_network true
if_modem false
if_snmp false
if_emailalerts false
sys_autorestart xir
netsc_tpelinktest true
netsc_dhcp false
netsc_ipaddr 0.0.0.0
netsc_ipnetmask 255.255.255.0
netsc_ipgateway 0.0.0.0
mgt_mailhost
mgt_mailalert
sc_customerinfo
sc_escapechars #.
sc_powerondelay false
sc_clipasswdecho true
sc_cliprompt sc
sc_clitimeout 0
sc_clieventlevel 2
sys_eventlevel 2
ser_baudrate 9600
ser_parity none
ser_stopbits 1
ser_data 8
netsc_enetaddr 00:03:ba:29:5e:34
sys_hostname
sys_enetaddr 00:03:ba:29:5e:2b
sc>
If there are prior configuration settings that need to kept intact, then proceed from this point. If unsure of what has been set and want to go back to the default settings before configuring, then issue a "setdefaults" command.
sc> setdefaults
Are you sure you want to reset the SC configuration [y/n]? y
The parameters that need to be configured to make the NET MGT port
functional are:
if_network true
netsc_tpelinktest true
netsc_dhcp false
netsc_ipaddr 0.0.0.0
netsc_ipnetmask 255.255.255.0
netsc_ipgateway 0.0.0.0
2a) Use the "setsc"command to set the needed parameters.
sc> setsc if_network true
This command enables the NET MGT port.
sc> setsc netsc_tpelinktest true
This command enable/disables the link integrity test. Please check with your network admin to see if the network hardware supports this 10BaseT standard.
Note: When set to true, in the absence of network traffic, a 100ns heartbeat
pulse is sent every 16ms within a range of +/- 8 ms. A link fail condition
is entered if the receiver does not receive a packet or a link test pulse
within 50-150 ms. The link fail condition disables the data transmit, data
receive, and loopback functions. The link test pulses continue to be
transmitted and received during the link failure. The link is reestablished
when two consecutive link test pulses or a single data packet have been
received.
sc> setsc netsc_dhcp false
This command should be set to false unless you want DHCP to obtain your network configuration, which is not part of this example.
sc> setsc netsc_ipaddr 129.148.173.27
This command sets the the unique IP address for the NET MGT port, please see the network admin to get this address.
sc> setsc netsc_ipnetmask 255.255.255.0
This command sets the netmask and will depend on the class of network, please see the network admin to get this value.
sc> setsc netsc_ipgateway 129.148.173.253
This command sets the IP address of the gateway or router, please see the network admin to get this value.
If a change is made to the "if_network" or "netsc_tpelinktest" variable, it will not change until after the next ALOM reset(sc>resetsc -y) but is otherwise not needed.
Now verify the settings with the "shownetwork" command.
sc> shownetwork
SC network configuration is:
IP Address: 129.148.173.27
Gateway address: 129.148.173.253
Netmask: 255.255.255.0
Ethernet address: 00:03:ba:29:5e:34
The ALOM NET MGT port should now be functional. If at this point if unable to telnet/ping the ip address of the ALOM, see section 3 for suggestions to verify the port.
2b) The next steps will show how to do the same configuration but with the
Solaris[TM] based "scadm" command.
Here is the usage page for the "scadm" command:
#/usr/platform/`uname -i`/sbin/scadm help
USAGE: scadm <command> [options]
For a list of commands, type "scadm help"
scadm - COMMANDS SUPPORTED
help, date, set, show, resetrsc, download, send_event, modem_setup,
useradd, userdel, usershow, userpassword, userperm, shownetwork,
loghistory, version
scadm - COMMAND DETAILS
scadm help => this message
scadm date [-s] | [[mmdd]HHMM | mmddHHMM[cc]yy][.SS] => print or set date
scadm set <variable> <value> => set variable to value
scadm show [variable] => show variable(s)
scadm resetrsc [-s] => reset SC (-s soft reset)
scadm download [boot] <file> => program firmware or [boot] monitor
scadm send_event [-c] "message" => send message as event (-c CRITICAL)
scadm modem_setup => connect to modem port
scadm useradd <username> => add SC user account
scadm userdel <username> => delete SC user account
scadm usershow [username] => show user details
scadm userpassword <username> => set user password
scadm userperm <username> [cuar] => set user permissions
scadm shownetwork => show network configuration
scadm loghistory => show SC event log
scadm version [-v] => show SC version (-v verbose)
Use the "scadm set" command to set the same variables as described above.
#scadm set if_network true
#scadm set netsc_tpelinktest true
#scadm set netsc_dhcp false
#scadm set netsc_ipaddr 129.148.173.27
#scadm set netsc_ipnetmask 255.255.255.0
#scadm set netsc_ipgateway 129.148.173.253
#scadm shownetwork
IP Address: 129.148.173.27
Gateway address: 129.148.173.253
Netmask: 255.255.255.0
Ethernet address: 00:03:ba:29:5e:34
NOTE: There is also an interactive configuration process possible through the use of the "setupsc" command, which is beyond the scope of this document.
3) Link verification
If there are issues connecting into the NET MGT port try moving the rj45 connector from the switch/hub port to one of the bge (a cluster transport adapter) interfaces. When the connection is made the link led on both the bge and NET MGT port should light.
NOTE: When the bge is setup for autonegotiation it will connect up at 10HDX and
negotiate MDI/MDX. To verify the bge is setup for autoneg run the following:
#ndd -get /dev/bge3 adv_autoneg_cap
1
1=autoneg enabled 0=no autoneg
Next configure the bge as a point to point connection to avoid routing issues.
From the above example, the Alom IP is 129.148.173.27, then config bge3 for
an ip on the same subnet.
#ifconfig bge3 plumb 129.148.173.1 129.148.173.27 up
bge3: flags=1000851<UP,POINTOPOINT,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 129.148.173.1 --> 129.148.173.27 netmask ffff0000
ether 0:3:ba:29:37:96
Next, run snoop (snoop -d bge3), and telnet from the system to the ALOM IP addr. Observe the telnet traffic in the snoop.
1 5.58497 129.148.173.1 -> (broadcast) ARP C Who is 129.148.173.27, 129.148.173.27 ? 2 0.00079 129.148.173.27 -> 129.148.173.1 ARP R 129.148.173.27, 129.148.173.27 is 0:3:ba:29:37:9c 3 0.00017 129.148.173.1 -> 129.148.173.27 TELNET C port=32818 4 0.00149 129.148.173.27 -> 129.148.173.1 TELNET R port=32818 5 0.00009 129.148.173.1 -> 129.148.173.27 TELNET C port=32818 6 0.00039 129.148.173.1 -> 129.148.173.27 TELNET C port=32818 7 0.00238 129.148.173.27 -> 129.148.173.1 TELNET R port=32818 8 0.00005 129.148.173.1 -> 129.148.173.27 TELNET C port=32818 If you do not see led lights on the bge or NET MGT port then try another cable. If there is a link but no response in snoop check the configuration or suspect a port issue.


Product
Sun Fire V240 Server
Sun Fire V210 Server
After you setup the ALOM you can get console access from your desk with a web browser. If you need more info let me know.

I hope this helps you.
This User Gave Thanks to bitlord For This Post:
# 9  
Old 04-05-2013
thanks hicks....I'm actually playing with this thing at home for learning purposes...u guys have been very helpful...I assumed a rollover cable is the same as a cross over cable, so that was my first issue, and because you guys have let me know I need to connect serially on the laptop I have ordered a usb to serial adapter. I appreciate all the help getting me started, I'm sure I'll be posting again once I have the right equipment to administer the system.

---------- Post updated at 10:43 AM ---------- Previous update was at 10:39 AM ----------

thanks bitlord....My issue is just connecting to the machine to get the os installed.....I'm waiting on a usb to serial adapter to arrive, once I do I'm sure I'll be asking for more help getting things configured...I've seen mention of ALOM when doing research on this box, not sure exactly what that is, but I'm sure your reply will be very helpful once I get to that step.
# 10  
Old 04-05-2013
If your at home just connect the v210 to a extra port on your router. So NET MGT to router and I assume your PC or LAPtop is connected to your router. This way you don't need a crossover cable. The instructions say use a standard cable which is a normal cable. You may not need the USB to serial adapter. Solaris hardware usually have 2 management interfaces. one for connecting with serial and anther for connecting with the network.

I'm not as good with ALOM as I am with ILOM but with ILOM you can install the OS from the console and even mount the CD/DVD ISO and install the OS from your desk. Also if you ever used a Dell server then a ALOM or ILOM is much like the Dell's DRAC.

Last edited by bitlord; 04-05-2013 at 12:13 PM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Failed to identify flash rom on Sunfire V240 running Solaris 10

Hi Guys, I have performed OBP & ALOM upgrade on V240 system. One of my system, running Solaris 10, having issue to identify flash rom during ALOM 1.6.10 version upgrade (OBP upgraded to latest one). May I know what the reason of this error and how can I fix it so I can upgrade ALOM using... (0 Replies)
Discussion started by: myrpthidesis
0 Replies

2. Solaris

Question on selling/unloading Sunfire V240

Over 6 years ago I picked up a Sunfire V240 from my employer who was unloading all of their Sun hardware. Two processors, 4GB RAM and half dozen SCSI disk drives. It doesn't have an OS or a CD Rom/DVD drive. I have a collection of SCSI drives that should work with the server. So if I can get... (2 Replies)
Discussion started by: gandolf989
2 Replies

3. Solaris

SunFire V240 CPU Heat Sink Replacement

I got a replacement Heatsink and Fan unit, but the OEM unit has the SUN Thermal Interface Material (TIM) already on the heatsink matting surface. Because mine is used it does not have the TIM. Also there are 2 different TIM material SUN used based on the Processor (1-1.28GHz uses a glue backed... (1 Reply)
Discussion started by: danneskjold0809
1 Replies

4. Solaris

SUNFIRE V240 procedure to shutdown with safety in order to replace power cables

Question: Which commands to use to shutdown with safety the server; (2 Replies)
Discussion started by: doudou2012
2 Replies

5. Hardware

Need Help connecting to sunfire v240

I recently acquired a sunfire v240 and I'm trying to get into it so I can install linux on it. Right now I'm still trying to get a monitor connected so I can do this. I've tried connecting to it with a crossover cable to my laptop (vista and linux equipped). I was able to get a connection... (2 Replies)
Discussion started by: QuadRunner750
2 Replies

6. Solaris

Patch update on sunfire 280R sparc for solaris 5.9

Hi, i just finished installing solaris 5.9 and I'm looking for the tools to tell me if i should update the patches or how to make sure that the current patches are ok? thanks (2 Replies)
Discussion started by: lamoul
2 Replies

7. Solaris

Sunfire 280R Solaris 5.9 booting

Hi, I have to question: 1) when O/S is booting, i see messages: /dev/rdsk/c1t0d0s5: is logging /dev/rdsk/c1t0d0s3: is logging /dev/rdsk/c1t0d0s7: is logging i partitioned these slices during installation of O/S 5.9. I can access to these mountpoint no problem. But... (3 Replies)
Discussion started by: lamoul
3 Replies

8. Solaris

Serial Port Connection to a Sunfire V880 (having Solaris 10)

Hi, I'mtrying to connect a Device via the serial port to my Solaris 10 environment (Sunfire V880). I have setup ttyb to connect to the Device. I am getting a connected status in my Port Listing (Using a separate Module that I have in the app running in the environment) but the moment I try to... (0 Replies)
Discussion started by: Alchemist
0 Replies

9. UNIX for Dummies Questions & Answers

Jumpstart Sunfire V240

Hi, I trying to jumpstart SunFire V240 Solaris 10, 2006_01. All the jumpstart files on jumpstart install and boot server are ok (tested on another machine Sun Ultra 10). But this system comes out with: "The file just loaded does not appear to be executable." after "boot net - install" and setting... (0 Replies)
Discussion started by: jump
0 Replies

10. UNIX for Dummies Questions & Answers

Installing Solaris 9 on Sunfire V240

Hey guys, I had a Sunfire V240 with Solaris 10 preinstalled but replaced the original 2 -73g harddrives with 2 146g drives now I'm trying to install Solaris 9 which I want to use not 10. Now I keep getting this error: Rebooting with command: boot Boot device: disk0:a File and args: The... (2 Replies)
Discussion started by: kingdbag
2 Replies
Login or Register to Ask a Question