11.2 not shutting down completely


 
Thread Tools Search this Thread
Operating Systems Solaris 11.2 not shutting down completely
# 1  
Old 06-12-2015
11.2 not shutting down completely

I just installed this 11.2 ver and when I tell it to shutdown it takes for ever then just hangs with this just a little bit of that red line left to go, then it just sits there like forever until I get tired of looking at it then force a shutdown by holding my power button down until my laptop shuts off.

what is this thing doing taking so long to shut off? How can I fix that?
# 2  
Old 06-16-2015
What hardware is it?
# 3  
Old 06-16-2015
Quote:
Originally Posted by hicksd8
What hardware is it?
I have it installed on a HP elitebook 6930p -- toshiba HHD's
# 4  
Old 06-16-2015
The first place I'd look is the ACPI and other power settings in the BIOS of the machine.
# 5  
Old 06-16-2015
If you are shutting down the Oracle Service in Windows then you need to check the shutdown
option that was selected when the service was created. Try either of these commands in dos.
You can either specify the sid name or the service name. Also take a look at the link below to
see the command options.

Code:
ORADIM -EDIT -SID <sid name> -SHUTMODE immediate

or
Code:
ORADIM -EDIT -SRVC <srvc name> -SHUTMODE immediate


https://docs.oracle.com/cd/B28359_01...n.htm#i1006074

Last edited by rbatte1; 06-16-2015 at 11:46 AM.. Reason: CODE tags!
# 6  
Old 06-16-2015
Quote:
Originally Posted by gandolf989
If you are shutting down the Oracle Service in Windows then you need to check the shutdown
option that was selected when the service was created. Try either of these commands in dos.

You can either specify the sid name or the service name. Also take a look at the link below to
see the command options.

Code:
ORADIM -EDIT -SID <sid name> -SHUTMODE immediate

or
Code:
ORADIM -EDIT -SRVC <srvc name> -SHUTMODE immediate

https://docs.oracle.com/cd/B28359_01...n.htm#i1006074
No windows on this laptop, Just Linux and a copy of Solaris 11.2 that is sitting dormant right now.

When I installed it. It took completely over the system. the grub they used made user of that. Unknown to me they are just like Windows in the "its only me" way of life when it comes to using there system. (even though one has to jump through hoops to get it to dual boot)


The HDD on this laptop is ext4 format other then what Solaris made its partition.

Right now I am using Linux on here, with Solaris not being used or in any kind of set up to be used. until I find time to mess with that Grub thing and figure out how to boot into Linux too with it. Grub2 makes things harder too in my option as I my knowledge base about these things is still in a learning pattern.

As far as Solaris shutting down it is like a fresh install on a bare system. So what it did to make it put itself into a wait state or what ever it is in because I cannot see a screen telling me what it is really doing just that splash shutdown screen with the red line that hangs when it gets to a point about 10 to 20 % LEFT TO DO.

I did notice it takes for ever to boot up too, Linux is much faster. Even Windows I fear is faster at boot up time and shut down time even than Solaris is.

I'll look in to this when I find time again.

thanks for your help...
# 7  
Old 06-16-2015
I don't know any "polite" way of installing a bootloader, except possibly providing backup boot sectors for the ones mangled.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

DISKs are gone after shutting down and replace an FC card

Hi there, I had issue with one of MY FC cards on T4-2 servers so system team replace it and start the machine but when launch FORMAT command so I don't see my shared disks coming from storage controller. i have checked at the Fabric switch so WWN numbers are visible and zones are ok and after... (1 Reply)
Discussion started by: janakors
1 Replies

2. Fedora

Script for shutting down 48 computers

Hi All, I am pretty new to unix type languages. At work we have a server room with about 50 windows computers in one system and 50 in a unix system. We sometimes have power outages and I don't like the power slam. I wrote a windows batch file using sysinternals help to shutdown the windows... (4 Replies)
Discussion started by: Jeff Rollins
4 Replies

3. AIX

Getting error while shutting down

Hi, I am getting the error "/etc/rc.shutdown failed. Shutdown aborting" while shutting down the os. Please suggest. (1 Reply)
Discussion started by: manoj.solaris
1 Replies

4. Solaris

I Need to edit message at shutting down

on solaris 8 i edited file rc0 in /sbin at last line ex. /sbin/sync; /sbin/sync; /sbin/sync # Unmount file systems. /usr, /var, /var/adm, /var/run are not unmounted by # umountall because they are mounted by rcS (for single user mode) rather than # mountall. If this is changed,... (1 Reply)
Discussion started by: infjustice
1 Replies

5. UNIX for Dummies Questions & Answers

critical temperature eached, shutting down

Hey all, I have attached an image of a problem that I've been having since last night. My computer will be on no more than 5-10 min and I'll get this message that pops up and my computer shutsdown. I know for a fact my computer is not overheated becasue I will have it off for hours and then... (7 Replies)
Discussion started by: pullmand
7 Replies

6. Solaris

Zone stuck in shutting down state.

One of my zone got stuck while rebooting in shutting down state. I tried following 1. Halt the zone with zoneadm -z zone1 halt 2. kill zoneadmd process for that zone and halt the zone but none helped me. How can i shut it down and restart it ? ---------- Post updated 10-09-09 at 01:54 AM... (0 Replies)
Discussion started by: fugitive
0 Replies

7. Ubuntu

Ubuntu Hangs when shutting down

i really dont know any other way to put it besides that Ubuntu 8.04, that i just installed on my computer hangs when it shuts down. the bar depletes the orange like it should, but it never actually shuts down. anyone know whats going on? (3 Replies)
Discussion started by: Texasone
3 Replies

8. UNIX for Dummies Questions & Answers

Shutting down the Server

Hi Is there anyway i can find out from which terminal a shutdown command has been run from ? :( (3 Replies)
Discussion started by: ktech
3 Replies

9. UNIX for Advanced & Expert Users

Shutting down Solaris

Hi I have a mix of solaris 8,9 & 10. I need to have our 6 Solaris servers shutdown buy a script that will be executed by APC network Shutdown software Im really not sure how I would write a script to shut them down and the following processes? the processes are portmapper seq seq_api... (1 Reply)
Discussion started by: tonysequoia
1 Replies

10. Solaris

shutting down oracle with the server

What can I do to ensure that oracle database is shut down when the server reboots. (1 Reply)
Discussion started by: krishan
1 Replies
Login or Register to Ask a Question