- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- network file
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
07-18-2004 05:15 PM
07-18-2004 05:15 PM
if i remove the /etc/rc.config.d/netconf file from the HP 11.11 system how can i recreat this file .
another question i go to single user mode and i do changes on some files using the vi editor after wq! i open the file to see the changes and i see that nothing changed what shull i do for that (even in init 2 mod),please quick help
BR,
Fadia
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 05:22 PM
07-18-2004 05:22 PM
Re: network file
Either restore from backup or else there is a copy in /usr/newconfig/etc/rc.config.d.
Obviously if you use the copy from /usr/newconfig you will need to update with it IP address, hostname, gateway etc etc.
Which files are you trying to modify in single user mode??
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 05:26 PM
07-18-2004 05:26 PM
Re: network file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 05:48 PM
07-18-2004 05:48 PM
Re: network file
I'm not sure of your exact problem but if you've deleted netconf file then try this:
Boot to single user mode:
ISL> hpux -is
Mount /usr fileystem:
# mount /usr
Then copy netconf file to /etc/rc.config.d:
#cp /opt/newconfig/etc/rc.config.d/netconf /etc/rc.config.d/netconf
Update netconf file with hostname, IP address, Gateway etc.
Update /etc/hosts file if this also got removed.
Then reboot the server
# shutdown -ry 0
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 05:52 PM
07-18-2004 05:52 PM
Re: network file
is this is a cause of not mounting the /etc,
and the mounting command just "mount /etc"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 05:57 PM
07-18-2004 05:57 PM
SolutionIf you are in single user mode the root FS (/) is already mounted. /etc is part of root filesystem.
You need to mount /usr so that you can use vi command.
Then copy netconf file to /etc/rc.config.d.
Then edit netconf file:
# vi /etc/rc.config.d/netconf
What message do you get after using ":wq"??
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:00 PM
07-18-2004 06:00 PM
Re: network file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:08 PM
07-18-2004 06:08 PM
Re: network file
If you don't have a netconf file, then none of your network interfaces are going to be configured, hence most of the services in run-level 3 and 4 cannot start.
I'd fix your netconf problem first and then trouble-shoot any remaining issues with CDE etc.
Cheers
Con
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:10 PM
07-18-2004 06:10 PM
Re: network file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:17 PM
07-18-2004 06:17 PM
Re: network file
At this stage i will advise you to run
#set_parms
and set the required networking parameters.
Once done reboot and try for CDE.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:20 PM
07-18-2004 06:20 PM
Re: network file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:21 PM
07-18-2004 06:21 PM
Re: network file
Yes it should.
Make a copy of existing.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:25 PM
07-18-2004 06:25 PM
Re: network file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:31 PM
07-18-2004 06:31 PM
Re: network file
You could set the ip adresses of lan cards
default gateways time server.. etc..
This is interactive pls run and check
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:34 PM
07-18-2004 06:34 PM
Re: network file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2004 06:38 PM
07-18-2004 06:38 PM
Re: network file
Yes you can try in either.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2004 05:16 PM
07-19-2004 05:16 PM
Re: network file
BR,
fadia