Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

rmdev error

Status
Not open for further replies.

stephnane

Technical User
Jun 25, 2004
34
0
0
FR
Hi!
A "lsdev | grep Def" give me this :
(..)
AAA_my1vg Defined Volume group
AAA_myvg Defined Volume group
(..)
I want to remove them with
> rmdev -dl AAA_myvg
But I get :
rmdev: 0514-522 Cannot run the following program: ''
Tks to help me !

Steph
 
You're best to leave them as it is. VG devices are only Defined, never Available.

If you want to remove a VG definition from a server that has no longer access to the VG's disks, use the command

exportvg <vgname>

HTH,

p5wizard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top