Port Active?


 
Thread Tools Search this Thread
Operating Systems Solaris Port Active?
# 1  
Old 12-20-2010
Port Active?

Hi,

I have recently installed autosys R11 on my a container in solaris 10. the container has solaris 10. I am now trying to configure the autosys workload contol center on a windows VM. but i can not get the contol center to log into the the autosys server.

when i try to estiblish a connection. using netstat
Code:
[ root@unixtest9 / ]# netstat -a | grep 7163
      *.7163               *.*                0      0 49152      0 LISTEN
      *.7163               *.*                0      0 49152      0 LISTEN
unixtest9.7163       AUTOSYS_WCC.1687     65469      0 64240      0 ESTABLISHED
      *.7163                            *.*                             0      0 49152      0 LISTEN

but is seems not to be talking back to the autosys contol center.
is there a commands i can use to help me diagnose the communication between the talk and also confirm that there unix server is talking aback..
# 2  
Old 12-20-2010
Try:
Code:
snoop ip_of_the_server

# 3  
Old 12-20-2010
Quote:
Originally Posted by bartus11
Try:
Code:
snoop ip_of_the_server


on the container box when i run snoop, i am getting

snoop: No network interface devices found

but on the global box it is working ok, not sure how to read it though
# 4  
Old 12-22-2010
First, make sure you have the latest versions of both r11 and WCC.

When you installed autosys on solaris you would have been asked to choose the port number of the Application server (default is 9000).

WCC talks to the app server on this port. In WCC when you added the 'server' aka the autosys instance, you would have been asked the hostname of the apps erver machine - this would be your solaris machine. You also need to enter credentials of a unix account that is valid on the solaris host in the format 'user@host', save, deploy changes and recycle wcc services (or reboot the server).

All this assumes your autosys install is OK - i.e. your app server is up and running OK. I guess you checked all that?
# 5  
Old 12-24-2010
Post the output of:

dladm show-dev
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. 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

2. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies

3. Shell Programming and Scripting

How do I calculate total number of active and non active hosts?

#!/bin/bash for digit in $(seq 1 10) do if ping -c1 -w2 192.168.1.$digit &> /dev/null then echo "192.168.1.$digit is UP" else echo "192.168.1.$digit is DOWN" fi done (3 Replies)
Discussion started by: fusetrips
3 Replies

4. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

5. Solaris

Link based Active Active IPMP

Hi, I need to configure 4 ip address (same subnet and mask) in one ipmp group (two interfaces) in an active active formation (link based). Can some one provide the steps or a tutorial link. Thanks (2 Replies)
Discussion started by: Mack1982
2 Replies

6. Shell Programming and Scripting

Script to check if Port is Active

is there a better way to check if a port is active on linux and sunos systems? this is currently what I'm using in my script: netstat -an | egrep -i "$PORT" i know this isn't the best way as there could be numbers in that output that has my port number in it but isn't necessarily a... (0 Replies)
Discussion started by: SkySmart
0 Replies

7. Shell Programming and Scripting

Monitor Port, if active, pipe command to screen

I am a linux newbie and I am learning. I need a script that will monitor a port and if active -- only active, not listening or waiting -- then pipe some commands to the screen as if they were typed on the keyboard. Can a bash or perl script do this and if so, could someone help me out? Thanks. (0 Replies)
Discussion started by: bulgin
0 Replies

8. AIX

Question about HACMP for active-active mode

Hi all, I am new to HACMP. So sorry for the newie question. But I did search the forum and it seems that no one asks this before. So if a 2-node cluster runs in active-active mode (and the same application), what is the benefit of using HACMP ? If it runs in active-stanby, it is easy to... (9 Replies)
Discussion started by: qiulang
9 Replies

9. UNIX for Advanced & Expert Users

Active / Non Active users ?

Hey, I have few Questions : 1. How to Check/Find who all are the users accessing the server using their id ? 2. How to Check who is the active user or non active user (whose id exists but the access privileges has been removed) ? I am presently using AIX5.3 as a server. Please suggest... (3 Replies)
Discussion started by: varungupta
3 Replies
Login or Register to Ask a Question