FastT600 - Cannot varyonvg on one server, but can varyonvg other server.


 
Thread Tools Search this Thread
Operating Systems AIX FastT600 - Cannot varyonvg on one server, but can varyonvg other server.
# 8  
Old 07-02-2009
aix olympics:

could you tell what are you are trying to do ?

1) access the Shared DATA on the San Storage from your two AIX Machines ?

2) like bakunin said, if it is not concurrent then you can varyonvg on both machines ?

you can find out if it is enhanced concurrent or not just simply by checking the characteristics of the volume group
lsvg VG_NAME
or
lspv

HDISKXXX ---> active (for normal)
HDISKXXX --> Concurrent if it is concurrent.

Then we can proceed.
# 9  
Old 07-02-2009
Error

Hello bakunin/filesophizer,

Thank you very much for your response.Smilie

I have another few questions (in purple). Im sorry for being paranoid... Thanks for being patient with me!

(A) If I did not want to enable the concurrent mode, can I still use the `chdev -l hdiskXX -a pv=yes` command? Smilie

In other words, will I be safe if I VARYOFFVG from the working server and then run the chdev command? (This way I wont need to change the concurrent mode settings on the disk).

To answer Filesophizer question: This disk is shared between the two servers, but we only want 1 server to be able to mount and read/write to it at a time b/c it hosts our database. Thus I dont want concurrent mode enabled. I want to be able to shutdown my Aki (working server who can varyonvg/mount), and allow my Hag server to varyonvg. It wont varyonvg because the lspv between the two servers are different. Hag does not have the PVID's in his lspv and so I think(?) that is why he cannot varyonvg the hdisks 2-7. Also, The hdisks are set to "Active", not "Concurrent" at the moment.

So...

(B) How can I make the lspv's the same while leaving concurrent mode off, so that only 1 server can varyonvg at a time and both servers have access?

Here is the lspv differences (from my previous post on page 1 of this threadSmilie):
1) lspv from Aki (working machine, he can varyonvg and varyoffvg)
hdisk0 000b80bfce436320 rootvg active
hdisk1 000b80bf05467e80 None
hdisk2 000b80bf27ceb498 vg00 active
hdisk3 000b80bf6c9b41f8 vg01 active
hdisk4 000b80bf6c9a3a8d vg02 active
hdisk5 000b80bffbb9f2af vg03 active
hdisk6 000b80bffbb6bf7b vg04 active
hdisk7 000b80bf27dc7320 vg05 active

2) lspv from Hag (notice the PVIDs are empty, so maybe this is why he cant varyonvg hdisks 2-7):
hdisk0 000268fceda1da0 rootvg active
hdisk1 000268fdfe25883 db01vg active
hdisk2 none None
hdisk3 none None
hdisk4 none None
hdisk5 none None
hdisk6 none None
hdisk7 none None

And finally... as always...

Thank you so much for your help!!!!Smilie

Last edited by aix-olympics; 07-02-2009 at 10:44 PM..
# 10  
Old 07-03-2009
Ok. I understand now.
If this is the case: You want to varyonvg from one Machine/Server at a time then there is no need for enhanced concurrent mode. You can use SHared Volume Groups / Logical Volumes.

Anyway, let us move to solve your issue.

1) yes you can use always the CHDEV command to give the PVID's to the HDISKs
on HAG

2) OR the other best way is to use smitty importvg on HAG but since you don't know the PVIDs then you don't know which disk is with which VG ?

if you know how to check the LUN ID in AIX and check in the storage then you can proceed with step 2
here is how

HOST: AKI
hdisk2 000b80bf27ceb498 vg00 active
hdisk3 000b80bf6c9b41f8 vg01 active
hdisk4 000b80bf6c9a3a8d vg02 active
hdisk5 000b80bffbb9f2af vg03 active
hdisk6 000b80bffbb6bf7b vg04 active
hdisk7 000b80bf27dc7320 vg05 active

HOST: HAG
hdisk2 none None
hdisk3 none None
hdisk4 none None
hdisk5 none None
hdisk6 none None
hdisk7 none None

Objective: We want to know {{ AKI :: hdisk2 000b80bf27ceb498 vg00 }} is what on HAG ?
Since you don't have the PVID on HAG, so it could be HDISK2, HDISK3, ........, HDISK7

a) Check the LUN ID on AKI for HDISK2
lscfg -vl hdisk2

check for location --> LXX <-- This is in HEX
or
lsattr -El hdisk2
search for LUN ID :: 0x2C000000 <-- this is in HEX
convert this HEX to decimal and on HAG search for this LUN ID (hdisk2,hdisk3...hdisk7)

OR easier method
just give it PVID on HAG
chdev -l hdiskXX -a pv=yes
chdev -l hdisk2 -a pv=yes

see if the PVID is same or NOT ?

3) So, if HAG HDISK2 has same PVID=000b80bf27ceb498 as AKI HDISK2
then you know HDISK2 on HAG has Volume Group : vg00

4) Find out the major Number (recommended practice)
on AKI go to
cd /dev
ls -ltr | grep vg00
ls -ltr | grep hdisk2
check for major number which will be like 42,0 hdisk2 or vgname (don't remember exactly)

5) on HAG run this command
smitty importvg
VG NAME: vg00
Physical DISK: hdisk2
Major Number: whatever we found on AKI for vg00 / hdisk2

hope this helps... if not post here.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Failed Disk,unable to varyonvg

Iam new to AIX I am unable varyonvg on the vios,some of the disk are reported as harware failure. I am going to replace the disk,Please tell me how to remove the disk without any corruption in the VG lspv -l hdiskx also didn't work (0 Replies)
Discussion started by: roayaix
0 Replies

2. UNIX for Dummies Questions & Answers

Transfer file from server B to server C and running the script on server A

I have 3 servers A, B, C and server B is having some files in /u01/soa/ directory, these files i want to copy to server C, and i want to run the script from server A. Script(Server A) --> Files at Server B (Source server) --> Copy the files to Server C(Target Server). We dont have RSA key... (4 Replies)
Discussion started by: kiran_j
4 Replies

3. Shell Programming and Scripting

Connect to server-1 from server-2 and get a file from server-1

I need to connect to a ftp server-1 from linux server-2 and copy/get a file from server-1 which follows a name pattern of FILENAME* (located on the root directory) and copy on a directory on server-2. Later, I have to use this file for ETL loading... For this I tried using as below /usr/bin/ftp... (8 Replies)
Discussion started by: dhruuv369
8 Replies

4. AIX

Unable to varyonvg after copy vg from XIV

Hi all, I am not sure whether anyone of you using XIV to copy vg from one host to another. After I managed to copy all the respective vg over to destination vg, and map all vg to destination and when come to varyonvg, I got the following error 0516-510 varyonvg: Physical volume not found for... (2 Replies)
Discussion started by: ckwan
2 Replies

5. Shell Programming and Scripting

KSH fetching files from server A onto server B and putting on server C

Dear Friends, Sorry for this basic request. But I just started learning Ksh recently and still I am a newbie in this field. Q: I have files on one server and the date format is 20121001000009_224625.in which has year (yyyy) month (mm) and date (dd). I have these files on server A. The task... (8 Replies)
Discussion started by: BrownBob
8 Replies

6. Programming

Problem with Perl script after moving from a Windows/Apache Server to a UNIX server.

I have a Perl script that worked fine before moving it to justhost.com. It was on a Windows/Apache server. Just host is using UNIX. Other Perl scripts on other sites that were also moved work fine so I know Perl is functioning. The script is called cwrmail.pl and is located in my cgi-bin. When I... (9 Replies)
Discussion started by: BigBobbyB
9 Replies

7. Red Hat

when users ftp to server the timezone reflected is UTC but the server is set to TZ in localtime

Guys, Need your help coz my server runs in local time GMT +8, but when client use ftp and login, the resulting timestamp seen in each file is in UTC format. We need to set that the time should be the same as GMT +8 when in ftp session. I am using RHEL 5.3. root@]# ll total 1740... (2 Replies)
Discussion started by: shtobias
2 Replies

8. AIX

Unable to execute varyonvg during importvg

Hello, On Aix 5.3, during importvg, the varyonvg fails: importvg -y vgtest hdisk20 0516-013 varyonvg: The volume group cannot be varied on because there are no good copies of the descriptor area. When i use manually the command varyonvg -u -b -t vgtest to force, the vg can... (3 Replies)
Discussion started by: dantares
3 Replies

9. AIX

AIX varyonvg PVMISSING

Hi all. I'm new to AIX, so... We are running a BCV process between two AIX 5 machines attached to EMC Clariion SAN. During the varyonvg portion of the BCV process, we experienced a failure due to the physical volume is marked missing (PVMISSING). What diagnostics can I run to see the missing... (2 Replies)
Discussion started by: KSFlyer
2 Replies

10. UNIX for Advanced & Expert Users

Unable to varyonvg

Hello all, Strange problem on p5 520 server. I've created two volume groups, filesystems, etc.. Everything working fine, without any problem. After some tests with a DS4300 unit I wanted to remove the volume groups, change the DS4300 configuration, and re-create a new volumegroup. However, I'm... (0 Replies)
Discussion started by: EricBE
0 Replies
Login or Register to Ask a Question