Which table to be used to add Storage devices manually
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 02:53 AM
Hello all,
I want to manually add Storage device used for Backup and deduplication into ServiceNow.
Below are the details which need to be added:
Hostname |
IP Address |
VM/Physical |
Mgmt IP |
Make |
Serial No |
Total Disk (GB) |
Can anyone please let me know in which ServiceNow table i could add them?
Thanks,
Pranita
- Labels:
-
Discovery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 03:07 AM
Hi Pranita,
This table can be used cmdb_ci_storage_device to add storage devices manually.
Please mark the response as Helpful/Correct, if applicable. Thanks!
Thanks,
Nikita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 03:07 AM
cmdb_ci_storage_device
you can store these information. Ip address can be one only.
In ci class manager, there are lot of storage related tables.
If its a disk use cmdb_ci_storage_disk (child of storage devices table)
Storage server:- cmdb_ci_storage_server
Storage switch:- cmdb_ci_storage_switch
Mark answer as correct if its helpful
Anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2022 03:13 AM
Also check the table "cmdb_ci_msd" (Mass Storage Device), when you are using an NAS.
This is a child of the hardware CI Class.
Regards,
Michael
Michael
Please mark the suggestion as helpful/like, if you find it useful to you or others who wants to refer similar content.
Please mark the solution as correct, if the answer provided has resolved your query.