- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- network settings
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-27-2001 11:11 AM
07-27-2001 11:11 AM
I know enough Unix to be dangerous but not enough to be useful. I use my machine for finite element analysis, just need the box to work right and really know very little about sys admin. So I'm needing some help here.
Background:
I was in the midst of changing my IP/gateway/subnet information on my J2240 via SAM when the system crashed because root and /var were full. I do not know to what extent any information was changed, but I cannot bring the machine back up. When I try to bring the machine back up, it stalls out on the "NFS server" status line and just sits there blinking at me saying, "busy, wait"
So what I need to know is how can I reboot the machine so that I can reset all the network settings.
On boot up I have managed to get into single-user mode by typing at the IPL prompt: hpux -is (;0)/stand/vmunix
So I can get the machine into single-user mode.
Any help on bringing my machine back to life and onto the network would greatly appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 11:34 AM
07-27-2001 11:34 AM
SolutionSince you are in single-user, your first step will be to mount /var.
mount /var
You may first have to fsck the filesystem.
The root filesystem should never fill up. If it does, you sized it too small (unlikely) or you copied things in that should not be there.
e.g. wouthout mounting /usr you copied to the /usr directory. You need to clean both those filesystems up. You also need to mount /tmp. You can then go to /etc/rc.config.d/nfsconf and set the server/client to 0. Then umount /usr, /tmp, & /var and reboot.
Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 11:52 AM
07-27-2001 11:52 AM
Re: network settings
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2001 08:43 PM
07-27-2001 08:43 PM
Re: network settings
U follow these.. Go to single user mode..
If U have unwanted data in root please cross check and delete. Or if U have contiguos free space after root lvol, then extend the root file system by using lvextend and then extendfs commands.
Then /var, Here U can trim some log files and save the space, like /var/adm/syslog/syslog.log, /var/adm/syslog/OLDsyslog.log, /var/adm/wtmp, /var/adm/btmp...etc. Or if U have free space in VG, then extend /var by using lvextend and then extendfs.
I hope ur networking changes has not been done, that's why NFS error is coming. So From single user mode U run #set_parms ip_address and #set_parms addl_netwrk for changing the settings and then reboot the system.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2001 12:24 PM
07-28-2001 12:24 PM
Re: network settings
If you are single user. fsck /usr and /var whereever they are mounted /dev/vg00/lvol?.
#fsck -y /dev/vg00/lvlol3 (check /etc/fstab for this information)
#mount /var and
#mount /usr
trip some log file from /var. free as much as space you can.
check /etc/hosts file for IP address if it is not changed and run
#set_parms ip_address
#set_parms networks
If you want to do it manually you have to change /etc/hosts, /etc/rc.config.d/netconf files.
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2001 11:06 AM
07-30-2001 11:06 AM