Sponsored Content
Full Discussion: Plan to shutdown servers
Operating Systems AIX Plan to shutdown servers Post 302402763 by juredd1 on Wednesday 10th of March 2010 02:59:32 PM
Old 03-10-2010
Not sure what the difference between the webservers and ihs are since ihs is a webserver but if you have something else acting as a webserver then that works as well.
Just so we are clear;
6.-Shutdown the partition
7.-Power down managed system- with the understanding you only have the one LPAR on that managed system.

I can't speak for your DS4500 as we have 8300's here and IBM is responsible for shutting them down when we have a power down. Obviously make sure your storage is back up and online before bringing your partition back up.
 

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

plan

i want to make a program run when a person types 'finger USERNAME', username being my username. how can i do this? (2 Replies)
Discussion started by: cypher
2 Replies

2. Shell Programming and Scripting

Perl shutdown of servers

Hello everyone, I need a small program to gracefully shut down a server. The shutdown program should take both an address and a port and that way it can shut down components on remote machines. I've been digging through many websites and getting more and more puzzled:eek:. Any help will... (7 Replies)
Discussion started by: minifish
7 Replies

3. Filesystems, Disks and Memory

an advice regarding backup plan

Hi all i'm looking for good advice regarding backup plan becuase its first time to me handle large scale database expected to grow up 10000 - 20000 record per year with daily operations on it I'm working as sysAdmin in educational organization ( junior level ) with mixed OSes environment... (3 Replies)
Discussion started by: h@foorsa.biz
3 Replies

4. UNIX for Dummies Questions & Answers

Script to force Oracle database shutdown when shutdown immediate does not work

I have Oracle 9i R2 on AIX 5.2. My Database is running in shared server mode (MTS). Sometimes when I shutdown the database it shutsdown cleanly in 4-5 mints and sometimes it takes good 15-20 minutes and then I get some ora-600 errors and only way to shutdown is by opening another session and... (7 Replies)
Discussion started by: aixhp
7 Replies

5. UNIX for Advanced & Expert Users

Sun M5000 servers diaster recovery plan

Hi, We have two Sun M5000 systems. A is Oracle server and B is testing server. There are nine Solaris 10 zones set on A. SAN is connecting to A with ZFS configuration. Now we want to set B to be a backup server of A and make the two as identical as possible. No VERITAS cluster, no Solaris... (3 Replies)
Discussion started by: aixlover
3 Replies

6. What is on Your Mind?

Plan to Buy a New Laptop

It is time for me to buy a new laptop computer and i was searching the net for the last few days looking for one. The results haven't really been satisfying and i thought you might have information i lack - if so, i'd be grateful for sharing it with me and the probably interested audience. What... (22 Replies)
Discussion started by: bakunin
22 Replies

7. UNIX for Dummies Questions & Answers

I need a database and a plan of attack!

Hi everyone, I've got an extensive collection of seismic files that I am trying to turn into workable subsurface data collection. It's all real-time history and it is being loaded onto the main linux computer from a collection of about 1000 CDs. There are about 4000 seismic files on each CD, and... (3 Replies)
Discussion started by: ws6transam
3 Replies
pm_busy_component(9F)					   Kernel Functions for Drivers 				     pm_busy_component(9F)

NAME
pm_busy_component, pm_idle_component - Control device component availability for Power Management SYNOPSIS
#include <sys/ddi.h> #include <sys/sunddi.h> int pm_busy_component(dev_info_t *dip, int component); int pm_idle_component(dev_info_t *dip, int component); INTERFACE LEVEL
Solaris DDI specific (Solaris DDI) PARAMETERS
pm_busy_component() dip Pointer to the device's dev_info structure. component The number of the component to be power-managed. pm_idle_component() dip Pointer to the device's dev_info structure. component The number of the component to be power-managed. DESCRIPTION
The pm_busy_component() function sets component of dip to be busy. Calls to pm_busy_component() are stacked, requiring a corresponding num- ber of calls to pm_idle_component() to make the component idle again. When a device is busy it will not be power-managed by the system. The pm_idle_component() function marks component idle, recording the time that component went idle. This function must be called once for each call to pm_busy_component(). A component which is idle is available to be power-managed by the system. The pm_idle_component() func- tion has no effect if the component is already idle, except to update the system's notion of when the device went idle. Note - If these functions are called as a result of entry into the driver's attach(9E), detach(9E) or power(9E) entry point, these func- tions must be called from the same thread which entered attach(9E), detach(9E) or power(9E). RETURN VALUES
The pm_busy_component() and pm_idle_component() functions return: DDI_SUCCESS Successfully set the indicated component busy or idle. DDI_FAILURE Invalid component number component or the device has no components. CONTEXT
These functions can be called from user or kernel context. These functions may also be called from interrupt context, providing they are not the first Power Management function called by the driver. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface stability |Evolving | +-----------------------------+-----------------------------+ SEE ALSO
power.conf(4), pm(7D), attach(9E), detach(9E), power(9E), pm_raise_power(9F), pm(9P), pm-components(9P) Writing Device Drivers SunOS 5.10 21 July 2004 pm_busy_component(9F)
All times are GMT -4. The time now is 05:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy