- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: migrating crons
Operating System - HP-UX
1820262
Members
2923
Online
109622
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
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
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-19-2006 03:49 AM
тАО05-19-2006 03:49 AM
migrating crons
Hi people, actually we r migrating from 9000 series to rp7420. Now, i have to transfer all the cron jobs from the old servers to rp.
How should i go about it.........
Thanks
How should i go about it.........
Thanks
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 03:53 AM
тАО05-19-2006 03:53 AM
Re: migrating crons
On original machine
su each_user
crontab -l >/tmp/cron_each_user
Transfer /tmp/cron_* files to new machine
On new machine
su each_user
crontab
Be sure to put entries in /var/adm/cron/cron.allow for "each_user"
HTH
-- Rod Hills
su each_user
crontab -l >/tmp/cron_each_user
Transfer /tmp/cron_* files to new machine
On new machine
su each_user
crontab
Be sure to put entries in /var/adm/cron/cron.allow for "each_user"
HTH
-- Rod Hills
There be dragons...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 03:57 AM
тАО05-19-2006 03:57 AM
Re: migrating crons
Hi:
The 'crontabs' are found in the directory:
/var/spool/cron/crontabs
Users are allowed or denied access as governed by:
/var/adm/cron/at.allow
/var/adm/cron/at.deny
/var/adm/cron/cron.allow
/var/adm/cron/cron.deny
Regards!
...JRF...
The 'crontabs' are found in the directory:
/var/spool/cron/crontabs
Users are allowed or denied access as governed by:
/var/adm/cron/at.allow
/var/adm/cron/at.deny
/var/adm/cron/cron.allow
/var/adm/cron/cron.deny
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-19-2006 03:57 AM
тАО05-19-2006 03:57 AM
Re: migrating crons
I guess copying the /var/spool/cron/crontabs/* to the new server should work. Note the permissions and ownership of the files and have similar after copying to 2nd node.
Regards,
Ninad
Regards,
Ninad
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP