- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Reset System Details
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
09-23-2002 02:24 AM
09-23-2002 02:24 AM
As a pre-requisite, I am removing unwanted filesystems and de-configuring config settings such as NIS and network settings. (I can't re-install the OS because SW build environments need to be preserved)
Does anyone know if I can prep the servers when I shut them down for the last time so that they ask their new owners for new network info when they boot (ie. like the set_parms initial procedure which runs when you boot a new server for the first time)?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 02:43 AM
09-23-2002 02:43 AM
Re: Reset System Details
I had recd several servers from our Pittsburgh Lab which had the build env. they haven't set anything for new n/w configs.
Here I used to get into single user mode as they powered on( precautions for some m/c, since in US they use 110 V whereas in India I/p is 230 volts, we need to change the switch at the power i/p to the server) change the root passwd, turn off DCE,mailserver SNMP,NIS (under /etc/rc.config.d) and change the IP and subnet(set_parms initial) to our n/w and reboot the m/c. All the m/c came up without any problem, then start all the process (like DCE, NIS,NFS ...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 03:02 AM
09-23-2002 03:02 AM
Re: Reset System Details
But that was the sort of procedure I was hoping to avoid for the new users...
I know that other OSs allow you to make an entry in the inittab file which causes the machine to ask all the right questions next time it boots.
Does HPUX have an equivalent?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 03:24 AM
09-23-2002 03:24 AM
Re: Reset System Details
As per your process is concerned ( i.e asking new users to change the IP when they boot), i can say NO.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 03:26 AM
09-23-2002 03:26 AM
SolutionI found this in man pages for set_parms. If no hostname is defined set_patms initial will run at boot.
DESCRIPTION
set_parms is an interactive system set up program which allows the
user to set up various important system parameters when first booting
up a newly installed operating system. In a first boot situation,
set_parms is invoked automatically by /sbin/auto_parms. For set_parms
purposes, first boot is defined as having no hostname set when the
system starts up. This causes set_parms to step through all of its
sub-areas to allow the user to set a hostname, select the proper
timezone for the system's location, set the date and time, set a root
password, and set an IP address, netmask, default routing, DNS, and
NIS information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 03:35 AM
09-23-2002 03:35 AM
Re: Reset System Details
Hostname is set in /etc/rc.config.d/netconf.
Try to unset hostname with:
HOSTNAME=""
and reboot the computer to see if it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2002 06:13 AM
09-23-2002 06:13 AM
Re: Reset System Details
Tried your suggestion and it gives me just the result I was after.
Jim
PS.
For anyone who might want to try this in future, please be aware that this is a nice way to re-configure network settings, but a poor way to de-configure settings. For example, if the server was originally configured to use NIS and you tell set_parms that you do not want to configure NIS, your server will still look for the old NIS servers and hang during boot-up.
You need to de-configure such settings manually.