Sponsored Content
Full Discussion: Queries Regarding MigratePV
Operating Systems AIX Queries Regarding MigratePV Post 302883211 by Fracker on Sunday 12th of January 2014 02:39:07 AM
Old 01-12-2014
Queries Regarding MigratePV

We have 3PVs, now we want to migrate it to new 2PVs.

OLD PVS

hdisk1 ---- /u01
hdisk2 ------ /u01
hdisk 3 ----- /u02, /u01

new PVs

hdisk4 ---- Free
hdisk5 ---- Free

I check man, it doesn't say anything about offline/online thing, do i need downtime to migrate pv ? also, what i saw i can migrate single lv as well from one pv to another, will it use the free PPs or can overwrite old data.

Edit:
Quote:
it doesn't say anything about offline/online thing, do i need downtime to migrate pv
Ok Found Answer, No Downtime required. Now only one question left.

Can I use Following command, when hdisk5 already containing some data?
Code:
migratepv –l lvu01 hdisk3 hdisk5


Last edited by Fracker; 01-12-2014 at 07:23 AM..
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Some queries...

Guys need some advice on how to check some of the questions below? i'm running on an open VMS platform... which i am an idiot to... appreciate if anyone can give some hints or source on how to check on.. a script that is running on cron job... but doesn't run as the login user name.. 1. why... (6 Replies)
Discussion started by: 12yearold
6 Replies

2. UNIX for Advanced & Expert Users

Two small queries

Query 1 : How to check if a directory already exists? If doesn't exist then create a new one. Query 2 : I want to put following text using a single echo statement into a log file and also want to retain the formatting of the text. How it can be... (3 Replies)
Discussion started by: skyineyes
3 Replies

3. AIX

migratepv

Hello Admins, When using migratepv is it necessary to use the bosboot command? coz i did made i migratepv under the rootvg which is /home fs to the other disk...? is there are any problem when we rebooted our system? Regards, Winky (3 Replies)
Discussion started by: winky
3 Replies

4. Shell Programming and Scripting

my queries

hi guys Well, i need to have a report generation script or any script which will show me all the content/information of a file when i run that script. Please help me on this isssue at the earliest.As i am little bit aware of scripting.Thanks in advance! regards ash (4 Replies)
Discussion started by: whizkidash
4 Replies

5. Homework & Coursework Questions

Queries

Any help on like where to get started on this? I'm just confused. 1. The problem statement, all variables and given/known data: Enter text here.Queries to satisfy these two report requests (use your CCI database): Retrieve all rows of active inventory where current on hands is less than... (0 Replies)
Discussion started by: lakers34kb
0 Replies

6. AIX

migratepv problem

HI all, I have changed chldev command for just one hitachi lun and I moved data from EMC to hitachi extendvg VolumeGroupName hdisk_new migratepv hdisk_bad hdisk_new reducevg -d VolumeGroupName hdisk_EMC that vg has only one EMC_lun now i have more than one lun in one vg. i want to do... (1 Reply)
Discussion started by: nibiru78
1 Replies

7. AIX

vio server's rootvg disk migratepv

Hi I need to do the migratepv for the rootvg disks of the vio servers ? The current rootvg disks are on DMX3 storage and the new disks will be given from VMAX. Our setup is dual vio servers with multipathing to the vio clients. What is the command to do the migratepv for the vio rootvg disks... (5 Replies)
Discussion started by: newtoaixos
5 Replies

8. Programming

Combine 3 queries

can these 3 be combined into 1 query? createtablea1as selecta.tps_Res_nb, b.tkt_prod_cd, b.tkt_prod_typ_nm, b.prod_intrnl_ds, b.tkt_prod_typ_nm AS TKT_ENTL_NM, casewhen b.tkt_prod_nm isnotnullthen b.tkt_prod_nm when b.tkt_prod_nm isnulland b.prod_intrnl_ds isnotnullthen... (1 Reply)
Discussion started by: dwr80
1 Replies

9. Debian

GRUB Queries ?!

Hello, I am posting the following questions here because I need them answered by people who have actually done a lot of work in GRUB. DO NOT GIVE ME GUESS ANSWERS PLEASE. Feel free to redirect me if this is not the right place to ask these questions. Can I download GRUB separately from... (6 Replies)
Discussion started by: sreyan32
6 Replies

10. IP Networking

RDNS Queries

Hey everyone, I have a question, I've been playing around with tcpdump, and noticed my machine making numerous rdns look ups. They are displayed like: 10.80.80.141.51234 > 10.80.80.1.domain: 9950+ PTR? 223.114.55.65.in-addr.arpa. (44) My question is, if dns works based on numerical... (0 Replies)
Discussion started by: Lost in Cyberia
0 Replies
DENYHOSTS(8)							   User Commands						      DENYHOSTS(8)

NAME
DenyHosts - version: 2.6 DESCRIPTION
DenyHosts is a python program that automatically blocks ssh attacks by adding entries to /etc/hosts.deny. DenyHosts will also inform Linux administrators about offending hosts, attacked users and suspicious logins. Usage: /usr/sbin/denyhosts [-f logfile | --file=logfile] [ -c configfile | --config=configfile] [-i | --ignore] [-n | --noemail] [--purge] [--migrate] [--daemon] [--sync] [--version] --file: The name of log file to parse --ignore: Ignore last processed offset (start processing from beginning) --noemail: Do not send an email report --unlock: if lockfile exists, remove it and run as normal --migrate: migrate your HOSTS_DENY file so that it is suitable for --purge --purge: expire entries older than your PURGE_DENY setting --daemon: run DenyHosts in daemon mode --foreground: run DenyHosts in foreground mode --sync: run DenyHosts synchronization mode --version: Prints the version of DenyHosts and exits Note: multiple --file args can be processed. If multiple files are provided, --ignore is implied Note: in a debian system, the default running mode is daemon mode and the configuration file is etc/denyhosts.conf When run in --daemon mode the following flags are ignored: --file, --purge, --migrate, --sync, --verbose SEE ALSO
Please refer to http://denyhosts.sourceforge.net/faq.html for full documentation This file can be also found in /usr/share/doc/deny- hosts/FAQ.html AUTHOR
DenyHosts was written by Phil Schwartz <phil_schwartz@users.sourceforge.net> This manual page was written by Marco Bertorello <marco@bertorello.ns0.it> for the Debian project (but may be used by others). DenyHosts version: 2.6 July 2006 DENYHOSTS(8)
All times are GMT -4. The time now is 01:13 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy