ldom reboot command


 
Thread Tools Search this Thread
Operating Systems Solaris ldom reboot command
# 1  
Old 02-17-2010
ldom reboot command

Hi,

What is the command to reboot the guest ldom domain in solaris m/c?

Regards,
Vinodh' Kumar
# 2  
Old 02-17-2010
reboot? shouldn't it be the same command , init 6 or shutdown command to reboot ldoms?
# 3  
Old 02-19-2010
Quote:
Originally Posted by vino_hymi
Hi,

What is the command to reboot the guest ldom domain in solaris m/c?

Regards,
Vinodh' Kumar
Hi ,

On primary domain u can use following for stop/start etc..
Code:
erb aliases:
        Alias          Verb
        -----          -------
        rm             remove
        ls             list

Command aliases:
        Alias          Command
        -----          -------
        cancel-op      cancel-operation
        create         add-domain
        modify         set-domain
        destroy        remove-domain
        remove-reconf  cancel-reconf
        start          start-domain
        stop           stop-domain
        bind           bind-domain
        unbind         unbind-domain
        panic          panic-domain
        migrate        migrate-domain

But for reboot u can run #init 6 or #reboot on guest domain ...

Last edited by Scott; 02-19-2010 at 05:50 AM.. Reason: Please use code tags
# 4  
Old 03-23-2010
From the primary domain you could:

ldm panic ldom1
telnet 0 5001
ok> boot
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Solaris

Ldom problem

Hi People, I have been trying to learn solaris ldoms, have created one on a T2000 and get the following error when try to install it off DVD WARNING: /virtual-devices@100/channel-devices@200/disk@1: Communication error with Virtual Disk Server using Port 0. Retrying If anyone could help... (8 Replies)
Discussion started by: callmebob
8 Replies

2. Shell Programming and Scripting

Exit script when shutdown or reboot command is given

This is probably a simple question, but I'm new with writing scripts for Linux (IPFire in this case) and Google wasn't helpful with this. When creating a script, what is the best and/or proper way to have it exit automatically if the reboot or shutdown command is given? If that's even... (2 Replies)
Discussion started by: bartgrefte
2 Replies

3. Solaris

Reboot solaris box(What are all the command outputs)

Hi What are all the command outputs we have to note and keep it for safe before rebooting or shutting down a solaris box (5 Replies)
Discussion started by: newtoaixos
5 Replies

4. Shell Programming and Scripting

Can someone help me to convert the date format after get it from the "LAST REBOOT" command.

Can someone help me to convert the date format after get it from the "LAST REBOOT" command. these is the standard output. bash-3.00# last reboot reboot system boot Fri Aug 6 15:07 reboot system down Fri Aug 6 15:04 reboot system boot ... (3 Replies)
Discussion started by: pichitw
3 Replies

5. Solaris

uptime and last reboot command in solaris

Hi, Can someone explain in detail what 'uptime' ,'last reboot' and 'who -b' commands do in solaris. this commands are not executing in every solaris box. why this is happening. Has solaris got some inbuilt commands into it. If yes then where i have found them? Thanks,Soubhik (6 Replies)
Discussion started by: soubmukh
6 Replies

6. Solaris

different between soft reboot and hard reboot

Hi Guru's Can any want here could explain to me the different between soft reboot and hard reboot . Best Regards Seelan (3 Replies)
Discussion started by: seelan3
3 Replies

7. AIX

Issues with "SU - userid -c command" on system reboot

Hi All! My db2 is started in the AIX /etc/inittab on systemreboot as follows db3:2:once:su - db2inst3 -c db2start >/dev/console 2>1 I changed the .profile of db2inst3 to put an alias to the db2start command as follows alias db2start="/usr/bin/ksh /home/db2inst3/sample/db2start.ksh" When... (1 Reply)
Discussion started by: voorkey
1 Replies
Login or Register to Ask a Question