Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing problem in using the command mentioned in the list #22

Closed
Rajnikantcmr opened this issue Jul 20, 2015 · 8 comments
Closed

Facing problem in using the command mentioned in the list #22

Rajnikantcmr opened this issue Jul 20, 2015 · 8 comments

Comments

@Rajnikantcmr
Copy link

Hi Guys
i am facing problem in uses of the command mentioned in list:
id_ns
i am able to use the first command but others i can not.i had done all the setup which required for using NVMe-Cli like compiling kernel version 3.19 and others done.just need the syntax to execute these command.can anyone help me.
Thanks
Rajnikant

@keithbusch
Copy link
Contributor

In your example, "id_ns" is not a sub-command. You're looking for "id-ns" (dash instead of underscore), so it should look like this:

nvme id-ns /dev/nvme0n1

@Rajnikantcmr
Copy link
Author

Hi Keith
it was silly mistake of me.now it is working.Thank you for your guidance.
i want to know,can we run this complete sequence at a time.and i have one
more qurey does this test framework tell about the SSD Serial#.
Will be waiting for your reply.
Thanks
Rajnikant

On 20 July 2015 at 19:20, keithbusch notifications@github.com wrote:

In your example, "id_ns" is not a sub-command. You're looking for "id-ns"
(dash instead of underscore), so it should look like this:

nvme id-ns /dev/nvme0n1


Reply to this email directly or view it on GitHub
#22 (comment).

Thanks and Regard
RAJNIKANT

@keithbusch
Copy link
Contributor

The serial number comes from 'id-ctrl'.

@keithbusch
Copy link
Contributor

I'm not sure I understand the question. Are you wanting to execute multiple sub-commands in a single invocation of the program? I suppose we could do that, or some kind of interactive mode.

@Rajnikantcmr
Copy link
Author

Hi Keithbusch
Yes i want to execute multiple sub-commands in a single invocation of
the program and save the results on system.

Thanks
Rajnikant

On 20 July 2015 at 20:13, keithbusch notifications@github.com wrote:

I'm not sure I understand the question. Are you wanting to execute
multiple sub-commands in a single invocation of the program? I suppose we
could do that, or some kind of interactive mode.


Reply to this email directly or view it on GitHub
#22 (comment).

Thanks and Regard
RAJNIKANT

@keithbusch
Copy link
Contributor

That's not a feature of this program (yet). I'm sure you can script these things together to get somewhat similar observable output, though.

@Rajnikantcmr
Copy link
Author

Thank you for your time and valuable guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants