Sponsored Content
Full Discussion: Vg not able access.
Operating Systems AIX Vg not able access. Post 302999942 by splattty on Friday 30th of June 2017 09:28:19 AM
Old 06-30-2017
Sounds like a volume group lock, can be remedied with a varyonvg

I had this before after a disk subsystem failure and a drive showing as missing rather than active on a remote mirror. I had to use "-c" on the varyonvg though as it was a concurrent volume group

Run it as a background process and see if there are any sync processes running

HTH
This User Gave Thanks to splattty For This Post:
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Need help to access/mount so to access folder/files on a Remote System using Linux OS

Hi I need to access files from a specific folder of a Linux system from an another Linux System Remotely. I know how to, Export a folder on One SCO System & can access the same by using Import via., NFS in the Sco Unix SVR4 System using the scoadmin utility. Also, I know to use mount -t ... (2 Replies)
Discussion started by: S.Vishwanath
2 Replies

2. UNIX for Dummies Questions & Answers

How to access CD

Hi, I have to apply service pack from cd. so i have to copy some file from cd to linux directory. Can any body help me what command to use access from cd and copy file. Thanks sam71 (2 Replies)
Discussion started by: sam71
2 Replies

3. SuSE

"scp" access denied:/etc/security/access.conf

Guys i have 2 SUSE Linux Enterprise Server 10 SP1 (i586) boxes.if i take a look into /etc/security/access.conf ,i see following lines at the eof # All other users should be denied to get access from all sources. #- : ALL : ALL - : myID : ALL now earlier i had written scripts where files... (1 Reply)
Discussion started by: ak835
1 Replies

4. UNIX for Dummies Questions & Answers

kernel giving access for multiple users to access files

hi all, i want to know y kernel is giving access for multiple users to access a file when one user may be the owner is executing that file. Because other user can manipulate that file when the other user is executing that file, it will give the unexpected result to owner . plz help me... (1 Reply)
Discussion started by: jimmyuk
1 Replies

5. IP Networking

Does my provider limit my internet access or somesites access?

Hi Good Day, i would like to ask for further info about my problems experiencing this evening. Im a PPP0 connection in the internet using 3G located in asia pacific region.i had this problem this evening in my INTERNET connections that there are some sites i can't open example ( Gizmodo.com,... (2 Replies)
Discussion started by: jao_madn
2 Replies

6. AIX

ftp access without shell access

Hi all, I'm using AIX v 5.3 I want to create system users to access through ftp or sftp and restrict those users into specific directory and don't traverse the whole file system just to be restricted within a directory and don't get shell access . i don't want to use any other third party... (7 Replies)
Discussion started by: h@foorsa.biz
7 Replies

7. Solaris

cp: cannot access

Hi all, I have this statement: cp `ls -lrt |awk '{if($6=="Feb") print $9}'|wc -l` /smartapp/reports/archive_jan_feb_march/ However it fails with: cp: cannot access 948 The owner for this script is not a concern, May I know which part went wrong? (8 Replies)
Discussion started by: nikhil kasar
8 Replies

8. Solaris

samba read write access to owner and no access to other users

Hi All, I want to configure samba share permission so that only directory creator/owner has a read and write permission and other users should not have any read/write access to that folder.Will that be possible and how can this be achieved within samba configuration. Regards, Sahil (1 Reply)
Discussion started by: sahil_shine
1 Replies

9. Homework & Coursework Questions

Remote Access vs Local Access

Dear Friends, This is not a problem , it's a course work (UNIX scenario).... As part of it I am searching Remote Attacks and find points as 1. Exploiting a listening service 2. Routing through Unix system that is providing security between 2 or more networks 3. User initiated Remote execution... (1 Reply)
Discussion started by: anespa
1 Replies

10. Proxy Server

How to use Squid on Linux to control certain IP to access Web Server and certain IP cannot access?

Dear all experts here, :) I would like to install a proxy server on Linux server to perform solely to control the access of Web server. In this case, some of my vendor asked me to try Squid and I have installed it onto my Linux server. I would like know how can I set the configuration to... (1 Reply)
Discussion started by: kwliew999
1 Replies
Commands Reference, Volume 5, s - u

syncvg_Command

  Purpose

   Synchronizes logical volume copies that are not current.

  Syntax

   syncvg [ -f ] [ -i ] [ -H ] [ -P NumParallelLps ] { -l |
   -p | -v } Name ...

  Description

   The syncvg command synchronizes the physical partitions, which
are copies
   of the original physical partition, that are not current.  The
syncvg
   command can be used with logical volumes, physical volumes, or
volume
   groups, with the Name parameter representing the logical  vol-
ume name,
   physical  volume  name, or volume group name. The synchroniza-
tion process
   can be time consuming, depending on the hardware  characteris-
tics and the
   amount of data.

   When  the  -f flag is used, a good physical copy is chosen and
propagated to
   all other copies of the logical partition, whether or not they
are stale.
   Using this flag is necessary in cases where the logical volume
does not
   have the mirror write consistency recovery.

   Unless disabled, the copies within a volume group are synchro-
nized
   automatically  when the volume group is activated by the vary-
onvg
   command.

   Note:
   For the sycnvg command to be successful,  at  least	one  good
copy of the
   logical  volume should be accessible, and the physical volumes
that
   contains this copy should be in ACTIVE state. If the -f option
is used,
   the above condition applies to all mirror copies.

   If the -P option is not specified, syncvg will check for the
   NUM_PARALLEL_LPS environment variable. The value of NUM_PARAL-
LEL_LPS will
   be used to set the number of logical partitions to be synchro-
nized in
   parallel.

  Flags

		     Specifies a good physical copy is chosen and
propagated
   -f		     to all other copies of  the  logical  parti-
tion, whether or
		     not they are stale.
		     Postpones	writes	for  this volume group on
other active
		     concurrent cluster nodes until this sync op-
eration is
   -H		      complete.  When  using  the -H flag, the -P
flag does not
		     require that all the nodes  on  the  cluster
support the -P
		     flag.  This  flag	is  ignored if the volume
group is not
		     varied on in concurrent mode.
   -i		     Reads the names from standard input.
   -l		     Specifies that the Name parameter represents
a logical
		     volume device name.
   -p		     Specifies that the Name parameter represents
a physical
		     volume device name.
		     Numbers of logical partitions to be synchro-
nized in
		     parallel. The valid range for NumParallelLps
is 1 to 32.
		     NumParallelLps must be tailored to  the  ma-
chine, disks in
		     the volume group, system resources, and vol-
ume group
		     mode.

   -P NumParallelLps When a volume group is varied on in  concur-
rent mode, all
		     other  cluster  nodes  that have this volume
group varied
		     must be at least AIX 4.3.0, otherwise syncvg
will ignore
		     this option and continue.

		     Note:
		     See Description above for more information.
   -v		     Specifies that the Name parameter represents
a volume
		     group device name.

  Examples

    1. To synchronize the copies on physical volumes hdisk04  and
hdisk05,
       enter:

	 syncvg
 -p hdisk04 hdisk05

    2.	To synchronize the copies on volume groups vg04 and vg05,
enter:

	 syncvg
 -v vg04 vg05

  Files

   /usr/sbin/syncvg Contains the syncvg command.
   /tmp 	     Directory	where  the  temporary  files  are
stored and while
		    the command is running.

  Related Information

   The varyonvg command.

   The Logical volumn storage in Operating system and device man-
agement
   explains the Logical Volume Manager, physical volumes, logical
volumes,
   volume  groups, organization, ensuring data integrity, and al-
location
   characteristics.

   The System management interface tool in Operating  system  and
device
   management  explains the structure, main menus, and tasks that
are done
   with SMIT.

________________________________________________________________________________

		      Commands Reference, Volume 5, s - u

syncvg_Command

  Purpose

   Synchronizes logical volume copies that are not current.

  Syntax

   syncvg [ -f ] [ -i ] [ -H ] [ -P NumParallelLps ] { -l |
   -p | -v } Name ...

  Description

   The syncvg command synchronizes the physical partitions, which
are copies
   of the original physical partition, that are not current.  The
syncvg
   command can be used with logical volumes, physical volumes, or
volume
   groups, with the Name parameter representing the logical  vol-
ume name,
   physical  volume  name, or volume group name. The synchroniza-
tion process
   can be time consuming, depending on the hardware  characteris-
tics and the
   amount of data.

   When  the  -f flag is used, a good physical copy is chosen and
propagated to
   all other copies of the logical partition, whether or not they
are stale.
   Using this flag is necessary in cases where the logical volume
does not
   have the mirror write consistency recovery.

   Unless disabled, the copies within a volume group are synchro-
nized
   automatically  when the volume group is activated by the vary-
onvg
   command.

   Note:
   For the sycnvg command to be successful,  at  least	one  good
copy of the
   logical  volume should be accessible, and the physical volumes
that
   contains this copy should be in ACTIVE state. If the -f option
is used,
   the above condition applies to all mirror copies.

   If the -P option is not specified, syncvg will check for the
   NUM_PARALLEL_LPS environment variable. The value of NUM_PARAL-
LEL_LPS will
   be used to set the number of logical partitions to be synchro-
nized in
   parallel.

  Flags

		     Specifies a good physical copy is chosen and
propagated
   -f		     to all other copies of  the  logical  parti-
tion, whether or
		     not they are stale.
		     Postpones	writes	for  this volume group on
other active
		     concurrent cluster nodes until this sync op-
eration is
   -H		      complete.  When  using  the -H flag, the -P
flag does not
		     require that all the nodes  on  the  cluster
support the -P
		     flag.  This  flag	is  ignored if the volume
group is not
		     varied on in concurrent mode.
   -i		     Reads the names from standard input.
   -l		     Specifies that the Name parameter represents
a logical
		     volume device name.
   -p		     Specifies that the Name parameter represents
a physical
		     volume device name.
		     Numbers of logical partitions to be synchro-
nized in
		     parallel. The valid range for NumParallelLps
is 1 to 32.
		     NumParallelLps must be tailored to  the  ma-
chine, disks in
		     the volume group, system resources, and vol-
ume group
		     mode.

   -P NumParallelLps When a volume group is varied on in  concur-
rent mode, all
		     other  cluster  nodes  that have this volume
group varied
		     must be at least AIX 4.3.0, otherwise syncvg
will ignore
		     this option and continue.

		     Note:
		     See Description above for more information.
   -v		     Specifies that the Name parameter represents
a volume
		     group device name.

  Examples

    1. To synchronize the copies on physical volumes hdisk04  and
hdisk05,
       enter:

	 syncvg
 -p hdisk04 hdisk05

    2.	To synchronize the copies on volume groups vg04 and vg05,
enter:

	 syncvg
 -v vg04 vg05

  Files

   /usr/sbin/syncvg Contains the syncvg command.
   /tmp 	     Directory	where  the  temporary  files  are
stored and while
		    the command is running.

  Related Information

   The varyonvg command.

   The Logical volumn storage in Operating system and device man-
agement
   explains the Logical Volume Manager, physical volumes, logical
volumes,
   volume  groups, organization, ensuring data integrity, and al-
location
   characteristics.

   The System management interface tool in Operating  system  and
device
   management  explains the structure, main menus, and tasks that
are done
   with SMIT.
All times are GMT -4. The time now is 04:34 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy