1747993 Members
5191 Online
108756 Solutions
New Discussion юеВ

webmin

 
Hari Prasad S R
Frequent Advisor

webmin

Hi,

can anyone tell me how to configure webmin.

thanks
3 REPLIES 3
Steven E. Protter
Exalted Contributor

Re: webmin

If you are using the HP Web suite, webmin is installed and can be configured as the name implies on the web. It should have auto started.

http://hostname:10000/

Everything from that point is point and click.

The default user id is admin
The default password is hp.com

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Devesh Pant_1
Esteemed Contributor

Re: webmin

Hari,
You will have to install the HP-UX Web Server Suite.
For the latest information on the HP-UX Web Server Suite, see
http://www.hp.com/go/webserver/

There is a Perl Requirement
Webmin depends on Perl5 and expects it to be installed in /opt/perl/bin/perl.
It is strongly recommended that you use Perl version 5.8.0, which can
be obtained from HP Software Depot: http://software.hp.com/. Search for:
Perl 5.8.0

To find out the location of the Perl you have, type the following command:
% which perl
To determine the version of Perl, type the following command:
% -v
To determine if the version of Perl is compatible with Webmin, as root, type:
% /opt/hpws/webmin/perl-setup.sh

If you have Perl installed on your machine in a location other than
/opt/perl/bin/perl, you need to do the following steps: Before starting
Webmin, run /opt/hpws/webmin/perl-setup.sh as root to make the necessary
changes. This will ask for the full path to the Perl of your choice.

More info can be found on http://www.webmin.com/

thanks
Devesh
Hari Prasad S R
Frequent Advisor

Re: webmin

thanks