Sponsored Content
Full Discussion: Network Topology Discovery
Top Forums UNIX for Dummies Questions & Answers Network Topology Discovery Post 302536946 by Tiyugro on Wednesday 6th of July 2011 03:49:12 PM
Old 07-06-2011
Network Topology Discovery

Hello All!

New Unix admin here, with a bit of a problem I can't seem to get a straight answer to..

I've been tasked with mapping out the topology (with IPs/Hostnames) of networks...remotely. So, I have SSH access to firewalls, but that's about as far as I can get - how would I go about resolving the IPs/hostnames of the other servers on a network, such as a mail server.

Thanks!

Tiy
 

6 More Discussions You Might Find Interesting

1. Solaris

disk discovery

when I "ls /dev/dsk/ ", I can see c0t0d0 and c0t2d0; but when I use format command, I can only see c0t0d0 available; why this happens? how many disk do I have on the machine? (I do not know that) (2 Replies)
Discussion started by: fredao
2 Replies

2. Shell Programming and Scripting

host discovery using bash

I am trying to make a bash script to scan subnets to see what hosts are available. Is it correct that you can not make the ping command time out less than a second? The script below works, but can take up to 255 seconds which is a bit long :( Is there a way to solve this using bash only? <code>... (6 Replies)
Discussion started by: bronkeydain
6 Replies

3. Infrastructure Monitoring

Discovering Network Topology

Hi all, I am tasked to write a program that learns all possible paths between each pair of nodes in an internetwork. I am not an expert in the area of IP networking/routing. I have been reading about this the last few days. If you know of examples that are close to what I am trying to do, I would... (4 Replies)
Discussion started by: nzeidat
4 Replies

4. AIX

Discovery LPAR from HMC

Hi All, i would like to know if it's possible to know all the IP Addresses of all LPAR's interfaces from HMC (without connect into LPAR). And if i can know also the "Application" hostname of LPAR from HMC. Thanks in advance. Bye Mario (2 Replies)
Discussion started by: Zio Bill
2 Replies

5. AIX

Discovery/Mount new disk

Hi all, i must add a new disk on a LPAR. I've done all the HMC and VIOS Procedure to create a virtual host with disk and assign it to lpar. I don't remember how i must do on the lpar to see this disk. (i use lvm not veritas). Thanks in advance and sorry for my english. Bye Mario (2 Replies)
Discussion started by: Zio Bill
2 Replies

6. Infrastructure Monitoring

Discovery Tools.

Hi Folks, realise that this forum might not be the exact match for this question, so feel free to put it somewhere more apropriate. I'm currently involved in a project that has gone somewhat pear shaped, just to keep this all short the situation is as follows. I was brought in to manage a... (2 Replies)
Discussion started by: gull04
2 Replies
Get Some Topology Information(3)			     Hardware Locality (hwloc)				  Get Some Topology Information(3)

NAME
Get Some Topology Information - Enumerations enum hwloc_get_type_depth_e { HWLOC_TYPE_DEPTH_UNKNOWN, HWLOC_TYPE_DEPTH_MULTIPLE, HWLOC_TYPE_DEPTH_BRIDGE, HWLOC_TYPE_DEPTH_PCI_DEVICE, HWLOC_TYPE_DEPTH_OS_DEVICE } Functions unsigned hwloc_topology_get_depth (hwloc_topology_t restrict topology) int hwloc_get_type_depth (hwloc_topology_t topology, hwloc_obj_type_t type) hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_t topology, unsigned depth) unsigned hwloc_get_nbobjs_by_depth (hwloc_topology_t topology, unsigned depth) static inline int hwloc_get_nbobjs_by_type (hwloc_topology_t topology, hwloc_obj_type_t type) int hwloc_topology_is_thissystem (hwloc_topology_t restrict topology) Detailed Description Be sure to see the figure in Terms and Definitions that shows a complete topology tree, including depths, child/sibling/cousin relationships, and an example of an asymmetric topology where one socket has fewer caches than its peers. Enumeration Type Documentation enum hwloc_get_type_depth_e Enumerator: HWLOC_TYPE_DEPTH_UNKNOWN No object of given type exists in the topology. HWLOC_TYPE_DEPTH_MULTIPLE Objects of given type exist at different depth in the topology. HWLOC_TYPE_DEPTH_BRIDGE Virtual depth for bridge object level. HWLOC_TYPE_DEPTH_PCI_DEVICE Virtual depth for PCI device object level. HWLOC_TYPE_DEPTH_OS_DEVICE Virtual depth for software device object level. Function Documentation hwloc_obj_type_t hwloc_get_depth_type (hwloc_topology_ttopology, unsigneddepth) Returns the type of objects at depth depth. Returns: -1 if depth depth does not exist. unsigned hwloc_get_nbobjs_by_depth (hwloc_topology_ttopology, unsigneddepth) Returns the width of level at depth depth. static inline int hwloc_get_nbobjs_by_type (hwloc_topology_ttopology, hwloc_obj_type_ttype) [static] Returns the width of level type type. If no object for that type exists, 0 is returned. If there are several levels with objects of that type, -1 is returned. int hwloc_get_type_depth (hwloc_topology_ttopology, hwloc_obj_type_ttype) Returns the depth of objects of type type. If no object of this type is present on the underlying architecture, or if the OS doesn't provide this kind of information, the function returns HWLOC_TYPE_DEPTH_UNKNOWN. If type is absent but a similar type is acceptable, see also hwloc_get_type_or_below_depth() and hwloc_get_type_or_above_depth(). If some objects of the given type exist in different levels, for instance L1 and L2 caches, the function returns HWLOC_TYPE_DEPTH_MULTIPLE. If an I/O object type is given, the function returns a virtual value because I/O objects are stored in special levels that are not CPU- related. This virtual depth may be passed to other hwloc functions such as hwloc_get_obj_by_depth() but it should not be considered as an actual depth by the application. In particular, it should not be compared with any other object depth or with the entire topology depth. unsigned hwloc_topology_get_depth (hwloc_topology_t restricttopology) Get the depth of the hierarchical tree of objects. This is the depth of HWLOC_OBJ_PU objects plus one. int hwloc_topology_is_thissystem (hwloc_topology_t restricttopology) Does the topology context come from this system? Returns: 1 if this topology context was built using the system running this program. 0 instead (for instance if using another file-system root, a XML topology file, or a synthetic topology). Author Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code. Version 1.4.1 Mon Feb 27 2012 Get Some Topology Information(3)
All times are GMT -4. The time now is 06:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy