- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- MC/serviceguard is relevant with system time?
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
10-22-2005 04:22 PM
10-22-2005 04:22 PM
MC/serviceguard is relevant with system time?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 04:29 PM
10-22-2005 04:29 PM
Re: MC/serviceguard is relevant with system time?
But to maintain the same time betbeen all pakages both the systems should have the identical time.
vikas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 07:27 PM
10-22-2005 07:27 PM
Re: MC/serviceguard is relevant with system time?
as you said, My application package can also run in different time with MC service guard,is it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 09:02 PM
10-22-2005 09:02 PM
Re: MC/serviceguard is relevant with system time?
U r right.
Please make sure that u r configured ntp for MC SG. O/w there will be aproblem while diagnosing the log files. The log files will be updated in diff time on each node, so u will get confused which is logged first.
Please make sure that all the system in the cluster are in timesync or configured for ntp.
All the best
Jay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2005 10:26 PM
10-22-2005 10:26 PM
Re: MC/serviceguard is relevant with system time?
Oracle tracks for example system time in its own way and if an oracle package fails from node1 to node2 and node2's time is an hour behind nod1, the database may become confused and crash.
Always a good idea to have the time on to SG nodes or any two HP-UX systems synchronized. Don't have to be the same timezone, as the OS has one time and Timezone merely effects display of time.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 05:01 AM
10-23-2005 05:01 AM
Re: MC/serviceguard is relevant with system time?
Actually speaking packages can run with different time on different nodes but if they are hosting applications which are time sesitive then there would be problem.
As already suggested Oracle database may get corrupted.
Adding to it, it may also affect the backup application if it is configured as an package and you are performing incremental backups.
File time stamp in that case is very important.
It is always good to have ntp configured for the same and if not atleast try to synchronise the date/time manually on all the nodes.
Hope that helps.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 07:32 AM
10-23-2005 07:32 AM
Re: MC/serviceguard is relevant with system time?
Customizing System-Wide and User Login Environments
Defaults for system-wide variables, such as time zone setting, terminal type, search path, and mail and news notification, can be set in /etc/profile for Korn and POSIX shell users and in /etc/csh.login for C shell users.
User login scripts can be used to override the system defaults. When SAM adds a user, default user login scripts are copied to the user's home directory. For Korn and POSIX shell users, /etc/skel/.profile is copied to $HOME as .profile. For C shell users, /etc/skel/.login and /etc/skel/.cshrc are copied to $HOME as .login and .cshrc. Refer to Shells: User's Guide and Technical Addendum to the Shells: User's Guide for information on customizing user login scripts.
HP VUE users use different login scripts; refer to HP Visual User Environment 3.0 User's Guide for information.
More info on TIMEZONES:
http://docs.hp.com/en/36922-90036/apd.html
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 01:26 PM
10-23-2005 01:26 PM
Re: MC/serviceguard is relevant with system time?
where I can find Ntp document?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 02:24 PM
10-23-2005 02:24 PM
Re: MC/serviceguard is relevant with system time?
Yes, NTP can be configured at any time within or outside the cluster. But for synchronization all the server should be synced from the same source.
Always a best option is to configure one server as NTP server and let others sync from it. You can also configure more than one server in primary/standby mode.
For configuring a NTP server
edit /etc/ec.config.d/netdaemons file and change
export XNTPD=1
Then in /etc/ntp.conf of the same server add this line in the end
server 127.127.1.1
For other clients however only change these lines like this in /etc/rc.config.d/netdaemons
export NTPDATE_SERVER="ww.xx.yy.zz"
export XNTPD=1
(Where ww.xx.yy.zz is the IP of NTP server)
And in /etc/ntp.conf add this line in the end
server ww.xx.yy.zz
After this you can start ntp daemon by
#/sbin/init.d/xntpd start
And check the status of synchronization by
#ntpq -p
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2005 02:31 PM
10-23-2005 02:31 PM
Re: MC/serviceguard is relevant with system time?
Forget to mention that the relevant documentation is available here.
http://docs.hp.com/en/B2355-90774/ch04s02.html
HTH,
Devender