Virtual Connect Enterprise Manager


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Virtual Connect Enterprise Manager
# 1  
Old 01-31-2008
Virtual Connect Enterprise Manager

HP Virtual Connect Enterprise Manager (VCEM) simplifies the management of BladeSystem environments that use Virtual Connect to control LAN and SAN connectivity, helping organizations increase productivity, respond more quickly to business demands, and significantly reduce operating costs.

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. SuSE

Xen Virtual Manager

Never used this before, so I just did the simple thing, and tried installing an OS. The only OS that worked is Suse Linux. All the rest hung at the select OS screen. Do other OS's (like Windows/Unix) have to have drivers or a configuration file, etc, installed prior to running the install. Well... (3 Replies)
Discussion started by: jgt
3 Replies

2. Red Hat

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool

My RHEL virtual Machine Does not have Virtual Machine Manager Desktop Tool Hi, I don't seem to have the Virtual Machine Manager Desktop tool set up on my RHEL6 Machine. The Linux machine runs off VMWare player and I'm not sure whether it is a VMWare software issue or a problem with the RHEL6... (2 Replies)
Discussion started by: accipiter1
2 Replies

3. Virtualization and Cloud Computing

unable to connect internet on virtual machine

I have installed Oracle VM virtual box on Windows 7 and using LINUX (backtrack 5) as my virtual OS. The problem is i'm unable to connect to internet from my virtual OS. i'm using USB dongle (mobile broad band) to connect to internet from my host OS windows 7. I tried setting NAT in VM settings... (0 Replies)
Discussion started by: Arun_Linux
0 Replies

4. Red Hat

error on virtual manager

In red hat linux server 6 I start up virtual manager and I get below error prompt. Package reuired for KVM usage The following packages are not installed qemu-kvm These are required to create KVM guests locally. Would you like to install them now . I press yes but the package cannot... (0 Replies)
Discussion started by: chuikingman
0 Replies

5. Solaris

how to connect to wireless from virtual box

hi everyone... this is my first post here please help me with this..as iam new to solaris i have installed solaris 10 on virtual box.. and am not able to connect to the internet .. is there anyway i can get connect to the net.. please help me step by step if possible... thanks in... (1 Reply)
Discussion started by: yrajendergoud
1 Replies
Login or Register to Ask a Question
VTUND(8)						      System Manager's Manual							  VTUND(8)

NAME
vtund - VTun(Virtual Tunnel) daemon. SYNOPSIS
vtund < -s > [ -i ] [ -n ] [ -f file ] [ -P port ] vtund [ -f file ] [ -P port ] [ -p ] [ -m ] [ -t timeout ] [ -n ] < session > < server address > DESCRIPTION
VTun provides the method for creating Virtual Tunnels over TCP/IP networks and allows to shape, compress, encrypt traffic in that tunnels. Supported type of tunnels are: PPP, IP, Ethernet and most of other serial protocols and programs. VTun is easily and highly configurable, it can be used for various network task like VPN, Mobile IP, Shaped Internet access, IP address saving, etc. It is completely user space implementation and does not require modification to any kernel parts. OPTIONS
-f file Read config information from the file (full path required). By default vtund uses /etc/vtund.conf -n Do not become daemon. Server mode: -s Run as the server. -i Run as the inetd server. -P port Listen for connection on the specified port By default vtund listens on TCP port 5000. This options is equivalent to the 'port' option of config file. Client mode: -P port Connect to the server on the specified port By default vtund connects to TCP port 5000. This options is equivalent to the 'port' option of config file. -p Reconnect to the server after connection termination. By default vtund will exit if connection has been terminated. This options is equivalent to the 'persist' option of config file. -m Force memory pages to be locked memory-resident to prevent potential VM deadlock. Useful with NFS traffic. This option has no con- fig file equivalent. -t timeout Connect timeout Default is 30 seconds. This options is equivalent to the 'timeout' option of config file. session Session name from the config file. server Address of the server to connect to. Either IP address or domain name can be specified. FILES
/etc/vtund.conf Main configuration file with sessions and other information. See vtund.conf example provided with distribution and vtund.conf(5) for more information. /var/lock/vtund/ Session lock files. /var/log/vtund/ Connection statistic log files. Format: Date Uncomp_In Uncomp_Out Comp_In Comp_Out SIGNALS
SIGHUP Server mode: Causes vtund to reread the config file. Client mode: Causes vtund to reestablish the connection. SIGUSR1 This signal causes vtund to reset statistic counters. SEE ALSO
vtund.conf(5) NOTES
This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/) AUTHORS
Maxim Krasnyansky <max_mk@yahoo.com> VTUND(8)