- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Perl Script to Connect to MP/GSP
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
01-31-2006 07:36 PM
01-31-2006 07:36 PM
Can we comnnect to Management Console via PERL/Shell Script and execute certain MP Commands remotely.
Any idea will be highly appreciated.
Regards,
Amit
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 07:47 PM
01-31-2006 07:47 PM
Re: Perl Script to Connect to MP/GSP
I hope we can connect to management console via script.
--
Muthu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 07:51 PM
01-31-2006 07:51 PM
SolutionI have not used it, but try on
http://search.cpan.org/~cook/SystemManagement-GSP-1/lib/SystemManagement/GSP.pm
Maybe that's you are looking for.
regards
Eberhard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 08:10 PM
01-31-2006 08:10 PM
Re: Perl Script to Connect to MP/GSP
This is what I was looking for , Appreciate your help.
Regards,
Amit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-31-2006 08:12 PM
01-31-2006 08:12 PM
Re: Perl Script to Connect to MP/GSP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2006 02:35 PM
02-01-2006 02:35 PM
Re: Perl Script to Connect to MP/GSP
One of the items that I considered was
exactly what you asked for.
In last 20 years of supporting Unix,
I often got across an urgent project
to check a completely unknown
HP-UX server. Typically, no
documentation, and no information is provided.
That is why I wrote a Perl script that
helped me on many occasions:
http://professions.know.hp.com/C6/DOCUMENTS/Document%20Library/Tools%20and%20scripts/HP-UX-check-OAT.pl.txt
Amongst the other tests, it checks
the GSP accounts (including default
facory-ones), GSP firmware and
setup...
It is based on standard Perl and very few
extra modules (like Net::Telnet).
Regards,
VK2COT