- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Bringing up machine in new location and Timezone.
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
05-13-2004 01:45 AM
05-13-2004 01:45 AM
Bringing up machine in new location and Timezone.
We disconnected a nclass from atlanta and moved it to st.louis. Before disconnecting the node we changed the ip, hostname etc and shipped it to st.louis. Now, we have to bring back the machine on st.louis site. Please let me know if there are any specific steps that i shd be aware of when i bring the machine up. The machine is a single node service guard machine running 11.0 running nis (as slave) with the master server in atlanta.
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:50 AM
05-13-2004 01:50 AM
Re: Bringing up machine in new location and Timezone.
I think all you need to do is run "/sbin/set_parms timezone" and you should be all set.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:53 AM
05-13-2004 01:53 AM
Re: Bringing up machine in new location and Timezone.
hpux -is
then change the TZTAB variable either manually or as Pete mentions above.
Then do a clean reboot of it. This will minimize the files that are touched by the backwards time movement.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:55 AM
05-13-2004 01:55 AM
Re: Bringing up machine in new location and Timezone.
Just change the /etc/TIMEZONE file for the default system TZ. Of course any user can set their own TZ var.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 01:56 AM
05-13-2004 01:56 AM
Re: Bringing up machine in new location and Timezone.
I would, however, check the time to make sure it is accurate. If not, then I would boot to single-user mode and set it, then reboot. If you have ntp configured and working this could be taken care of automatically.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:01 AM
05-13-2004 02:01 AM
Re: Bringing up machine in new location and Timezone.
So if i have ntp configured then i need not worry? I am looking into /etc/ntp.conf file and find entries of my dns servers there. So looks like it is configured. So is that it? Just reboot the box?
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:03 AM
05-13-2004 02:03 AM
Re: Bringing up machine in new location and Timezone.
Thanks
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:03 AM
05-13-2004 02:03 AM
Re: Bringing up machine in new location and Timezone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:18 AM
05-13-2004 02:18 AM
Re: Bringing up machine in new location and Timezone.
We use dns for hostname resolution. Any idea about the NTP question?
Thanks
Joe.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:21 AM
05-13-2004 02:21 AM
Re: Bringing up machine in new location and Timezone.
I agree with all folks who recommend to start up the machine in single user mode. This prevents all problems connected to difference in network settings.
In SU mode you can mount all FS and to check the conformity between IP addresses and hostnames in /etc/hosts and /etc/rc.config.d/netconf.
I'd recommend you to cancel temporarily all NIS settings.
Here you can change TZ in /etc/TIMESONE as well. You can go on with init 1, init 2 and so on.
When the computers will start up, NIS might be switched on.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 02:37 AM
05-13-2004 02:37 AM
Re: Bringing up machine in new location and Timezone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 03:21 AM
05-13-2004 03:21 AM
Re: Bringing up machine in new location and Timezone.
Maybe I'm reading too much into your question, but are you also changing the IP and Hostname ... you said "we have to bring back the machine on st.louis site." If the timezone is your only worry, your ntp configuration should automatically resolve this issue as long as you are looking at the correct time server(s). Patrick and Jeff have the best workable solution for timezone changes, however, if you need to change the IP and Hostname too, then you should run "/sbin/set_parms initial" which will walk you the initial configuration of your system for networking.