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-16-2008 07:15 AM
09-16-2008 07:15 AM
SHM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 07:21 AM
09-16-2008 07:21 AM
Re: SHM
2) Learn the ways of unix by NOT using a dummied down interface.
3) crontab -e (edit your crontab and save it ) man crontab for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 07:29 AM
09-16-2008 07:29 AM
Re: SHM
As Bill Hassell said to me in immortal words 5.5 years ago that inspired me to start ITRC.
Real sysadmins don't suse guis
I'm so not sam dependent I didn't even know sam was obsolete.
I'm sure SHM has the same basic toys, but you need to know how to fly without a gui
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
09-16-2008 07:39 AM
09-16-2008 07:39 AM
Re: SHM
SMH has 2 interfaces, web- and text based.
IMHO not every old SAM feature is already included.
Did you try
crontab -e root
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 07:54 AM
09-16-2008 07:54 AM
Re: SHM
http://docs.hp.com/en/B2355-60130/sam.1M.html
I crashed and burned when confronted with VI (Crontab -e just invokes VI to edit it)
Its time to learn VI I suspect because SHM definately doesn't have a CRON editor in it. I think this was a retrograde move by HP (And the SAM development team), this was a feature that could quite so easiliy gone into the SHM web interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2008 08:04 AM
09-16-2008 08:04 AM
Re: SHM
Learn it quick..Plenty of www resources. It will take you only 15 minutes or so. Print yourself out a cheat sheet.
Another goofy option. crontab -l > myfile.txt
Use your favorite ftp software, double-click on myfile.txt. This with open it with your favorite windows editor. make changes. save back to ftp directory.
crontab < myfile.txt
will load the newly changed file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2009 01:35 AM
01-09-2009 01:35 AM
Re: SHM
# VISUAL=your_editor_cmd
# EDITOR=your_editor_cmd
crontab just invokes your configured editor in environment variables. There are 2 of them and I don't know which one crontab uses.
But anyway, be sure that you are able to use editor, which you will have available on root partition upon emergency recovery (which is usually vi).