Not able to remove VTD


 
Thread Tools Search this Thread
Operating Systems AIX Not able to remove VTD
# 1  
Old 10-14-2013
IBM Not able to remove VTD

Hi,

I am trying to remove 1 VTD from VIOS, its not able to remove and throwing the following error.

Code:
VIOS1$rmdev -dev xxx334.xxxxAs
Some error messages may contain invalid information
for the Virtual I/O Server environment.
rmdev: 0514-519 The following device was not found in the customized
        device configuration database:
        name = 'xxx334.xxxxAs'

The beauty is, it is showing available in lsdev. in that able to grep using 334

Code:
VIOS1$lsdev -virtual |grep  334
xxx334.xxxxDs   Available   Virtual Target Device - Disk
xxx334.xxxxAs  Available   Virtual Target Device - Disk

not able to grep xxxxAs

Code:
VIOS1$lsdev -virtual |grep xxxxAs

Noticed that there is not gap between VTD name and Available column in lsdev output, but don't how to resolve the space issue.

Please help
# 2  
Old 10-15-2013
use following command


Code:
rmvdev -vtd xxx334.xxxxAs

Moderator's Comments:
Mod Comment edit by bakunin: please use CODE-tags to enclose code, commands and terminal output. It enhances the readability. Thank you.

Last edited by bakunin; 10-21-2013 at 11:26 AM..
This User Gave Thanks to mnitinp For This Post:
# 3  
Old 10-15-2013
use the syntax provided my 'mnitinp'
But, also make sure the backing device (Disk or LV) is removed from the actual target (Client/LPAR).
# 4  
Old 10-19-2013
Hi,

What is 'mnitinp' not even found in google?
# 5  
Old 10-21-2013
Quote:
Originally Posted by ksgnathan
What is 'mnitinp' not even found in google?
"mnitinp" is the user writing answer #2 to your thread. Actually his hint was a very good one. You should thank him for that.

I hope this helps.

bakunin
# 6  
Old 10-21-2013
Oops, sorry i forget to notice the name, Thanks for that also thank him too.

---------- Post updated at 02:14 PM ---------- Previous update was at 02:13 PM ----------

---------- Post updated at 02:16 PM ---------- Previous update was at 02:14 PM ----------

Hi mnitinp,

Much thanks for your tip, will try the option and update the status.

Regards,
Siva
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash to remove find and remove specific extension

The bash below executes and does find all the .bam files in each R_2019 folder. However set -x shows that the .bam extension only gets removed from one .bam file in each folder (appears to be the last in each). Why is it not removing the extension from each (this is $SAMPLE)? Thank you :). set... (4 Replies)
Discussion started by: cmccabe
4 Replies

2. Post Here to Contact Site Administrators and Moderators

Please remove this post/remove information from it

In this thread: /shell-programming-and-scripting/255687-organizing-text-file-capital-names-capital-word-capital-word.html (sorry i cant use links) that is not an example, those are real students names with real student login id's for the college i am attending and i am on that list. Please... (3 Replies)
Discussion started by: throwawayacc
3 Replies

3. AIX

Need to remove (LP)PP

Had increased FS system size (sample_lv) on particular disks hdisk189 hdisk190 in a shared FS but unfortunately given addnl size occupies the space on other disks hdisk78 hdisk40 too In case, need to remove the addnl lv size occupied on hdisk78 hdisk40. How to achieve it. Pls advice. ... (3 Replies)
Discussion started by: ksgnathan
3 Replies

4. Shell Programming and Scripting

remove brackets and put it in a column and remove repeated entry

Hi all, I want to remove the remove bracket sign ( ) and put in the separate column I also want to remove the repeated entry like in first row in below input (PA156) is repeated ESR1 (PA156) leflunomide (PA450192) (PA156) leflunomide (PA450192) CHST3 (PA26503) docetaxel... (2 Replies)
Discussion started by: manigrover
2 Replies

5. Shell Programming and Scripting

How to remove ^I ?

not sure what is this but any can help me delete this ^I cat -A file.txt CLAS^I^I|890^I|7,10,12,341,305,308,29,54^M$ LCLS^I^I|891^I|7,10,12,341,305,308,29,54^M$ MURB^I^I|892^I|7,10,12,341,305,308,29,54^M$ LATI^I^I|893^I|7,10,12,341,305,308,29,54^M$ i want to remove the ^I^I... (2 Replies)
Discussion started by: posner
2 Replies

6. UNIX for Dummies Questions & Answers

smitty, remove user, remove directory as well..

hi, i am on aix. i used smitty to remove a user.. but then found that its directory still exists.... so i have to remove the directory manually... am i doing it the right way? (2 Replies)
Discussion started by: yls177
2 Replies
Login or Register to Ask a Question