1851668 Members
3983 Online
104061 Solutions
New Discussion

fcutil syntax?

 
SOLVED
Go to solution
cce_1
New Member

fcutil syntax?

Running command "fcutil /dev/td0" with or without options following error occurs:
Error in ioctl: invalid argument

I'd like to know the correct syntax/Thanx
6 REPLIES 6
Fred Ruffet
Honored Contributor

Re: fcutil syntax?

man fcutil

Regards,

Fred
--

"Reality is just a point of view." (P. K. D.)
Shaikh Imran
Honored Contributor

Re: fcutil syntax?

Hi,
What r u trying
if i understood corectly then
I think the correct command is
fcmsutil /dev/td0
where /dev/td0 = FC card driver.
it can be /dev/td1 also
please confirm this from ioscan

Regards,

I'll sleep when i am dead.
Jeff Schussele
Honored Contributor
Solution

Re: fcutil syntax?

Hi,

Correct command is fcmsutil & syntax would be:

fcmsutil /dev/tdX

where X=td instance
There are quite a few parameters avaliable as well - such as the statistics oriented
stat
devstat
nsstat

The information oriented
get
get_lgn
lgninfo_all
ns_query ports
dump_saved_stats

And there are destructive and/or testing oriented parms such as
enable
disable
write
test
rom_fw_update

So read the man page carefully before running any commands. It warns which are destructive & which aren't.

HTH,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
cce_1
New Member

Re: fcutil syntax?

Thanks at all.
I used "fcutil" command for J2389 FC Adapter, instead of "fcmsutil" command for my Tachyon.
Jeff Schussele
Honored Contributor

Re: fcutil syntax?

OK - understand.
I haven't ever worked with them before.
But looking it up on one of my 11.0 systems shows nearly the same syntax - BUT it's in a different location.

fcutil => /opt/fc/bin
fcmsutil => /opt/fcms/bin

So a standard info command would be

/opt/fc/bin/fcutil device_file

Check the system with ioscan for the correct file. I believe

ioscan -kfnC fc

should give you what you need. It may not be a tdX device

Rgds,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Thayanidhi
Honored Contributor

Re: fcutil syntax?