Sponsored Content
Operating Systems AIX Difference between concurrent and enhanced concurrent VG Post 302921086 by ksgnathan on Tuesday 14th of October 2014 05:10:48 PM
Old 10-14-2014
IBM Difference between concurrent and enhanced concurrent VG

Hi,

What are the differences between concurrent and enhanced concurrent VGs.?

Any advantages of enhanced concurrent VG over normal concurrent vg

Regards,
Siva
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Definition of Concurrent Users

Can someone guide me in telling me what is a good definition of concurrent users. Is there a website I can go to to get this definition? (2 Replies)
Discussion started by: mpshaw
2 Replies

2. Filesystems, Disks and Memory

concurrent file access

Hi I am fairly new to the Unix environment and need to understand how Unix handles concurrent access to files and how it differs to Win NT. Any help would be greatly appriciated :) (1 Reply)
Discussion started by: beechwood
1 Replies

3. UNIX for Advanced & Expert Users

No concurrent login

Hi, I notice in my Sun Solaris 8 sparc workstatin, I am able to login concurrently using a same user ID. Is there a way to disallow this? That is, at anyone time, the user can have only 1 login session. How can it be done? Thanks (10 Replies)
Discussion started by: champion
10 Replies

4. Shell Programming and Scripting

Concurrent writing to file

Hi I have a ksh that can have multiple instances running at the same time. The script (each instance) uses the SAME log file to write to. Should this cause a problem or is the ksh clever enough to queue write requests to the file? Thanks. GMMIKE (2 Replies)
Discussion started by: GNMIKE
2 Replies

5. IP Networking

concurrent udp server

Just like concurrent tcp server, anyone know how to design the concurrent udp server with the thread? it's best to give some basic examples,thanks (0 Replies)
Discussion started by: Frank2004
0 Replies

6. Shell Programming and Scripting

concurrent processes

We have a very large text file..contains almost 100K lines. We want to process this file to generate another text file as per our data requirement. As for now the parsing of data takes 20-25 mins each , for 100K lines. the current script uses : While Read Each Line do parsing.. Done ... (6 Replies)
Discussion started by: Amruta Pitkar
6 Replies

7. AIX

chvg -g on Concurrent VG

Hi, on normal (non concurrent) vgs, it's possible to extend a lun on san-storage , and use chvg -g to rewrite vgda, and use disks with the new size for lvm operations is the same procedure possbile on a hacmp-cluster (2 node in our case) with concurrent vgs in active/passive mode? cheers... (5 Replies)
Discussion started by: funksen
5 Replies

8. Linux

Is Concurrent I/O (CIO) available on Linux?

Hi Guys, I just wondering if any of the AIX gurus with some exposure to Linux Redhat can tell me whether in Linux ( Red Hat or OpenSuse ) we have a similar option/capability like the CIO (Concurrent I/O) which is currently available on AIX. The reason I'm asking is because in the past we... (2 Replies)
Discussion started by: arizah
2 Replies

9. Shell Programming and Scripting

Concurrent execution

Hi all, I have a folder with sql files that need to be inserted in a DB with SQL*Plus. The thing is that it takes too long to insert them all one by one, so I want to insert them five at a time. Currently what I use is this: for $FILENAME in *.sql do sqlplus -s $DBUSER@$SID << EOF ... (0 Replies)
Discussion started by: Tr0cken
0 Replies

10. AIX

Normal VG to Enhanced Concurrent VG

Hi All, I am going to perform some activity in 2Node HA Server(Active/Passive). For that i have to do some pre-requsite (ie., Resource Group VG's should be Enhanced-Concurrent) In my setup, we have two volume groups in one RG. In that one VG is Normal and another is Enhance Concurrent. ... (2 Replies)
Discussion started by: Thala
2 Replies
__gnu_parallel::RestrictedBoundedConcurrentQueue< T >(3cxx)			       __gnu_parallel::RestrictedBoundedConcurrentQueue< T >(3cxx)

NAME
__gnu_parallel::RestrictedBoundedConcurrentQueue< T > - SYNOPSIS
Public Member Functions bool pop_back (T &t) bool pop_front (T &t) void push_front (const T &t) RestrictedBoundedConcurrentQueue (sequence_index_t max_size) ~RestrictedBoundedConcurrentQueue () Detailed Description template<typename T>class __gnu_parallel::RestrictedBoundedConcurrentQueue< T > Double-ended queue of bounded size, allowing lock-free atomic access. push_front() and pop_front() must not be called concurrently to each other, while pop_back() can be called concurrently at all times. empty(), size(), and top() are intentionally not provided. Calling them would not make sense in a concurrent setting. Parameters: T Contained element type. Definition at line 52 of file queue.h. Constructor &; Destructor Documentation template<typename T> __gnu_parallel::RestrictedBoundedConcurrentQueue< T >::RestrictedBoundedConcurrentQueue (sequence_index_tmax_size) [inline] Constructor. Not to be called concurrent, of course. Parameters: max_size Maximal number of elements to be contained. Definition at line 68 of file queue.h. template<typename T> __gnu_parallel::RestrictedBoundedConcurrentQueue< T >::~RestrictedBoundedConcurrentQueue () [inline] Destructor. Not to be called concurrent, of course. Definition at line 77 of file queue.h. Member Function Documentation template<typename T> bool __gnu_parallel::RestrictedBoundedConcurrentQueue< T >::pop_back (T &t) [inline] Pops one element from the queue at the front end. Must not be called concurrently with pop_front(). Definition at line 124 of file queue.h. template<typename T> bool __gnu_parallel::RestrictedBoundedConcurrentQueue< T >::pop_front (T &t) [inline] Pops one element from the queue at the front end. Must not be called concurrently with pop_front(). Definition at line 100 of file queue.h. Referenced by __gnu_parallel::qsb_local_sort_with_helping(). template<typename T> void __gnu_parallel::RestrictedBoundedConcurrentQueue< T >::push_front (const T &t) [inline] Pushes one element into the queue at the front end. Must not be called concurrently with pop_front(). Definition at line 83 of file queue.h. Referenced by __gnu_parallel::qsb_local_sort_with_helping(). Author Generated automatically by Doxygen for libstdc++ from the source code. libstdc++ Thu Aug 2 2012 __gnu_parallel::RestrictedBoundedConcurrentQueue< T >(3cxx)
All times are GMT -4. The time now is 03:13 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy