- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- URL monitoring shell script
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
07-13-2005 01:56 PM
07-13-2005 01:56 PM
I am asked to develop a shell script for testing certain URLs by posting user name and password.
Does anyone has some scripts which i can modify and use it ?
Thanks,
Shiv
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 02:17 PM
07-13-2005 02:17 PM
Solutionif you do not already have it, you can download it from :
http://hpux.cs.utah.edu/hppd/hpux/Gnu/wget-1.9.1/
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 05:06 PM
07-13-2005 05:06 PM
Re: URL monitoring shell script
You can use wget utility for this.
wget --http-user=
You can put it into .wgetrc in your home directory.
For proxy server then,
wget --proxy-user=user --proxy-passwd=password
Get wget utility and try it with shell script.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2005 07:10 PM
07-13-2005 07:10 PM
Re: URL monitoring shell script
wget is indeed a geat solution
If that is not what you want look at shelldorado.com
That is the biggest collection of scripts and tips there is.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 03:44 PM
07-14-2005 03:44 PM
Re: URL monitoring shell script
I tried wget in both HP-UX 11.0 and HP-UX 11.11 and got following error:
/usr/lib/dld.sl: Can't find path for shared library: libcrypto.sl
/usr/lib/dld.sl: No such file or directory
Abort(coredump)
Wheather I need to install any library?
Thanks in advance
Regards
Ganesha Sridhara
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2005 04:13 PM
07-14-2005 04:13 PM
Re: URL monitoring shell script
hth.