Disk is present but not active


 
Thread Tools Search this Thread
Operating Systems AIX Disk is present but not active
# 1  
Old 05-08-2015
Disk is present but not active

hello,

I have an issue with my aix box. the power went down. I got the box back up and can log into it. the datavg drives are not showing as active. How do i make them active. let me know if you need any screenshots let me know.

Thanks

---------- Post updated at 09:48 PM ---------- Previous update was at 06:56 PM ----------

i found the command i needed. user varyonvg
# 2  
Old 05-20-2015
Check the option configured on "Auto-on" parameter using "lsvg <vgname>" command. Here is the description of Auto-on parameter:

Code:
Auto-on Automatic activation at IPL (yes or no).

If the "Auto-on" set to "no" then it is working as configured.
If the "Auto-on" set to "yes" then it should varyon the VG automatically, something was wrong during the system startup, it requires some troubleshooting. It can be fixed, not a big deal.

As per the man page of mkvg command, the default value of Auto-on parameter is "yes", that is a VG will be automatically varied on during system reboots. So if you check and confirm the auto-on was set as "no" then someone deliberately changed this parameter to "no", that is the volume group will not be automatically available (active) during a system reboots.

On most cases, "Auto-on" set to "no" option for the volume group that are controlled by HACMP/PowerHA.

If it is a standalone machine and the "Auto-on" set to "no" than it is a very rare case, people do that to access the data of that VG that has been configured on another standalone machine by mapping the same disk(s) from storage to two or more machines. This is to avoid data corruption. It may not be your case.

if it is just a administration mistake during the time of this volume group creation and if you want this volume group to be varied on automatically during upcoming system reboots then change this parameter using:

Code:
# chvg -a y <vgname>
# lsvg <vgname>

In all cases, verify why it was set to "no" before changing it.
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

DISK ARRAY PROTECTION SUSPENDED message displayed following disk replacement

Hello, On 4/20/2018, we performed a disk replacement on our IBM 8202 P7 server. After the disk was rebuilt, the SAS Disk Array sissas0 showed a status of degraded. However, the pdisks in the array all show a status of active. We did see a message in errpt. DISK ARRAY PROTECTION SUSPENDED. ... (1 Reply)
Discussion started by: terrya
1 Replies

2. UNIX for Advanced & Expert Users

The disk drive for /tmp is not ready yet or not present && the disk drive for /boot is not ready yet

Hi Team when I boot the server I get this 2 errors : the disk drive for /tmp is not ready yet or not present the disk drive for /boot is not ready yet or not present and its stay like that , I m using Ubuntu 12.04 please if someone have any idea how to fix that problem . (1 Reply)
Discussion started by: SULTAN01
1 Replies

3. Shell Programming and Scripting

How do I calculate total number of active and non active hosts?

#!/bin/bash for digit in $(seq 1 10) do if ping -c1 -w2 192.168.1.$digit &> /dev/null then echo "192.168.1.$digit is UP" else echo "192.168.1.$digit is DOWN" fi done (3 Replies)
Discussion started by: fusetrips
3 Replies

4. AIX

Very Active NFS and Disk Usage

Here is the scenario... NFS share that is accessed every few minutes by approx 70 systems (AIX 5.3/6.1). Filesystem space is being eaten up rapidly according to df however du numbers really never change. lsof and fuser cannot see any unlinked files on either the NFS server or remote clients. ... (1 Reply)
Discussion started by: masterpengu
1 Replies

5. Solaris

Link based Active Active IPMP

Hi, I need to configure 4 ip address (same subnet and mask) in one ipmp group (two interfaces) in an active active formation (link based). Can some one provide the steps or a tutorial link. Thanks (2 Replies)
Discussion started by: Mack1982
2 Replies

6. AIX

Question about HACMP for active-active mode

Hi all, I am new to HACMP. So sorry for the newie question. But I did search the forum and it seems that no one asks this before. So if a 2-node cluster runs in active-active mode (and the same application), what is the benefit of using HACMP ? If it runs in active-stanby, it is easy to... (9 Replies)
Discussion started by: qiulang
9 Replies

7. UNIX for Advanced & Expert Users

Active / Non Active users ?

Hey, I have few Questions : 1. How to Check/Find who all are the users accessing the server using their id ? 2. How to Check who is the active user or non active user (whose id exists but the access privileges has been removed) ? I am presently using AIX5.3 as a server. Please suggest... (3 Replies)
Discussion started by: varungupta
3 Replies
Login or Register to Ask a Question