- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- fcutil syntax?
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:17 AM
07-28-2004 12:17 AM
Error in ioctl: invalid argument
I'd like to know the correct syntax/Thanx
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:33 AM
07-28-2004 12:33 AM
Re: fcutil syntax?
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:37 AM
07-28-2004 12:37 AM
Re: fcutil syntax?
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:40 AM - last edited on 09-16-2024 02:22 AM by support_s
07-28-2004 12:40 AM - last edited on 09-16-2024 02:22 AM by support_s
SolutionCorrect 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
- Tags:
- bios
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 12:52 AM
07-28-2004 12:52 AM
Re: fcutil syntax?
I used "fcutil" command for J2389 FC Adapter, instead of "fcmsutil" command for my Tachyon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 01:02 AM
07-28-2004 01:02 AM
Re: fcutil syntax?
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2004 02:19 AM
07-28-2004 02:19 AM
Re: fcutil syntax?
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&con=/hpux/onlinedocs/B2355-90681/00/00/80-con.html&toc=/hpux/onlinedocs/B2355-90681/00/00/80-toc.html&searchterms=J2389&queryid=20040728-073810
TT