Upgrading rootvg disks on the fly.


 
Thread Tools Search this Thread
Operating Systems AIX Upgrading rootvg disks on the fly.
# 8  
Old 01-22-2014
I only see only one disk here, no RAID 10... Im missing something...
# 9  
Old 01-22-2014
Because if this is the case what I submitted in the first place is valid... start by adding ONE new disk to rootvg, and get it to be accepted (because sure you will have to mody PP size for the group) then just do a mirrovg...once done split the mirror and remove the other 72GB disk - not physically: Properly using appropraite commands so you can add your second 144GB disk to the VG and mirror again...
# 10  
Old 01-22-2014
Quote:
Originally Posted by vbe
Because if this is the case what I submitted in the first place is valid... start by adding ONE new disk to rootvg, and get it to be accepted (because sure you will have to mody PP size for the group) then just do a mirrovg...once done split the mirror and remove the other 72GB disk - not physically: Properly using appropraite commands so you can add your second 144GB disk to the VG and mirror again...
Thanks. I'll give this a try today.

I appologize for forgetting to mention this is a RAID setup.
# 11  
Old 01-22-2014
So, if you have a disk failure, what do you see and where? You surely have something to alert you and manage the replacement.

When you replace a disk, do you get a notification when RAID is back at the required redundancy?

With 2 disks in a RAID set, I'd suggest that is RAID 1 (full disk mirror)



Robin
# 12  
Old 01-22-2014
The disks are in RAID 1, AIX's RAID manager calls it RAID 10 for whatever reason. When a drive fails we notifications from diagela and/or the HMC.
# 13  
Old 01-22-2014
Ok, before we beat around the bushes, can you answer the below

1. Are the disk internal SAS or they are SAN disks?
lsdev -Ccdisk

2. If they are internal SAS disks, who created the RAID? you as Admin using diag?

3. If they are SAN disk, they responsibility is of a SAN admin and NOT yours.

Provide the output of the below
Code:
lspv
bootinfo -s <rootvg hdisk>
bootinfo -s <new empty hdisk>

This User Gave Thanks to ibmtech For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Execute script on the fly

Hi all, I am calling a zsh script from batch file . This zsh just removes the trigger file in a particular directory.File name is passed as a parameter from the batch file Problem is this batch is called in multiple other batch files and sometimes system says file cant be used as it is used... (4 Replies)
Discussion started by: Hypesslearner
4 Replies

2. OS X (Apple)

Creating An Executable On The Fly...

Hi all... Had an idea tonight which could really enhance shell scripting for me. Yes I am aware there could be difficulties but...... Creating a C script inside the shell script to do a task, (a simple text print to stdout in this example), compiling it on the fly, making sure it is... (4 Replies)
Discussion started by: wisecracker
4 Replies

3. HP-UX

Compress dbexport on the fly

Hi, I have an old HPUX 10.20 server running Informix 7.23 I need to dump the database to get it off that hardware before it dies. Unfortunately there is insufficient local diskspace to do so. I have set up a linux box with sufficient disk onto which I can export the database. Having... (1 Reply)
Discussion started by: fella
1 Replies

4. What is on Your Mind?

The Only Way To Fly !

This is great! Lqh8e2KYIrU (8 Replies)
Discussion started by: Neo
8 Replies

5. Shell Programming and Scripting

Read Files on the Fly

Hi, I am creating files in a folder on the fly with arbritrary names but same extension (say, ".img"). How can I read each filename from the folder through a script. regards Angshuman (2 Replies)
Discussion started by: angshuman_ag
2 Replies

6. Solaris

Disable IPMP on the fly

Wats would be the best way to disable link based IPMP on the fly without loosing network connectivity ? (6 Replies)
Discussion started by: fugitive
6 Replies

7. Shell Programming and Scripting

Grep logs on the fly

Hi, We use an application that is dumping logs to a file on disk. However, this is dumping very verbosely and there is no method of turning down the logging level. We need to remove certain contents from these before they are commited to disk. Has anybody got any ideas how I can do this... (3 Replies)
Discussion started by: harperonline
3 Replies

8. UNIX for Dummies Questions & Answers

mv and compress on the fly

I want to move and compress a big export file. Like mv file_exp /filesystem/file_exp |compress The file system is too small to compress and move with 2 steps. What is the best command for me. I'm running solaris. :confused: (1 Reply)
Discussion started by: simquest
1 Replies

9. UNIX for Dummies Questions & Answers

Rename files on the fly

Hi everyone, I am sort of new to shell scripting, I have a bunch of files that begin with 'blah' and I want to rename those files with something different (renamedFile1, renamedFile2, renamedFileN). I don't want to go through each file and rename them with the mv command. Could I just use a for... (4 Replies)
Discussion started by: kcor
4 Replies

10. UNIX for Advanced & Expert Users

Flare version question... Upgrading from Cx400 Cx500 disks

EMC is asking what flare version servers are at. Does HPUX use flare and how can you find it? :confused: (0 Replies)
Discussion started by: rfmurphy_6
0 Replies
Login or Register to Ask a Question