- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Man Page ,MC/Service Guard ,NIS and IP Forwarding
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
08-16-2001 02:50 AM
08-16-2001 02:50 AM
Man Page ,MC/Service Guard ,NIS and IP Forwarding
* I was wondering where I can get the man page of /usr/lbin/getprpw & /usr/lbin/modprpw
I didnt try out HP Man Page PDF..it might be there..but I would like to have it online.
Also I have some Questions ..I have some idea on those things.
But I would like to know whether I am right or wrong
* In MC/Service Guard Cluster Config File there are 3 parameters
NODE TIME OUT
HEART BEAT INTERVAL
and NETWORK POLLING INTERVAL..
Fine..I do understand the first two params.but what about Network polling interval,does it mean to check all the lan cards within the node ?
* Can we use NIS in a wan environment..I know there are lot of security issues and also nis clients broadcast never going to cross gateways.but I can always set the nis server's ip address in the nis client using ypset option then will it be possible ? (neglecting the security issues )
* About ip_forwarding. I know how to set it using ndd or nettune..
But ..U can always have an routing table entry. why to enable ip_forwarding.
I can guess ip_forwarding is enabled in the kernel and so obviously be fast,but if U disable ip_forwarding then I can obviously have some filter rule kinda setup as I believe we are having a control of the routing when this ip_forwarding is disabled..
So I would like to know what are the advantages of enabling IP_FORWARDING rather than setting up a route table entry..
* Also ifalias never works in HP-UX 10.20.
I know there are some ifalias patches available. But then I believe patches are there just to fix up the bugs but it fails to do the very basic thing it supposed to.
It never works..
Expecting atleast some 2-3 postings for my queries..
Thanks
Sundar
SundarHP@Hotmail.Com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 03:30 AM
08-16-2001 03:30 AM
Re: Man Page ,MC/Service Guard ,NIS and IP Forwarding
Here is the explanation of the NETWORK_POOLING_INTERVAL in the cluster configuration file :
Network Polling Interval
The frequency at which the networks configured for MC/ServiceGuard are checked. The current default is 2 seconds. Thus every 2 seconds, the cluster manager polls each network interface to make sure it can still send and receive information. Changing this value can affect how quickly a network failure is detected.
In the ASCII cluster configuration file, this parameter is NETWORK_POLLING_INTERVAL, and its value is entered in microseconds.
PJA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 03:36 AM
08-16-2001 03:36 AM
Re: Man Page ,MC/Service Guard ,NIS and IP Forwarding
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 03:37 AM
08-16-2001 03:37 AM
Re: Man Page ,MC/Service Guard ,NIS and IP Forwarding
If a unix box is configured as IP forwarding enabled, it can act as a router.Unless your system has multiple network interfaces and is actually supposed to work as a router, it's advisbale to turn it off . Hosts that forward packets can be forced to make external plackets appear to have come from inside the network and this can cause unwanted packets evade network scanners and filters.
...BPK...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 03:43 AM
08-16-2001 03:43 AM
Re: Man Page ,MC/Service Guard ,NIS and IP Forwarding
# man -k getprpw
getprpwent, getprpwuid, getprpwnam, getprpwaid, setprpwent, endprpwent, putprpwn
am(3) - manipulate protected password database entries (for trusted systems only).
# man getprpwent
....
SEE ALSO
authcap(4), getpwent(3C), getprdfent(3), prpwd(4), ttsyncd(1M), nis+(1).
There doesn't exist a man page for these commands. The path /usr/lbin indicates that these binaries are not intended for explicit use.
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 04:04 AM
08-16-2001 04:04 AM
Re: Man Page ,MC/Service Guard ,NIS and IP Forwarding
Actually, there *are* man pages available:
For 'getprpw' see:
http://docs.hp.com/hpux/onlinedocs/B2355-90691/B2355-90691.html
For 'modprpw' see:
http://docs.hp.com/hpux/onlinedocs/B2355-90691/B2355-90691.html
The man pages for both *do note* that "This command is intended for SAM use only. It may change with each release and can not be guaranteed to be backward compatible.".
This underscores Carsten's caution above.
Regards!
..JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 04:12 AM
08-16-2001 04:12 AM
Re: Man Page ,MC/Service Guard ,NIS and IP Forwarding
Carsten
In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move. -- HhGttG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-16-2001 04:34 AM
08-16-2001 04:34 AM
Re: Man Page ,MC/Service Guard ,NIS and IP Forwarding
About ifalias:
We have two HP-UX 10.20 servers and ifalias works fine on both. But it is patched with PHNE_12492.
If you can not make it work you may use ifconfig. I even think ifalias is not supported in 11.00.
Rumen