Sponsored Content
Top Forums UNIX for Advanced & Expert Users Please let me know Regarding Port Scan Post 302116611 by grial on Monday 7th of May 2007 04:56:49 AM
Old 05-07-2007
Quote:
Originally Posted by myramkumar
2) How to know whether particular Port is listning the requests or not?
I use "lsof" for that. Though, you may use "netstat" also.

Regards.
 

4 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

unix program that can port scan a c block of ips for proxies

can anyone tell me a unix program that can port scan a c block of ips for proxies? a fast one, with reliable results, that can load an ip list, or set an ip range, and specify ports thanks! (1 Reply)
Discussion started by: user
1 Replies

2. Shell Programming and Scripting

port scan shell script

Hi, Can any one please suggest me commands for making port scan shell script. (3 Replies)
Discussion started by: nrbhole
3 Replies

3. Shell Programming and Scripting

Formatting port scan output

I need to format port scan output for input into another app. This is what I have; 1025/tcp 1521/tcp 2301/tcp 2381/tcp 3191/tcp 3389/tcp 5938/tcp 47001/tcp 54321/tcp 21/tcp 80/tcp 135/tcp 139/tcp 445/tcp 1025/tcp (4 Replies)
Discussion started by: lewk
4 Replies

4. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies
HBA_SendRLS(3HBAAPI)			      Common Fibre Channel HBA Information Library Functions			      HBA_SendRLS(3HBAAPI)

NAME
HBA_SendRLS, HBA_SendRPL, HBA_SendRPS, HBA_SendSRL, HBA_SendLIRR - issue an Extended Link Service through the local HBA Port SYNOPSIS
cc [ flag... ] file... -lHBAAPI [ library... ] #include <hbaapi.h> HBA_STATUS HBA_SendRLS(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN destWWN, void * pRspBuffer, HBA_UINT32 *pRspBufferSize); HBA_STATUS HBA_SendRPL(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN agentWWN, HBA_UINT32 agent_domain, HBA_UINT32 portIndex, void * pRsp- Buffer, HBA_UINT32 *pRspBufferSize); HBA_STATUS HBA_SendRPS(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN agentWWN, HBA_UINT32 agent_domain, HBA_WWN object_wwn, HBA_UINT32 object_port_number, void * pRspBuffer, HBA_UINT32 *pRspBufferSize); HBA_STATUS HBA_SendSRL(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN wwn, HBA_UINT32 domain, void * pRspBuffer, HBA_UINT32 *pRspBuffer- Size); HBA_STATUS HBA_SendLIRR(HBA_HANDLE handle, HBA_WWN hbaPortWWN, HBA_WWN destWWN, HBA_UINT8 function, HBA_UINT8 type, void * pRspBuffer, HBA_UINT32 *pRspBufferSize); PARAMETERS
handle an open handle returned from HBA_OpenAdapter(3HBAAPI) hbaPortWWN HBA_SendRLS() the Port WWN of the local HBA through which to send the RLS HBA_SendRPL() the Port WWN of the local HBA through which to send the RPL HBA_SendRPS() the Port WWN of the local HBA through which to send the RPS HBA_SendSRL() the Port WWN of the local HBA through which to send the SRL HBA_SendLIRR() the Port WWN of the local HBA through which to send the LIRR destWWN HBA_SendRLS() the Port WWN of the remote Target to which the RLS is sent HBA_SendLIRR() he Port WWN of the remote Target to which the LIRR is sent wwn If non-zero, wwn is the port WWN to be scanned. If wwn is zero, it is ignored. domain If wwn is zero, domain is the domain number for which loops will be scanned. If wwn is non-zero, domain is ignored. agent_wwn If non-zero, agent_wwn is the port WWN for which the port list is requested. If agent_wwn is zero, it is ignored. agent_domain If agent_wwn is non-zero, agent_domain is the domain number and the domain controller for which the port list is requested. If agent_wwn is zero, it is ignored. port_index index of the first FC_Port returned in the response list object_wwn If non-zero, object_wwn is the port WWN for which the Port Status is requested. If object_wwn is zero, it is ignored. object_port_numbIf object_wwn is zero, object_port_number is the relative port number of the FC_Port for which the Port Status is requested. If object_wwn is non-zero, object_port_number is ignored. function the registration function to be performed type If type is non-zero, the type is the FC-4 device TYPE for which specific link incident information requested is requested. If type is zero, only common link incident information is requested. pRspBuffer HBA_SendRLS() a pointer to a buffer into which the RLS response is copied HBA_SendRPL() a pointer to a buffer into which the RPL response is copied HBA_SendRPS() a pointer to a buffer into which the RPS response is copied HBA_SendSRL() a pointer to a buffer into which the SRL response is copied HBA_SendLIRR() A pointer to a buffer into which the LIRRresponse is copied. RspBufferSize a pointer to the size of the buffer HBA_SendRLS() HBA_SendLIRR() A size of 28 is sufficient for the largest response. HBA_SendRPS() A size of 58 is sufficient for the largest response. HBA_SendSRL() A size of 8 is sufficient for the largest response. DESCRIPTION
The HBA_SendRLS() function returns the Link Error Status Block associated with the agent WWN or agent-domain. For more information see "Read Link Status Block (RLS)" in FC-FS. The HBA_SendRPL() function returns the Read Port List associated with the agent WWN or agent-domain. For more information see "Read Port List (RPL)" in FC-FS. The HBA_SendRPS() function returns the Read Port Status Block associated with the agent WWN or agent-domain. For more information see "Read Port Status Block(RPS)" in FC-FS. The HBA_SendSRL() function returns the Scan Remote Loop associated with the agent WWN or agent-domain. For more information see "Scan Remote Loop(SRL)" in FC-FS. The HBA_SendLIRR() function returns the Link Incident Record Registration associated with the destportWWN. For more information see "Link Incident Record Registration (LIRR) in FC-FS. RETURN VALUES
These functions return the following values: HBA_STATUS_OK The LS_ACC for the ELS has been returned. HBA_STATUS_ERROR_ELS_REJECT The ELS has been rejeced by the local HBA Port. HBA_STATUS_ERROR_ILLEGAL_WWN The value of hbaPortWWN is not a valid port WWN on the specified HBA. HBA_STATUS_ERROR An error occurred. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: FC-MI 1.92 (API | | |version 1) | +-----------------------------+-----------------------------+ | |Standard: FC-HBA Version 4 | | |(API version 2) | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
HBA_OpenAdapter(3HBAAPI), libhbaapi(3LIB), attributes(5) T11 FC-MI Specification SunOS 5.10 1 Sep 2003 HBA_SendRLS(3HBAAPI)
All times are GMT -4. The time now is 06:46 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy