Operating System - HP-UX
1833862 Members
2362 Online
110063 Solutions
New Discussion

how to set ip,dns & gateway for new servers

 
SOLVED
Go to solution
rajesh73
Super Advisor

how to set ip,dns & gateway for new servers

how to set ip,dns & gateway for new servers
6 REPLIES 6
Patrick Wallek
Honored Contributor
Solution

Re: how to set ip,dns & gateway for new servers

If this is HP-UX, then you should be asked for all of this information, plus more, the first time you boot the system.

If the system is already up, you can use the 'set_parms' command.

# set_parms initial

will ask you about hostname, timezone, date, time, ip address, additional network parameters, and locale.

If you just want to set up network info, do:

# set_parms ip_address

# set_parms addl_netwrk

For more information do 'man set_parms'
Suraj K Sankari
Honored Contributor

Re: how to set ip,dns & gateway for new servers

Hi,

The easy way to do is "set_parms" or "sam" to do this job

Suraj
rajesh73
Super Advisor

Re: how to set ip,dns & gateway for new servers

hi how to configure sudo
Suraj K Sankari
Honored Contributor

Re: how to set ip,dns & gateway for new servers

Hi,

You can chech here also
http://www.sudo.ws/sudo/sudo.html

Suraj
Ganesan R
Honored Contributor

Re: how to set ip,dns & gateway for new servers

Sudo is part of Internet Express bundle now.

You can download it from here.

11.23
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123

11.31
http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1131

sudo documentation on how to configure..

http://www.gratisoft.us/sudo/
Best wishes,

Ganesh.
Suraj K Sankari
Honored Contributor

Re: how to set ip,dns & gateway for new servers

HI,
One more link where you can find details of sudo and how to configure sudo.
see the below link

http://www.sudo.ws/sudo/man/sudoers.html

Suraj