- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Connecting hpux servers using Hummingbird Connecti...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 06:15 AM
12-15-2006 06:15 AM
I use Hummingbird Connectivity 10 to connect to HPUX Servers.
I have used Exceed x Client Wizard to connect to the servers of the above software.
Usually i have to login to almost 15 servers in a day.
I was trying to configure xterm showing title of each connected host on the xterm so that i can just
click on them to open any particular host.
Sometime ago someone suggested some way but it didn't work.
I want to connect all 15 hosts in the morning and login to the desired host by just clicking on
shortcuts of xterm.
Appreciate any suggestion.
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 06:33 AM
12-15-2006 06:33 AM
SolutionHere is what I do and it works very well for me. I just have to type the name of the sytem and an hpterm or xterm (whatever you want) pops up and the colours are random. So here is what you do, hopefully I don't forget anything:
1. Add the following to your .profile
COLOUR=/homedir/bin/colour.pl (attached)
GEO="-geometry 100x40+150+20"
XT=
alias servera="$XT -ls -fg white -bg `$COLOUR` -title SERVERA -sb -sl 200 $GEO -e ssh cipo-ux1 &"
alias serverb="$XT -ls -fg white -bg `$COLOUR` -title SERVERB -sb -sl 200 $GEO -e ssh cipo-ux2 &"
alias serverc="$XT -ls -fg white -bg `$COLOUR` -title SERVERC -sb -sl 200 $GEO -e ssh cipo-ux3 &"
Add one of the above lines for each server - modify "servera and SERVERA" to whatever your server names are or waht you want to call them.
2. copy and paste colour.pl (below), save it to your $HOME/bin
3. I have attached colours.dict, save it to your $HOME/etc - modify this if you want to only be colours you want for your backgrounds
Now, you will have to get one session going, and then you should be able to just type your server name you set up (alias) in your profile and a window should pop up...the window will be labelled with whatever you called it (SERVERA SERVERB) in .profile.
colour.pl:
#! /opt/perl/bin/perl -w
#my $ME = $0;
#$ME = ~ s,.*/,,;
my $VERSION = (qw$Revision: 1.7 $) [-1];
my $dict = "/homedir/etc/colours.dict";
my @words = ();
open (DICT, "<$dict")
or die "Cannot open file $dict, for reading: $!\n\n";
while(
chomp;
push (@words,$_);
}
close(DICT);
my $i = int(rand($#words));
my $word = qq/$words[$i]/;
print($word);
exit;
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 06:37 AM
12-15-2006 06:37 AM
Re: Connecting hpux servers using Hummingbird Connectivity 10
Also, you can add to your profile to open each server so that you don't have to sit there and type all 40 aliases manually.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 07:09 AM
12-15-2006 07:09 AM
Re: Connecting hpux servers using Hummingbird Connectivity 10
You can check this configuration guide for Exceed.
http://www.udel.edu/topics/connect/sw/exceed/docs-7.1/UD-Exceed-configuring.html
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2006 09:51 AM
12-15-2006 09:51 AM
Re: Connecting hpux servers using Hummingbird Connectivity 10
You can just create a folder containing the profile for each server in hummingbird. You just set them up once and place the folder on you toolbat on your laptop. The just poin and click an the logon window will appear.
sp,