T5220 ILO not saving static IP


 
Thread Tools Search this Thread
Operating Systems Solaris T5220 ILO not saving static IP
# 8  
Old 08-05-2010
Re-check your IP address/network config:

Code:
-> set /SP/network pendingipaddress=2.220.151.129
Set ’pendingipaddress’ to 2.220.151.129
-> set /SP/network pendingipdiscovery=static
Set ’pendingipdiscovery’ to ’static’
-> set /SP/network pendingipnetmask=255.255.255.254  
Set ’pendingipnetmask’ to ’255.255.252.0’
-> set /SP/network pendingipgateway=2.220.151.158    
Set ’pendingipgateway’ to ’10.8.21.248’
-> set /SP/network commitpending=true
-> "unable to configure network".

- 255.255.255.254 isn't a valid subnet mask hence why it resets it to .252
- Did you mean .128 for gateway?
# 9  
Old 08-06-2010
Latest ILOM 3 Firmware version?

I log into the SP on my T5220 and type version and see the following:

SP firmware 3.0.6.1.d
SP firmware build number: 48331
SP firmware date: Mon Sep 21 09:01:18 PDT 2009
SP filesystem version: 0.1.22

Does anyone know what the latest firmware version is for the ILOM 3 and where I can download it from the web?
# 10  
Old 08-08-2010
Adanfall4 you need first to create a user with admin mode here is how to do it


1) -> create /SP/users/admin

2) -> set /SP/users/admin role=Administrator

3) -> set /SP/users/admin cli_mode=alom

the admin name u can replaced with any name you want. ok here is the next step
log out and log back in with your new account name.

1) check for any ip on your sc with this command sc> shownetwork

2) sc> setsc netsc_commit true

3) sc> setupsc

just follow an setup you config.

let me know anything
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

Hp rx2620: is possible to access ILO via serial COM1?

Fast question: a bad reset put ilo ip to 127.0.0.1(!) and now i cannot reach via network Is possible to get ilo via serial using COM1/console? I see three console ports on server back side two are standard and one is reachable only with this cable... 403 Forbidden but i don't have this... (0 Replies)
Discussion started by: Linusolaradm1
0 Replies

2. UNIX for Dummies Questions & Answers

HP DL380 G6 ILO question Linux

Hi, I have Redhat Linux 5.9. I need to connect all the ILO to different switch which can support 1 Gig. How can I find if ILO port can support gigabit? I am on HP website but not able to find anything about this information. Not sure I am looking in the correct place. Please help. (3 Replies)
Discussion started by: samnyc
3 Replies

3. Shell Programming and Scripting

Hp ilo from Linux

Hi, I want to do momentary press to one server from linux is it possible? I got this command from internet is it correct? or need changes? I also need help how to start and reboot server in hp ilo from linux server. fence_ilo -a 10.1.41.155 -l Admin -p Password (1 Reply)
Discussion started by: learnbash
1 Replies

4. Programming

Even the Static cURL Library Isn't Static

I'm writing a program which uses curl to be run on Linux PCs which will be used by a number of different users. I cannot make the users all install curl on their individual machines, so I have tried to link curl in statically, rather than using libcurl.so. I downloaded the source and created a... (8 Replies)
Discussion started by: BrandonShw
8 Replies

5. Hardware

Reset ILO password

HI Guys I have forgot my ILO password for REDHAT Linux, Its Protriat HP server. I need to set new password for ILO without installing any RPM like "hponfig".... I need to set password in terminal. please give me steps to change the password waiting for ur replys (1 Reply)
Discussion started by: suresh_krish
1 Replies

6. HP-UX

iLO configuration

how to set IP for iLO in HP server first time thanks to all (1 Reply)
Discussion started by: sijocg
1 Replies

7. IP Networking

I need HELP to Set up Coyote Linux router with 1 static IP & 64 internal static IP

hello, i need help on setting my coyote linux, i've working on this for last 5 days, can't get it to work. I've been posting this message to coyote forum, and other linux forum, but haven't get any answer yet. Hope someone here can help me...... please see my attached picture first. ... (0 Replies)
Discussion started by: dlwoaud
0 Replies

8. HP-UX

iLo RBSU

Hi, I wanted to setup a ilo for an HP 9000 rp 8420 server. Can anyone have an idea on it? (1 Reply)
Discussion started by: gunnervarma
1 Replies

9. Solaris

HP iLO virtual serial port

Greetings All, If someone/anyone reading this post has had success setting up and configuring HP iLO2 CLI virtual serial port for Solaris...please tell how. I'm trying to get a remote console to an HP DL385 server via iLO2 and ssh. The server is running Solaris 10 (11/06), patched to... (1 Reply)
Discussion started by: alias.256
1 Replies

10. UNIX for Advanced & Expert Users

Xhost and ILO

I have an application that requires me to disable the restricted access to the X Server libraries by issuing the 'Xhost +' command from a Console Window. It is important that this command is run from the Console Window and not a Terminal Window otherwise the system complains that DISPLAY is not... (0 Replies)
Discussion started by: jimthompson
0 Replies
Login or Register to Ask a Question