- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 08:48 PM - edited 10-22-2024 08:51 PM
Hello Everyone!
The serial number is not being populated with agent client collector, I’ve installed dmidecode using the following commands in amazon linux 2023
sudo yum install dmidecode
sudo dmidecode -s system-serial-number
Do we need to configure any permissions after the dmicode installation?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2024 06:55 AM
To retrive the serial number we have to add the servicenow user to sudoers file.
Command : sudo visudo -f /etc/sudoers.d/servicenow
After run the above command file will be opened
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-22-2024 09:36 PM
@SK Chand Basha: to retrieve the serial number on a Linux system, you need root or sudo privileges. ACC does use dmidecode to extract the serial number, so you need to add dmidecode to sudo for the user running the agent. See the ACC installation documentation for more details.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2024 06:55 AM
To retrive the serial number we have to add the servicenow user to sudoers file.
Command : sudo visudo -f /etc/sudoers.d/servicenow
After run the above command file will be opened