Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]


 
Thread Tools Search this Thread
Top Forums UNIX for Beginners Questions & Answers Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]
# 1  
Old 10-16-2019
Start /SYS on SUN SPARC does not start machine [SUN SPARC ENTERPRISE T-5240]

Code:
-> start /SYS

Are you sure you want to start /SYS (y/n)? y
Starting /SYS


Code:
]-> show HOST

 /HOST
    Targets:
        bootmode
        diag
        domain

    Properties:
        autorestart = reset
        autorunonerror = false
        bootfailrecovery = poweroff
        bootrestart = none
        boottimeout = 0
        hypervisor_version = Hypervisor 1.7.4.a 2009/09/21 08:25
        macaddress = 00:21:28:76:4d:cc
        maxbootfail = 3
        obp_version = OBP 4.30.4 2009/08/19 07:25
        post_version = POST 4.30.4 2009/08/19 07:50
        send_break_action = (none)
        status = Powered off[/B]
        sysfw_version = Sun System Firmware 7.2.4.e 2009/09/21 09:50

    Commands:
        cd
        set
        show



FUrthermore, below command hangs the machine

Code:
-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y

Serial console started.  To stop, type #.


Last edited by Peasant; 10-16-2019 at 07:38 AM.. Reason: Added code tags.
# 2  
Old 10-16-2019
Hi,

What user account are you using to logon th the Service Processor? Also you should remember that it can take some time with these servers to see any output.

Regards

Gull04
# 3  
Old 10-16-2019
When I click on Power button of machine it loads and drop me on a prompt where I supply a root user name and password
# 4  
Old 10-16-2019
OK,

Then you can try the following steps.

Code:
-> set /SYS keyswitch_state=diag
-> start /SYS
-> start /SP/console

Please note any error messages.

After a while the system should come to the # ok {} prompt.

You should then drop back to the Service Processor use #. end runn the following command.

Code:
> show /SP/faultmgmt -level all

Post any output here and please use the code tags to format it correctly.

Regards

Gull04
# 5  
Old 10-16-2019
Code:
-> set /SYS keyswitch_state=diag
Set 'keyswitch_state' to 'diag'

-> start /SYS
Are you sure you want to start /SYS (y/n)? y
Starting /SYS

-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y

Serial console started.  To stop, type #.

Serial console stopped.

-> show /SP/faultmgmt -level all

  /SP/faultmgmt
    Targets:

    Properties:

    Commands:
        cd
        show


Last edited by Peasant; 10-16-2019 at 07:39 AM..
# 6  
Old 10-16-2019
Hi,

Can you post the output from a;

Code:
-> stop /SYS

Wait a couple of minutes and then;

Code:
-> start /SYS
-> start /SP/console

And show any output - Please use the code tags - these are usec by clicking on the </> symbol above this window. This is a forum rule and you must use them to help with readability of your posts.

Regards

Gull04
# 7  
Old 10-16-2019
Code:
-> start /SYS
Are you sure you want to start /SYS (y/n)? y
Starting /SYS 



-> start /SP/console
Are you sure you want to start /SP/console (y/n)? y

Serial console started.  To stop, type #.

Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Howto auto boot SPARC | How to auto supply "start /SYS" and "start /SP/console" commands

When I power ON my T4-1, I got a prompt -> where I have to start /SYS and start /SP/console. How can I auto supply these two commands ? (3 Replies)
Discussion started by: z_haseeb
3 Replies

2. Solaris

SNMP - cpu core information for Sun SPARC machine

Dears, I'm looking for getting CPU cores information of Sun machines (like: SunFire V880, Fujitsu SPARC T5120, ...) via SNMP, unfortunately i couldn't find the proper OID for that. Can anyone help me with this ? Thanks, (1 Reply)
Discussion started by: Anti_Evil
1 Replies

3. Solaris

Small issue with Sun Sparc Enterprise T5120

Good Day, We have bought Sun Sparc Enterprise T5120 with pre-installed Solaris 10 Sparc But i need on this server Solaris 9. I have inserted in to DVD-rom (USB DVD-rom) with Solaris 9 for Sparc. Then log into shell and type: reboot -- cdrom. System rebooted and i have this message: ... (3 Replies)
Discussion started by: A.Shalin
3 Replies

4. Solaris

Accessing a StorageTek 2530 Disk array from SUN, SPARC Enterprise T2000

Hello, Wondering if anyone can help me with mounting a file share from my Sun T2000 server running Solaris 10 to my connected 2530 disk array? I believe I've connected the disk array correctly and I have created a volume on the array using the filesystem (Sun_SAM-FS, RAID-5). The T2000... (15 Replies)
Discussion started by: DundeeDancer
15 Replies

5. Solaris

Problem using default account with ILOM on Sun SPARC Enterprise T5140

Hi, I have Sun SPARC Enterprise T5140 and I can't access it via serial port using preconfigured administrator account, as described in Sun Integrated Lights Out Manager 2.0 User's Guide: I'm always receive "Login incorrect" message. I'm really confused! Does anyone experience such circumstances?... (12 Replies)
Discussion started by: Sapfeer
12 Replies
Login or Register to Ask a Question