- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: One menu for 3 servers
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
06-05-2003 06:23 AM
06-05-2003 06:23 AM
One menu for 3 servers
I need to create one single menu that calls all 3 databases as needed.
Where do I start ? How do I connect to another server's database via the menu ? Where do I store the main menu etc. ?
Please share all your knowledge regarding this please.
Thanks
Rudi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 06:49 AM
06-05-2003 06:49 AM
Re: One menu for 3 servers
If you dont know what the Menu is, stick with Pizza Hut.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 10:31 AM
06-05-2003 10:31 AM
Re: One menu for 3 servers
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 12:09 PM
06-05-2003 12:09 PM
Re: One menu for 3 servers
If you can not do C/C++ programming, I would not recommend you compile your own X window's app to handle this.
Apache+CGI may be able to do this, but again if you cant write perl, what is the point in telling you to use it.
Noone is going to say use Perl::mysql if your using SAP.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 09:07 PM
06-05-2003 09:07 PM
Re: One menu for 3 servers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2003 11:36 PM
06-05-2003 11:36 PM
Re: One menu for 3 servers
from the doc toy attache the answer is quite simple: use the command "remsh"
For a complete reference use "man remsh", btu for a quick one:
remsh HOST -l USER -n COMMAND
Using this sintax you will be able to start program on the remote server, provided toy set up correctly permission for the remsh to work.
There are some limitation in what remsh can do, for example in the redirection to files and so on.
Another point of consideration is if your user will use character terminal or window-capable terminal.
In the second chance you may think of starting a remote xterm that start your menu.
HTH,
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2003 12:14 AM
06-06-2003 12:14 AM
Re: One menu for 3 servers
Is this a Progress database ?
With an Oracle database (for example) this should be rather easy using SQLnet. With this you can connect from any client to any database server just modifying the connect string. Sure there is similar functionality in Progress but, without knowing anuthing about Progress, it is not possible to give details.