- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 01:56 PM - edited 07-12-2023 01:57 PM
I am taking the ITSM Implementation simulator course. One of the tasks is listed below. I am supposed to create a Maintenance Schedule that applies to 3 CI Classes, but it only allows you to apply to 1. How do I do this?
1. Create a maintenance schedule named: "Data Center - Maintenance Weekend Schedule".
a) Should be applied to all "Network", "Unix Server", and "Linux Server" CI classes.
b) Create a schedule entry for all day, every Monday (repeating weekly) until the end of the year as part of this schedule.
2. Create a blackout schedule named: "Monthly Freeze/Blackout Period".
a) Should be applied to all CI classes.
b) Create a schedule entry for every 3rd Thursday of each month (repeating monthly), until the end of the year as part of this blackout schedule.
Hint: Validate the Source field is set to the proper value!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 02:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2023 02:34 PM
Try this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 02:48 AM
class as "network" is not showing in the list, its something netware.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 01:45 PM - edited 07-20-2023 01:46 PM
You have "applies to server", so the classes will only be ones that apply to the cmdb_ci_server table...you'll need to change the "applies to" to be "Configuration Item [cmdb_ci]" to see all available classes in that list.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2023 07:55 AM
Thank you for the help, jMarshal!