how to deploy an asset (hardware asset management)

Danish6
Giga Expert

Hi Folks,

I have started working on HAM for the first time, had a demo to the client and covered up below points
1. How to request a hardware asset.
2. How to source it 
3. How can we purchase an order
4. How can we transfer from one stockroom to another
5. How can we import bulk asset from Advanced Shipping Notification

Now I want to understand how to deploy an asset, what is the process of deploying an asset I have gone through all the servicenow docs and other sources as well but couldn't find a relevant answer.

Thanks in Advance.

1 ACCEPTED SOLUTION

Hi Danish, 

Product catalog items (servicenow.com) : Default CatLog items for Asset Management. 

 

We can Architect solution for this Case,  You can use workflow/Flow Designer for this Purpose. 

 

1) There Should be Service Task created for change Status of any CI.  Status can be change Automatically as per workflow instructions. 

 

a) on Request of Asset Deployment (Either via CR/IM/Service Request) Workflow should trigger and according to instructions Status of Assets can be updated.

 

I assume there is no OOB Tasks  for Deployments of Assets , you have to customized it. Please do more research on this. 

 

To Show Demo you can create one CatLog item for deployment  which will be a Service Request for installation of Hardware. Once user will submit workflow will trigger to change status in CMDB. 

Kindly do Brainstorming with your Client's Asset Manager How they want to leverage Servicenow.

Warm Regards, 

 

VIshal Savajiani

View solution in original post

4 REPLIES 4

Vishal Savajia1
Kilo Sage

Hi Danish, 

 

A) First try to understand  Asset Lifecycle Management Process. First consider Asset Life Cycle Management Generic Process then think about User Stories/ Use Case in context of ServiceNow.

B) Please  be sure on below points on Life cycle of an Asset.

 

1. How to request a hardware asset.
2. How to source it 
3. How can we purchase an order
4. How can we transfer from one stockroom to another
5. How can we import bulk asset from Advanced Shipping Notification

Above processes can be different for every Enterprise, Understand with Client how is their Current Process are in placed,  Afterwards you can think about implanting Same Process in ServiceNow Leveraging workflow and ServiceNow Portal)

How to Deploy an Asset ?

Once you have confirmation from relevant Stakeholders  Assets (Hardware/Software) Installed in enterprise world, you can update CMDB with all Relevant Attributes.  You should own CMDB's all Attributes in Context of Life Cycle of Asset Management. (Manage States of an Assets)

 

The asset of any size big or small, cheap or valuable goes through 5 key stages of asset management lifecycle. The stages are:

1. Procurement:

Procurement is the first stage of maintaining asset life cycle which holds the actual purchasing of the asset.

With the options available, the best decision which will be taken, to fulfil both, the company requirements and to meet the budget.

Usually, the purchase is made by planning with the needs which are identified from the gathered data and then the forecasts are made to justify the actual purchase.

Once the asset is purchased it belongs to the company and can be used as it is considered fit and profitable.

  • Create Purchase Orders
  • Purchase Order Workflow
  • Link to Cost Budgets
  • Purchase Order Approval
  • Purchase added to the inventory

2. Deployment

The deployment stage is the state where all the action takes place before the asset is finally used.

The asset is assembled, and preliminary checks are conducted on it. The inspection is done to check for physical defects as well as design and engineering problems, whether the asset is installed correctly and safely or not.

Also, tests are performed to confirm any kind of issues, with installed tags or barcodes for tracking purpose.

  • Asset deployed, transferred from inventory to in-use 
  • Discover the asset for software and hardware inventory 
  • Issue software to a hardware asset

3. Utilization

Utilization is the longest stage of asset life cycle management. The asset is finally put to good use for which it was purchased.

The revenue and returns earned on its capital are seen. Any kind of upgrades, patch fixes, purchasing of new licenses, compliance audits, and cost-benefit analysis are part of the utilization stage.

The performance of an asset is continuously checked for issues which might arise unexpectedly during its presence on the production floor. The prime area of focus during the utilization stage is to get the most output from the asset.

  • Scheduled scans
  • Complete Ownership Tracking
  • Software Compliance and License Management
  • Asset Depreciation Calculations

 

4. Maintenance

The continuous use will put the asset in wear and tear situation due to which maintenance becomes a common occurrence.  

With the growing age of the asset, maintenance help to increase its productive life. Modifications and upgrades are done to make the asset more in sync with the times, making them faster and better. This will only improve the quality of the work. 

  • Maintenance of assets 
  • Notification of expiry dates 
  • Software License Agreements linked to the Software

5. Disposal

Till the end of an asset’s useful productive life, it must be disposed of.  

The decision to dispose of an asset should be based on the service deliverables. Before disposing of the asset, everything is checked, treated, and processed to ensure that it should not harm nature or society.  

For this, all the data must be wiped from the asset. It is then dismantled piece by piece, all the parts which can be used further are stored and those with no use are sent in scrap.  

If the asset consists of any part that can cause an environmental hazard, they are to be eliminated and disposed of as dictated by the environmental laws of that geographical area. 

  • State changed from in-use to expired or disposed 
  • All the software issued to the disposed asset will get un-issued
Asset Life Cycle Management

 

Heyy Vishal thanks a lot for detailed explanation. I have already gone through the deployment stage which describes below 

1. Swap or retirement through IM, so while swapping the associated CI status gets updated auto
2. through Change
3.so here I have the question

3.a) Is there any way I can show through service catalog for example we have an asset in the stockroom now will user raise the request from service catalog if so then what is catalog item because i have tested many hardware cat items but I can't find any tasks such as deployment. where are these deployment task created from?
b) while deploying whoever be working on deployment task will they change the asset status manually or closure of the task will update the status automatically

My overall concern is how can I show demo to client for deploying an asset or where to start from except IM or CM.

Hi Danish, 

Product catalog items (servicenow.com) : Default CatLog items for Asset Management. 

 

We can Architect solution for this Case,  You can use workflow/Flow Designer for this Purpose. 

 

1) There Should be Service Task created for change Status of any CI.  Status can be change Automatically as per workflow instructions. 

 

a) on Request of Asset Deployment (Either via CR/IM/Service Request) Workflow should trigger and according to instructions Status of Assets can be updated.

 

I assume there is no OOB Tasks  for Deployments of Assets , you have to customized it. Please do more research on this. 

 

To Show Demo you can create one CatLog item for deployment  which will be a Service Request for installation of Hardware. Once user will submit workflow will trigger to change status in CMDB. 

Kindly do Brainstorming with your Client's Asset Manager How they want to leverage Servicenow.

Warm Regards, 

 

VIshal Savajiani

Heyy Vijay,

you are right using flow designer I did achieve what I wanted to. So I added flow "Standard hardware Asset Request" to one of the hardware item and raised a request and there is OOTB catalog task "Please deploy item to the user" I found this is what I was looking for ...

Thanks for your time and help ....:)