Sponsored Content
Full Discussion: LVM version 2.0
Operating Systems HP-UX LVM version 2.0 Post 302992537 by kpatel786 on Monday 27th of February 2017 07:44:23 AM
Old 02-27-2017
Thanks for your reply just wanted to understand if vgmodify command can be run for the version 2.0 , cause I have tried all the valid examples of vgmodify command and they do not work. In the end I just created a new vg with the required values and copied all the old data onto the new vg.

---------- Post updated at 07:44 AM ---------- Previous update was at 06:51 AM ----------

Code:
The command tried was :

sudo vgmodify -a -S 2099136m vg_ignite

/var/opt/ignite>>vgdisplay -v vg_ignite |more
--- Volume groups ---
VG Name                     /dev/vg_ignite
VG Write Access             read/write
VG Status                   available
Max LV                      511
Cur LV                      1
Open LV                     1
Max PV                      511
Cur PV                      19
Act PV                      19
Max PE per PV               131072
VGDA                        38
PE Size (Mbytes)            8
Total PE                    102467
Alloc PE                    102467
Free PE                     0
Total PVG                   0
Total Spare PVs             0
Total Spare PVs in use      0
VG Version                  2.0
VG Max Size                 1t
VG Max Extents              131072

   --- Logical volumes ---
   LV Name                     /dev/vg_ignite/lv_ignite
   LV Status                   available/syncd
   LV Size (Mbytes)            819736
   Current LE                  102467
   Allocated PE                102467
   Used PV                     19

 

10 More Discussions You Might Find Interesting

1. AIX

Help with LVM

Sorry for the noob question; my experience is with Solaris. Am I reading this right? Are these disks completely unused? Not possibly raw disks for informix or something? hdisk5 0K-08-ff-0,1 Optimal RAID 10 Array 285.7GB pdisk20 0K-08-00-2,0 Active Array Member 142.8GB... (2 Replies)
Discussion started by: filosmith
2 Replies

2. Solaris

Migrate unix version 8 to version 9

i have a program writing in PRO C which currently running in unix version 8 tie with oracle 8i, but in the future company gonna migrate this OS to version 9. Anything i have to prepare for my PRO C program to run in unix version 9? or anything would that impact my program couldn't run well? what... (2 Replies)
Discussion started by: lsy
2 Replies

3. Red Hat

lvm with -- on the name

Hi All, I created an lvm filesystem with a name with dash in the middle, like xxx-yyy (note, that it's only one dash). I was able to create it smoothly with this instructions. lvcreate -L 1G uservg -n xxx-yyy ls /dev/uservg/xxx-yyy (check) mkfs.ext3 /dev/uservg/xxx-yyy mount... (1 Reply)
Discussion started by: itik
1 Replies

4. Red Hat

Lvm

Hi, can we create logical volume from 2 different volume groups. (1 Reply)
Discussion started by: gopalredhat
1 Replies

5. AIX

lvm

Hi. can anyone define about VGDA,VGSA,and quorum in aix.. (1 Reply)
Discussion started by: sumathi.k
1 Replies

6. HP-UX

How to reduce LVM to create another LVM

Hi, I'm new to HP-UX. I have LVM on /var with 92Gig. I would like to reduce it to create another LVM for Oracle client with 800 meg or so. How to do it. I'm running 11.iv3 Thanks (4 Replies)
Discussion started by: lamoul
4 Replies

7. AIX

Help with lvm

i have os 5.1 and i do mirror with hdisk0 and hdisk1 on rootvg at the end i get error in mail that: At least one partition mirror is broken please call sysadmin hd5 boot 1 2 2 closed/stale N/A the other fs seems ok and sync what to do about the hd5??? (4 Replies)
Discussion started by: amitt74
4 Replies

8. UNIX for Advanced & Expert Users

Advanced Search * View * Edit JAVA version to WORK in GLASSFISH Forum topic JAVA version

Would like to confirm the ff. I got confused actually with the version I needed to download that will work on glassfish 3.0.1 a. Debian Squeeze (HP DL360). Need to use java version6 On Debian, I did apt-get install sun-java6-jdk. So when I check it's java version "1.6.0_22" Java(TM) SE... (1 Reply)
Discussion started by: lhareigh890
1 Replies

9. UNIX for Dummies Questions & Answers

How to convert non LVM root partition to LVM?

Hi Guys, I m using redhat 6, I have installed root partition as non-LVM . Is there any way i can convert it to LVM? (1 Reply)
Discussion started by: pinga123
1 Replies

10. Shell Programming and Scripting

Copy a file from directroy/ prior version to the directory/ new version

How to copy a file from directroy/ prior version to the directory/ new version automatically. (4 Replies)
Discussion started by: roy1912
4 Replies
sigwaittest(8)															    sigwaittest(8)

NAME
sigwaittest - Start two threads or fork two processes and measure the latency between sending and receiving a signal SYNTAX
sigwaittest [-a|-a PROC] [-b USEC] [-d DIST] [-f] [-i INTV] [-l loops] [-p PRIO] [-t|-t NUM] DESCRIPTION
The program sigwaittest starts two threads or, optionally, forks two processes that are synchonized via signals and measures the latency between sending a signal and returning from sigwait(). OPTIONS
-a, --affinity[=PROC] Run on procesor number PROC. If PROC is not specified, run on current processor. -b, --breaktrace=USEC Send break trace command when latency > USEC. This is a debugging option to control the latency tracer in the realtime preemption patch. It is useful to track down unexpected large latencies of a system. -d, --distance=DIST Set the distance of thread intervals in microseconds (default is 500 us). When cylictest is called with the -t option and more than one thread is created, then this distance value is added to the interval of the threads: Interval(thread N) = Interval(thread N-1) + DIST -f, --fork Instead of creating threads (which is the default), fork new processes -i, --interval=INTV Set the base interval of the thread(s) in microseconds (default is 1000 us). This sets the interval of the first thread. See also -d. -l, --loops=LOOPS Set the number of loops. The default is 0 (endless). This option is useful for automated tests with a given number of test cycles. sigwaittest is stopped once the number of timer intervals has been reached. -p, --prio=PRIO Set the priority of the process. -t, --threads[=NUM] Set the number of test threads (default is 1, if this option is not given). If NUM is specified, create NUM test threads. If NUM is not specifed, NUM is set to the number of available CPUs. EXAMPLES
The following example was running on a 4-way CPU: # sigwaittest -a -t -p99 -i100 -d25 -l1000000 #0: ID11510, P99, CPU0, I100; #1: ID11511, P99, CPU0, Cycles 1000000 #2: ID11512, P98, CPU1, I125; #3: ID11513, P98, CPU1, Cycles 817484 #4: ID11514, P97, CPU2, I150; #5: ID11515, P97, CPU2, Cycles 668213 #6: ID11516, P96, CPU3, I175; #7: ID11517, P96, CPU3, Cycles 597344 #1 -> #0, Min 1, Cur 2, Avg 3, Max 30 #3 -> #2, Min 1, Cur 26, Avg 3, Max 42 #5 -> #4, Min 1, Cur 46, Avg 4, Max 67 #7 -> #6, Min 1, Cur 2, Avg 3, Max 74 AUTHORS
Carsten Emde <C.Emde@osadl.org> SEE ALSO
kill(2), sigwait(3) 0.1 sigwaittest(8)
All times are GMT -4. The time now is 03:31 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy