Wednesday, 23 August 2017

Setting up ILOM console IP to a new Sparc Server

Setting up ILOM console IP to a new Sparc Server


1.Connect the server with Console cable to server console port and power on the server .

2.Default username and password will be root & changeme


login: root
Password:
Login timed out after 60 seconds
SUNSP-BDL10031B1 login: root
c Password:
Waiting for daemons to initialize...
Daemons ready
Sun(TM) Integrated Lights Out Manager
Version 3.0.6.1.d r48331

Copyright 2009 Sun Microsystems, Inc. All rights reserved.
Use is subject to license terms.
Third-party software, including font technology, is copyrighted and licensed
from Sun suppliers.
Portions may be derived from Berkeley BSD systems, licensed from U. of CA.
Sun, Sun Microsystems, and the Sun Logo are trademarks or registered trademarks
of Sun Microsystems, Inc. in the U.S. and other countries.
Federal Acquisitions: Commercial Software -- Government Users Subject to
Standard License Terms and Conditions.

Copyright 2009 Sun Microsystems, Inc. Tous droits réservés.
Distribué par des licences qui en restreignent l'utilisation.
Le logiciel détenu par des tiers, et qui comprend la technologie relative
aux polices de caractères, est protégé par un copyright et licencié par
des fournisseurs de Sun.
Des parties de ce produit pourront être dérivées des systèmes Berkeley BSD
licenciés par l'Université de Californie.
Sun, Sun Microsystems, et le logo Sun sont des marques de fabrique ou des
marques déposées de Sun Microsystems, Inc. aux Etats-Unis et dans d'autres pays.

Warning: password is set to factory default.


3. To check the existing IP details


-> show /SP/network

 /SP/network
    Targets:
 test
    Properties:
 commitpending = (Cannot show property)
 dhcp_server_ip = (none)
 ipaddress = (none)
 ipdiscovery = (none)
 ipgateway = (none)
 ipnetmask = (none)
 macaddress = (none)
 pendingipaddress = (none)
 pendingipdiscovery = (none)
 pendingipgateway = (none)
 pendingipnetmask = (none)
 state = disabled
    Commands:
 cd
 set
 show

4.Set the new IP for the server console


-> cd /SP/network
/SP/network

-> set pendingipaddress=172.28.101.9
Set 'pendingipaddress' to '172.28.101.9'

-> set pendingipdiscovery=static
Set 'pendingipdiscovery' to 'static'

-> set pendingipnetmask=255.255.255.0
Set 'pendingipnetmask' to '255.255.255.0'

-> set pendingipgateway=172.28.101.50
Set 'pendingipgateway' to '172.28.101.50'

->
->
-> set commitpending=true
Set 'commitpending' to 'true'


-> show

 /SP/network
    Targets:
 test
    Properties:
 commitpending = (Cannot show property)
 dhcp_server_ip = none
 ipaddress = 172.28.101.9
 ipdiscovery = static
 ipgateway = 172.28.101.50
 ipnetmask = 255.255.255.0
 macaddress = 00:21:28:50:0A:A1
 pendingipaddress = 172.28.101.9
 pendingipdiscovery = static
 pendingipgateway = 172.28.101.50
 pendingipnetmask = 255.255.255.0
 state = disabled
    Commands:
 cd
 set
 show

5.Setting up the auto boot


-> set /HOST/bootmode script="setenv auto-boot? false"
Set 'script' to 'setenv auto-boot? false'

6.Setting up the input and output devices


-> set /HOST/bootmode script="setenv auto-boot? false"
Set 'script' to 'input-device virtual-console'
-> set /HOST/bootmode script="input-device virtual-console"
Set 'script' to 'output-device virtual-console'
-> show

1 comment:

Job chronyd.service/start failed with result 'dependency'

 Job chronyd.service/start failed with result 'dependency' Issue :  CRITICAL: Neither ntpd nor chronyd running. Exiting  Error :  sy...