server profile is an image file which consist of configuration and firmware images of various server components. This is an image (not xml) file and can not be opened in browser or notepad. You can find more details of this feature in below link.
If you need xml file of all server configuration you can download server configuration profile from iDRAC. This can be done using racadm get command with -t xml option. You can find more details on this command from below link
Yes, 10.163.73.211 is the CIFS Server and iDRAC_backup is the name of the share which is also the root folder. As that didn't work, I created a sub-folder under \\10.153.83.211\iDRAC_backup called "backup". But that didn't make a difference either.
racadm get -f host.xml -t xml -u Administrator -p vxrailNode -l //10.163.73.211/iDRAC_backup/backup
This doesn't appear to be working. It says "SYS045: Unable to copy the Server Configuration Profile to the network share" which is confusing. The iDRAC UI is able dump the file using the "server profile" in the remote CIFS Share using the same username/password. I tried with multiple combinations.
Ensure in -l option you are using CIFS share IP address and share name. -f option will be the name of the file exported. In your command is iDRAC_backup is share name on the CIFS folder? We typically see the error you mentioned when share name is not given properly
E.g.
To export SCP to CIFS share root folder. Here 1.2.3.4 is CIFS share IP address and Share is the Share name
racadm get -f scpFile.xml -t xml -u -p -l //1.2.3.4/Share --replace
To export SCP to CIFS share sub folder. Here 1.2.3.4 is CIFS share IP address, Share is the Share name and subfolder is folder under CIFS Share root folder
racadm get -f scpFile.xml -t xml -u -p -l //1.2.3.4/Share/subfolder --replace
DELL-Shine K
6 Operator
•
3042 Posts
1622
1
Posted November 24th, 2020 21:00
Can you try downloading the file to a local share using remote racadm command. Syntax will be below
racadm -r 100.97.129.216 -u root -p calvin get -f c:\host.xml -t xml --replace
Above command will download server configuration file to local drive c:
You can download iDRAC Tools which have remote racadm software from below location
https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=2v013&oscode=wst14&productcode=poweredge-r730xd