![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to check if DHCP is running on HP-UX box? | nuGuy | UNIX for Dummies Questions & Answers | 1 | 04-06-2008 07:07 AM |
| How to check the unix scripts currently running | Sibasish | UNIX for Dummies Questions & Answers | 3 | 01-21-2008 08:18 AM |
| check process running | rose1207 | Shell Programming and Scripting | 4 | 12-27-2007 10:23 PM |
| Check if deamons are running | W2W | UNIX for Dummies Questions & Answers | 3 | 05-02-2002 12:07 PM |
| check that script is not running twice | Link_02 | Shell Programming and Scripting | 2 | 02-20-2002 04:17 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to check if DHCP is running on HP-UX box?
Hello all,
Can someone help me with a command to check if DHCP is running on HP-UX box? Thanks |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
grep -i DHCP /etc/rc.config.d/netconf
# DHCP_ENABLE Determines whether or not DHCP client functionality # auto_parms(1M), dhcpclient(1M)). DHCP clients get # their IP address assignments from DHCP servers. # 1 enables DHCP client functionality; 0 disables it. DHCP_ENABLE[0]=0 DHCP_ENABLE[3]=0 DHCP_ENABLE[1]=0 |
|
#3
|
|||
|
|||
|
Thank U! U Awesome!
|
|||
| Google The UNIX and Linux Forums |