Operating System - HP-UX
1833730 Members
2556 Online
110063 Solutions
New Discussion

Configuring network on standalone system

 
SOLVED
Go to solution
Betty Fessler
Frequent Advisor

Configuring network on standalone system

What is the command to start the network configuration gui on a standalone system. My OS became corrupted and I've missed something because I can't ping the system no matter what I do.
5 REPLIES 5
sujit kumar singh
Honored Contributor

Re: Configuring network on standalone system

hi


on HP-UX systen u can use SAM by giving the command after logging in as root user.

#sam


this will open up the Ststem Administration Manager for u .


in the menus u can navigate to the Networks and communications Menu.


from there u can find network interfaces and routes.


regards

Sujit
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: Configuring network on standalone system

Hi Betty,

The easiest solution is to use the set_parms script.

# /sbin/set_parms initial

Regards,
Robert-Jan
Mark McDonald_2
Trusted Contributor

Re: Configuring network on standalone system

can you post the outputs of lanscan and ifconfig lan0
ifconfig lan1
etc

We may be able to help from that/
Asif Sharif
Honored Contributor

Re: Configuring network on standalone system

Hi Betty,

To configure the HP-UX Network execute the following command from root.

#/sbin/set_parms initial

http://docs.hp.com/en/B2355-90692/set_parms.1M.html

Regards,
Asif Sharif
Regards,
Asif Sharif
Betty Fessler
Frequent Advisor

Re: Configuring network on standalone system

Thanks for the comments that was what I needed. Thanks again!