Sponsored Content
Full Discussion: how to ?
Top Forums UNIX for Dummies Questions & Answers how to ? Post 35845 by norsk hedensk on Thursday 8th of May 2003 10:08:37 PM
Old 05-08-2003
ok, well i have an idea of what you are talking about but your post really makes it unclear. the first question you seem to ask is how can you work on your computer remotley. well there are many was, if you just want shell access you can use ssh which is simple to set up. if you want to do a remote X session (gui) you can also use ssh for that, make sure you have an X serverrunning on the server machine. search on google for how to go about doing thsese things. your second question seems to be how to compile from source, from a tar and gzipped file. it is not hard at all, and you out lined the basic proceedure your self, so i know you have a basic understanding of what to do.
you mentioned that sometimes there is a file called INSTALL, that file can be viewed with whatever text editor you use, vi or emacs or whatever. if you dont know, you can use this command;
cat INSTALL | less

this file will should tell you the basic method of installation of your program. also, look for a readme file and view it in the same manner. if there is a problem compiling or configureing, take note of the error messages given, and search online for other people who may have had similar problems, and have posted solutions. good luck.
 
FCRLS(8)							  Open-FCoE Tools							  FCRLS(8)

NAME
fcrls - Fibre Channel Read Link Error Status Block (RLS) tool SYNOPSIS
fcrls --port rport_bsg_name [--quiet] fcrls --fcid rport_port_FC-ID [--quiet] fcrls --help DESCRIPTION
The fcrls command performs Fibre Channel Read Link Error Status Block (RLS) ELS request (see FC-LS-2) via BSG over a given rport bsg name or FC-ID. fcrls takes either a rport bsg name or a rport port FC-ID as the input. To disable verbose output, use the --quiet option. OPTIONS
--port rport_bsg_name Send RLS to a rport by FC remote port bsg name, e.g., rport-7:0-1. --fcid rport_port_FC-ID Send RLS to a rport by port FC-ID, e.g., 0xce000d. --quiet Disable verbose output. --help Display a help message with basic usage instructions. EXAMPLES
Sends RLS to the FC remote port as rport-7:0-1 fcrls --port rport-7:0-1 Sends RLS to the FC remote port with 0xce000d as its port FC-ID fcrls --fcid 0xce000d SEE ALSO
fcoeadm(8) SUPPORT
fcrls is part of the fcoe-utils package, maintained through the Open-FCoE project. Resources for both developers and users can be found at the Open-FCoE website http://open-fcoe.org/. Open-FCoE 02/06/2013 FCRLS(8)
All times are GMT -4. The time now is 03:41 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy