NVLink ibdiagnet Commands
nv show ib ibdiagnet Display content of ibdiagnet log file. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/ib/ibdiagnet | |
Related Commands | nv show ib ibdiagnet files nv action upload ib ibdiagnet files {archive-name} {remote-url} nv action delete ib ibdiagnet files {archive-name} nv action run ib cmd <ib-cmd-str> | |
Notes | Log file is generated each time when 'nv action run ib cmd "ibdiagnet"' CLI is invoked. |
nv show ib ibdiagnet files Display available ibdiagnet archive files in the system. | ||
Syntax Description | N/A | |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | GET https://<ip>/nvue_v1/ib/ibdiagnet/files | |
Related Commands | nv show ib ibdiagnet nv action upload ib ibdiagnet files {archive-name} {remote-url} nv action delete ib ibdiagnet files {archive-name} nv action run ib cmd <ib-cmd-str> | |
Notes | Archive file is generated each time when 'nv action run ib cmd "ibdiagnet"' CLI is invoked. |
nv action delete ib ibdiagnet files <archive-name> Remove ibdiagnet archive file from file system. | ||
Syntax Description | archive-name | Name of the ibdiagnet archive file. |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/ib/ibdiagnet/files/{archive-name} | |
Related Commands | nv show ib ibdiagnet nv show ib ibdiagnet files nv action upload ib ibdiagnet files {archive-name} {remote-url} nv action run ib cmd <ib-cmd-str> | |
Notes | Available ibdiagnet archive files can be viewed via 'nv show ib ibdiagnet files' command. |
nv action upload ib ibdiagnet files {archive-name} {remote-url} Upload ibdiagnet archive file to remote host. | ||
Syntax Description | archive-name | Name of the ibdiagnet archive file. |
remote-url | ftp, tftp, scp and sftp are supported (e.g., scp://username[:password]@hostname/path/filename) | |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<ip>/nvue_v1/ib/ibdiagnet/files/{archive-name} | |
Related Commands | nv show ib ibdiagnet nv show ib ibdiagnet files nv action delete ib ibdiagnet files {archive-name} nv action run ib cmd <ib-cmd-str> | |
Notes | Available ibdiagnet archive files can be viewed via "nv show ib ibdiagnet files" command. |
nv action run ib cmd <ib-cmd-str> Run InfiniBand command (e.g., ibdiagnet). | ||
Syntax Description | ib-cmd-str | String with InfiniBand shell command to run |
Default | N/A | |
History | 25.02.1884 | |
Example |
| |
REST API | POST https://<id>/nvue_v1/ib/cmd | |
Related Commands | nv show ib ibdiagnet nv show ib ibdiagnet files nv action upload ib ibdiagnet files {archive-name} {remote-url} nv action delete ib ibdiagnet files {archive-name} | |
Notes | Only ibdiagnet command is currently supported in command string. |