Re: smart monitoring tools for NVME interface SSD's
"Sadasivan Shaiju (shshaiju)" <[email protected]>
| Newsgroups | gmane.linux.utilities.smartmontools |
|---|---|
| Message-ID | <[email protected]> |
Also , it gives compilation error in RHEL 6.5 . ? Does it work on RHEL 7.0 ? [root@shaiju nvme-user]# make make: Warning: File `Makefile' has modification time 8.5e+02 s in the future cc -m64 -O2 -g -pthread -D_GNU_SOURCE -D_REENTRANT -Wall -m64 -lm nvme_rw.c -o nvme_rw nvme_rw.c:1:24: error: linux/nvme.h: No such file or directory nvme_rw.c: In function \u2018main\u2019: nvme_rw.c:15: error: storage size of \u2018io\u2019 isn\u2019t known nvme_rw.c:27: error: \u2018nvme_cmd_write\u2019 undeclared (first use in this function) nvme_rw.c:27: error: (Each undeclared identifier is reported only once nvme_rw.c:27: error: for each function it appears in.) nvme_rw.c:39: error: \u2018NVME_IOCTL_SUBMIT_IO\u2019 undeclared (first use in this function) nvme_rw.c:45: error: \u2018nvme_cmd_read\u2019 undeclared (first use in this function) nvme_rw.c:15: warning: unused variable \u2018io\u2019 make: *** [nvme_rw] Error 1 regards, shaiju. Sadasivan Shaiju TECHNICAL LEADER.ENGINEERING [email protected] Phone: +1 408 853 8117 Cisco Systems Limited 3850 Zanker Road San jose CALIFORNIA 95134 US Cisco.com Think before you print. This email may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the intended recipient (or authorized to receive for the recipient), please contact the sender by reply email and delete all copies of this message. For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/index.html -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Friday, September 25, 2015 11:05 AM To: Sadasivan Shaiju (shshaiju) Cc: [email protected] Subject: Re: [smartmontools-support] smart monitoring tools for NVME interface SSD's The common URL schemes for git repositories are: ssh:// - default port 22 git:// - default port 9418 http:// - default port 80 https:// - default port 443 Check your firewall and see if port 9418 (TCP) is open. > Hi Christan, > > Still , I can't acess it . I tried to take the snapshot of the > code . It has compilation erros . > > > [root@shaiju nvme_test]# git clone > git://git.infradead.org/users/kbusch/nvme-user.git > Initialized empty Git repository in > /home/shshaiju/shaiju_work/backup_codes/nvme_test/nvme-user/.git/ > git.infradead.org[0: 198.137.202.9]: errno=No route to host > git.infradead.org[0: 2001:1868:205::9]: errno=Network is unreachable > fatal: unable to connect a socket (Network is unreachable) > > regards, > Shaiju. > > Sadasivan Shaiju > TECHNICAL LEADER.ENGINEERING > [email protected] > Phone: +1 408 853 8117 > Cisco Systems Limited > 3850 Zanker Road > San jose > CALIFORNIA > 95134 > US > Cisco.com > > > > > > Think before you print. > This email may contain confidential and privileged material for the > sole use of the intended recipient. Any review, use, distribution or > disclosure by others is strictly prohibited. If you are not the > intended recipient (or authorized to receive for the recipient), > please contact the sender by reply email and delete all copies of this message. > For corporate legal information go to: > http://www.cisco.com/web/about/doing_business/legal/cri/index.html > > > > -----Original Message----- > From: Christian Franke [mailto:[email protected]] > Sent: Friday, September 25, 2015 4:12 AM > To: Sadasivan Shaiju (shshaiju) > Cc: [email protected] > Subject: Re: [smartmontools-support] smart monitoring tools for NVME > interface SSD's > > Sadasivan Shaiju (shshaiju) wrote: >> > This git repo provides some NVMe tools for Linux: >> > http://git.infradead.org/users/kbusch/nvme-user.git >> >> I can't clone the repo . >> >> [root@shaiju nvme_test]# git clone >> http://git.infradead.org/users/kbusch/nvme-user.git >> Initialized empty Git repository in >> /home/shshaiju/shaiju_work/backup_codes/nvme_test/nvme-user/.git/ >> fatal: http://git.infradead.org/users/kbusch/nvme-user.git/info/refs >> not >> found: did you run git update-server-info on the server? > > Of course this fails. The http: URL refers to a web interface of this > git repo. > You need to use the git: URL mentioned there. > > > ---------------------------------------------------------------------- > -------- _______________________________________________ > Smartmontools-support mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/smartmontools-support > ------------------------------------------------------------------------------