clearing PVID


 
Thread Tools Search this Thread
Operating Systems AIX clearing PVID
# 1  
Old 01-24-2012
clearing PVID

HI admins,

I am not able to clear pvid .I am getting below error.

Code:
chdev -l hdisk273 -a pv=clear
Method error (/usr/lib/methods/chgdisk):
0514-047 Cannot access a device.
pv

The disk is from SAN. I can clear remove the disk using rmdev.But if i run cfgmgr , this disk apperas with PVID. Please suggets how to clear PVID.

Regards
newaix
# 2  
Old 01-24-2012
Using rmdev does not clear a disk - it unconfigures it on your system; with -d it removes it from your ODM.
It could be that some other box has a reservation on this disk so that might be the reason you are not able to write to it. Maybe also check, before you break it, if this is not a productive disk to some other box.
There should be some LUN Id or device ID you can identify it maybe, whatever type of SAN disk/driver (or VIO inbetweeen?) you are using. You could check at first, if you are able to read from it with dd or readvgda for example. Else you might want to find the box that has the reservation on it and try to remove it from there.

Sometimes it's also good to have a kind of documentation which disks/LUNs are being used for what to limit such problems.

Can also check this:
http://publib.boulder.ibm.com/infoce...x_commands.htm
http://www.aixhealthcheck.com/blog.php?id=30

But before clearing reservation, you should be 100% sure you don't disturb a productive system / data.

I am not sure if that command/package is available on your installation anyway - you'll see.

Last edited by zaxxon; 01-24-2012 at 07:04 AM.. Reason: added info
# 3  
Old 01-24-2012
Hi zaxxon,

Thanks for the response. Actually issue with netapp side. There is a base volume ,which is mapped to servers integrater group. As per netapp, we can not create a clone of a database for a volume on the same machine where base volume is exists.

Regards
newaix
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Clearing a environmental variable

i set a variable from the command line: export GANG="james,roy,martin" i can access this variable ($GANG) from a script. but each time i run the script, the variable keeps getting bigger. more info keeps getting added to it. Is there anyway i can make the $GANG variable contain the... (3 Replies)
Discussion started by: SkySmart
3 Replies

2. Shell Programming and Scripting

BASH - Clearing value in a variable

anyone has any idae how do i clear the value in a variable in BASH? So far I come across "Clear-variable", however it can only clear a "Local" and "Global" variable. I'm trying to clear a self-declared variable. Anyone has any suggestions? (4 Replies)
Discussion started by: vinzping
4 Replies

3. AIX

log_file_system clearing script

Hi i need a script to manage the mount point for any log location (/u01/dump/log/) i need a script which removes files older then x days but it should not remove file with extention *.log, *.ora etc then for remaing files it must search the huge files like *.txt and do fuser <filename> and... (0 Replies)
Discussion started by: javeedkaleem
0 Replies

4. Shell Programming and Scripting

Verify two disk pvid with command awk

I do a #lspv |grep rootvg and i got : hdisk0 0006a81f3efcbe58 rootvg hdisk1 0006a81fd9ff4014 rootvg I want to verify for each server if the pvid is the same with use of the command lspv Can you help to wrote a shell with the command awk for exemple . Thank you (4 Replies)
Discussion started by: khalidou13
4 Replies

5. Linux

clearing history

Is it possible to clear certain specific commands from history. I mean not clearing the entire history (history -c). You don't want anyone to see a particular command you executed. must not also show you have cleared history. Is it possible ? (2 Replies)
Discussion started by: nitin09
2 Replies

6. Programming

clearing breakpoints using dbx v 7.2.1

Im unsure of how to clear break points using dbx v7.2.1 Ive tried using delete linenumber of breakpoint however this does not seem to work. Could anyone point me in the correct direction ? regards (0 Replies)
Discussion started by: JamesGoh
0 Replies

7. HP-UX

clearing history

HI, Can anybody tell me...what is a command for clearing command history in HP-UX machine. I tried 'history -c' but it is not applicable.... Thanks JAGDISH MACHHI (4 Replies)
Discussion started by: jagdish.machhi@
4 Replies

8. Programming

Clearing Data in an Array

How would I clear all data from an array? Here is what I'm doing: while (1) { if ((numbytes = recv(sock2, buf, 100, 0)) == -1) { perror("recv"); } printf("%s : %s", inet_ntoa(their_addr.sin_addr), buf); }buf still has extra data in it, so when I print it, things from previous data is put... (3 Replies)
Discussion started by: Octal
3 Replies

9. UNIX for Dummies Questions & Answers

Clearing Swapfiles?

Hi, Does anyone know of a command to safely clear the swapfiles to free up diskspace? It's done at shutdown/startup, but I'd rather not have down time, if possible. Thanks, MrToast (BTW, Mac OS X 10.3.5 ;) ) (3 Replies)
Discussion started by: MrToast
3 Replies

10. UNIX for Dummies Questions & Answers

Clearing Mail Queue

Hello, I am trying to clear my mail queue with the following command: rm /var/spool/mqueue/* But when I do this I get this error: /bin/rm: Argument list too long. Can someone tell me what that error means and what I can do to correct it so I can clear my mail queue? Thanks (2 Replies)
Discussion started by: Chet
2 Replies
Login or Register to Ask a Question