Sponsored Content
Operating Systems HP-UX HP Omni - getting inet error when opc agant is running Post 302630053 by RuBiCK on Wednesday 25th of April 2012 10:16:46 AM
Old 04-25-2012
Did you solve your problem as suggested methyl?

What do you mean with "omni is not responding properly"?
omni can't connect?
omni connect but abort the connection?
what kind of errors do you get in debug.log?
what happen when you have omni running and then you start OpC?

All servers we have, have them running with DP and OpC and never found this problem.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

inet services, open ports etc

When I scan my linux box for open ports, i have several of them, but they shouldn't be open. I removed the lines for them in /etc/services, and left just stuff like telnet, ssh, ftp. Why are they still open? I've restarted the network, and I've even restarted my box, but they still apear as open.... (4 Replies)
Discussion started by: sTorm
4 Replies

2. Red Hat

netstat: no support for `AF INET (sctp)' on this system.

hello I am using fedora core 6 on my system.... and doing coding of socket connection with redhat 9 when I am doing netstat -v command it shows error::: netstat: no support for `AF INET (sctp)' on this system. As AF_INET is very useful to me in socket connection program.... how to... (0 Replies)
Discussion started by: arunchaudhary19
0 Replies

3. Solaris

Accidentally did a unlink inet

I was trying to remove a symbolic link of /etc/hosts to /etc/inet/hosts well i forgot the command and in the /etc directory i did unlink inet and now i can not get into inet and it does not exist in /etc 1) what do i do to fix the inet directory 2) how do i link /etc/hosts to... (1 Reply)
Discussion started by: deaconf19
1 Replies

4. Solaris

/etc/inet/hosts modification question

HI, IF i modify /etc/inet/hosts file, do I need to reboot the box? (1 Reply)
Discussion started by: mokkan
1 Replies

5. Solaris

/etc/inet.d/nddconfig file.......

Hiii... Every One..... I want to know about : /etc/init.d/nddconfig file, and all it's entries .And how this file controles parameters of OS Hardening...... If any one have related materials then plz HELP........ (2 Replies)
Discussion started by: prashantshukla
2 Replies

6. SCO

/dev/inet/tcp not listening in SCO 6.

While in SCO Openserver 5.0.7, Sybase listened to /dev/inet/tcp, the same is not working in SCO Openserver 6. The Network card is however active and pinging fine. What can be the reason? What is the way out? An early response will be appreciated. Thank you Regards TCG (2 Replies)
Discussion started by: thecobolguy
2 Replies

7. UNIX for Dummies Questions & Answers

HowTo check in inet.d or xinet.d is installed?

Hi how can I check to see that init.d or xinit.d is installed on a system? *edit* Also is there a way to have it be platform independant? rpm -qa works on some, but not all Any help is appreciated (0 Replies)
Discussion started by: mcdef
0 Replies

8. Solaris

rdate, ntp, cron, inet

I was told its better to run daemon instead of cron job to sync time. but which approach is less resource hungry? (1 Reply)
Discussion started by: orange47
1 Replies

9. HP-UX

Can we restore omni oracle db backup

We have omni backup of oracle database about 40Gb, tablespaces are distributed over 2 partitions . But because of some reason both partition are not available more . Now we are in need to restore the entire data on new partitions .Can any guru's confirm if tried so earlier will this going to... (1 Reply)
Discussion started by: Shirishlnx
1 Replies

10. Hardware

Northgate OMNI Key/PLus Keyboard

Hi team, I have an old fashion (product of 1989) keyboard which is Northgate OMNI Key/PLus Keyboard I got the adapters ps2 and usb, but I still can't run it, I googled some stuff concerning the settings of the 8 dips in the back of the keyboard but couldn't find any helpful stuff. However, if... (0 Replies)
Discussion started by: leo_ultra_leo
0 Replies
VIRT-VIEWER(1)						User Contributed Perl Documentation					    VIRT-VIEWER(1)

NAME
virt-viewer - display the graphical console for a virtual machine SYNOPSIS
virt-viewer [OPTIONS] DOMAIN-NAME|ID|UUID DESCRIPTION
virt-viewer is a minimal tool for displaying the graphical console of a virtual machine. The console is accessed using the VNC or SPICE protocol. The guest can be referred to based on its name, ID, or UUID. If the guest is not already running, then the viewer can be told to wait until is starts before attempting to connect to the console The viewer can connect to remote hosts to lookup the console information and then also connect to the remote console using the same network transport. OPTIONS
The following options are accepted when running "virt-viewer": -h, --help Display command line help summary -V, --version Display program version number -v, --verbose Display information about the connection -c URI, --connect=URI Specify the hypervisor connection URI -w, --wait Wait for the domain to start up before attempting to connect to the console -r, --reconnect Automatically reconnect to the domain if it shuts down and restarts -z PCT, --zoom=PCT Zoom level of the display window in percentage. Range 10-200. -d, --direct Do not attempt to tunnel the console over SSH, even if the main connection URI used SSH. -a, --attach Use libvirt to directly attach to a local display, instead of making a TCP/UNIX socket connection. This avoids the need to authentication with the remote display, if authentication with libvirt is already allowed. This option does not work with remote displays. -f, --full-screen Start with the window maximised to fullscreen --debug Print debugging information EXAMPLES
To connect to the guest called 'demo' running under Xen virt-viewer demo To connect to the guest with ID 7 running under QEMU virt-viewer --connect qemu:///system 7 To wait for the guest with UUID 66ab33c0-6919-a3f7-e659-16c82d248521 to startup and then connect, also reconnecting upon restart of VM virt-viewer --reconnect --wait 66ab33c0-6919-a3f7-e659-16c82d248521 To connect to a remote console using TLS virt-viewer --connect xen://example.org/ demo To connect to a remote host using SSH, lookup the guest config and then make a direct non-tunnelled connection of the console virt-viewer --direct --connect xen+ssh://root@example.org/ demo AUTHOR
Written by Daniel P. Berrange, based on the GTK-VNC example program gvncviewer. BUGS
Report bugs to the mailing list "http://www.redhat.com/mailman/listinfo/virt-tools-list" COPYRIGHT
Copyright (C) 2007-2008 Red Hat, Inc., and various contributors. This is free software. You may redistribute copies of it under the terms of the GNU General Public License "http://www.gnu.org/licenses/gpl.html". There is NO WARRANTY, to the extent permitted by law. SEE ALSO
virsh(1), "virt-manager(1)", the project website "http://virt-manager.org" perl v5.14.2 2012-05-28 VIRT-VIEWER(1)
All times are GMT -4. The time now is 08:37 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy